Datatable Sorting showing two sorting symbols in UI

Datatable Sorting showing two sorting symbols in UI

shivanagshivanag 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.

Answers

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin

    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

  • shivanagshivanag Posts: 7Questions: 2Answers: 0

    Yes, Thanks allan.

This discussion has been closed.