Additional icon near sort arrows
Additional icon near sort arrows
I used DataTables - zero configuration example. Everything works fine but if column has enabled sorting near arrows some weird icon emerges.
SS : [IMG]http://i62.tinypic.com/2z5obhh.png[/IMG]
Ofc I included all needed things :
<script type="text/javascript" charset="utf8" src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<!-- DataTables -->
<script type="text/javascript" charset="utf8" src="//cdn.datatables.net/1.10.8/js/jquery.dataTables.js"></script>
<!-- DataTables CSS -->
<link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.8/css/jquery.dataTables.css">
Answers
Are you using Bootstrap?
Yes, I am
You should look at the docs: http://datatables.net/examples/styling/bootstrap.html
I did all what was written at docs but now I have both bootstrap and dataTables icons ...
[IMG]http://i62.tinypic.com/1z6xq3c.png[/IMG]