Keeping the URL in sync with the table state
I'm wondering if there is a preferred method to keep the URL updated with the table state. Ideally, I would like for a user to be able to bookmark or share a URL that will allow them to immediately render the table in a specific state. For example, have filters active, columns visible, sorting, etc. I am using Table v8 and Query v4. I am also using react-router but cannot figure out how to integrate the three libraries, in case react-router is the preferred solution.
Thanks in advance.
2 Replies
exotic-emeraldOP•3y ago
Also, I should add that I am doing all the sorting and filtering server side.
foreign-sapphire•3y ago
Did you ever figure this out?