Disable Sorting Icon Issue
Disable Sorting Icon Issue
prem2
Posts: 17Questions: 3Answers: 1
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.