relc
relc
Is the feature of virtualization planned to be implemented in the near future?
Is it going to be merged?
Try to add that to the overrides styles: ``` MuiTableSortLabel: { root: { width: "0.5rem", }, }, ```
For example: In Home page: `const [emails, setEmails] = useQueryState("emails", ["[email protected]"])` now I want to navigate from another page to my Home page but without the default email filter I...
I don't have access to setEmails from another page, can I do it from the URL? I tried: ` navigate({ pathname: "/home", hash: createSearchParams({ emails: [], }).toString() })` also tried:`...
It's react-router-dom useNavigate hook
Not yet, bet anyway it's not aligned with my code convention