-
Notifications
You must be signed in to change notification settings - Fork 3
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
Make the barcharts clickable #56
Comments
I think it would be possible the following way: The barcharts can then generate the URL simply by writing the GET request URL |
@krrome you are right. DataTables library allows entering the pre-search string that is used to filter down the result set when initializing table on page load. Just the JS logic of reading from and updating the URL is needed and then we have a solution allowing to link to arbitrary subset and also automatically generating reflecting URL for any search query. |
Perhaps this is useful, but maybe an overkill as we don't need full mapping/parsing of a get-request: https://stackoverflow.com/questions/8486099/how-do-i-parse-a-url-query-parameters-in-javascript |
True. There are simpler snippets made exactly for this features that we can adapt: wet-boew/wet-boew#6622 (comment) |
No description provided.
The text was updated successfully, but these errors were encountered: