This issue should * [ ] Implement a hook that retrieves URL parameters (or hash) related to the table state * [ ] Deserialises the parameters into a table state * [ ] Serialises and updates the URL parameters * [ ] Adds the hook as an enable-able feature to the `useTableTools` hook or `TableToolsTable` component **Notes:** * There should be a standardised defined way of how the parameters are serialised and deserialised * Additional unrelated URL parameters or anchors or state should be preserved * Updating the URL parameters should not reload/re-render the page
This issue should
useTableToolshook orTableToolsTablecomponentNotes: