Sorting Disable Ordering Enabled
Sorting Disable Ordering Enabled

I have a table for which I don't need the column sorting but the ordering needs to be enabled.
if I use
ordering: false
both the ordering and column sorting is not working.
This discussion has been closed.
Answers
Hi @vineela374 ,
You can use
columns.orderable
for that, something like this.Colin
Thank you so much for all your answers Colin. Very helpful.