You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use InteractiveTable and synchronize the sorting state of the table with the URL of the page, like: /uri?sortBy=service-name&order=asc
What would you like to be added:
InteractiveTable already has initialSortState, but to support synchronization with URL parameters, we need access to the other sorting hooks in the table like onSortingChange and sorting.State
Who is this feature for?
Plugin and Grafana developers sorting data client-side.