Quantcast
Channel: Change sort icon in Bootstrap Table - Stack Overflow
Viewing all articles
Browse latest Browse all 2

Answer by wenyi for Change sort icon in Bootstrap Table

$
0
0

You can try to custom your css style, for example like this:

.fixed-table-container thead th .both {    background-image: none;}.fixed-table-container thead th .asc {    background-image: url(asc.png);}.fixed-table-container thead th .desc {    background-image: url(desc.png);}

jsFiddle link: http://jsfiddle.net/e3nk137y/3258/


Viewing all articles
Browse latest Browse all 2

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>