Sortable table

Hello again…

I would like to make my table sortable and am trying to follow the tutorials.
But I’m desperate to find the State Manager.

Am I missing something or just too stupid to look?

Thank you very much for your help

Well this depends on where do you want to store the sort params?
If you want to store them in query params in the URL, then add the query manager.
If you want to store them in a browser session, then add the session manager.

Thank you very much, that works. :smile:
Maybe should be mentioned in the tutorials :thinking: