Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write search parameter to url param #27

Closed
Moustachauve opened this issue Apr 5, 2022 · 2 comments
Closed

Write search parameter to url param #27

Moustachauve opened this issue Apr 5, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@Moustachauve
Copy link

Hi!

It would be nice to have an option to read/write the search param to the page url with something like "window.history.replaceState" so that search can be maintained when page is refreshed

@myspace-nu myspace-nu added the enhancement New feature or request label Apr 6, 2022
@myspace-nu
Copy link
Owner

Hmm, that might be a nice feature. Would need to add some comprehensive configuration options for that so it doesn't interfere with other functions on the site that might rely on the URL or querystring. Could possibly be better to use sessionStorage for it. I'll add it to the backlog for possible future features.

@Moustachauve
Copy link
Author

Reason I suggested url instead of sessionStorage is so you could easily share it to someone else to get to the same point. Thank you for considering this, I really like using fancyTables :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants