Changing the sorting on an initialised table
Changing the sorting on an initialised table
richjohnstone
Posts: 7Questions: 2Answers: 0
Hi, how can i change the default sort column on a table which is already initialised please?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Use
order()
to change the ordering applied to the table.There is no need to change the "default sort column" since the default is only at the point of initialisation.
Allan