Datatable Sorting showing two sorting symbols in UI
Datatable Sorting showing two sorting symbols in UI
shivanag
Posts: 7Questions: 2Answers: 0
Im using Datatable in MVC. As shown in the below image the data table showing two sorting symbols. The functionality is working but it is showing two symbols.
http://s16.postimg.org/nibqo7gfl/12_4_2014_2_14_48_PM.jpg
Im using code as
"bsort" : true,
"aoColumnDefs": [{ 'bSortable': false, 'aTargets': [0,1]}],
How to remove one of the symbol from it.
Please help.
This discussion has been closed.
Answers
Looks like you might be loading the default DataTables CSS and the jQuery UI integration CSS. Each is applying its own styling. I can't say for certain without a test case, but that is what it looks like.
Allan
Yes, Thanks allan.