Disable Sorting Icon Issue

Disable Sorting Icon Issue

prem2prem2 Posts: 17Questions: 3Answers: 1
edited March 2015 in Free community support

Hi,

I am trying to hide the sorting functionality for particular columns. I succeed with below coding. But, there is an issue of hiding the arrow icon for column index-0.

Here is the live demo,
http://testtable.agilecentre.com/arrow

Source Code
"columnDefs": [ { "orderable": false, "targets": [0,1] } ]

Kindly, provide your suggestion.

Thanks,
Prem

This discussion has been closed.