Odering Icon
Odering Icon
Andreas S.
Posts: 208Questions: 74Answers: 4
I have disabled the ordering in my datatables, but I see the in column 0 the sorting icon. Why did I see the icon? The Icon have no function. I use the BS3 Styling.
https://debug.datatables.net/ocokeb
Andreas
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @Andreas S. ,
Yeah, I spotted that last month and raised it as a bug (case #576 in our internal system). I'll let you know when it's fixed.
The problem is because by default, the table will be ordered by the first column, which you've defined as unorderable. A workaround in the meantime would be to change the default order with
order
,Cheers,
Colin