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.