What can i do to make the last column of my table not sort-able?
What can i do to make the last column of my table not sort-able?
Bigiguo
Posts: 3Questions: 1Answers: 0
Am new to this site but i found it useful.
I want to use my last column of my table as an action column which will contain edit and delete buttons.
How will i prevent that last column from sorting?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi
Take a look at
columns.orderable
, it should do what you want.Thanks
Tom
Thanks it works.