-
-
Notifications
You must be signed in to change notification settings - Fork 700
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
?_size= argument is not persisted by hidden form fields in the table filters #1194
Milestone
Comments
Relevant code: datasette/datasette/views/table.py Lines 815 to 827 in a882d67
It looks like there are other arguments that may not be persisted too. |
Should I just blanket copy over any query string argument that starts with an underscore? Any reason not to do that? |
I'm going to copy across anything starting with an underscore. |
This was referenced Jan 25, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Click "Apply" on https://covid-19.datasettes.com/covid/ny_times_us_counties?_size=1000&county__exact=San+Francisco&state__exact=California&_sort_desc=date#g.mark=line&g.x_column=date&g.x_type=temporal&g.y_column=cases&g.y_type=quantitative and the
?_size=1000
parameter from the URL will no longer apply on the reloaded page.The text was updated successfully, but these errors were encountered: