Changing the sorting on an initialised table

Changing the sorting on an initialised table

richjohnstonerichjohnstone 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

Answers

  • allanallan Posts: 63,791Questions: 1Answers: 10,512 Site admin
    Answer ✓

    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

This discussion has been closed.