Adding a third state to ordering

Adding a third state to ordering

ph0rqueph0rque Posts: 1Questions: 1Answers: 0

I have a table where the first column is just an index (row 1, row 2, etc) that is in ascending order by default. When the user orders by any other column, the first click sorts by ascending, and the second click sorts by descending order. I want to add a third state: the third click should be the unordered state, (that is, the table will be sorted by the index again). Is it possible to do that?

Answers

  • allanallan Posts: 63,791Questions: 1Answers: 10,513 Site admin

    Currently no - that isn't something that is possible I'm afraid.

    This issue in github is a discussion about this feature.

    Allan

This discussion has been closed.