We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have some tables where I'd like the default page size to be 10, without affecting the rest of my Datasette instance.
The text was updated successfully, but these errors were encountered:
Relevant code:
datasette/datasette/views/table.py
Lines 519 to 520 in 07e208c
Sorry, something went wrong.
Syntax suggestion:
{ "databases": { "mydatabase": { "tables": { "example_table": { "sort": "created", "size": 10 } } } } }
I'm calling it "size" for consistency with the querystring parameter _size=, even though "page_size" might be a more accurate name.
"size"
_size=
"page_size"
75cd432
Documentation: https://datasette.readthedocs.io/en/latest/metadata.html#setting-a-custom-page-size
Release notes for 0.43
d56f402
Refs #581, #770, #729, #706, #751, #706, #744, #771, #773
No branches or pull requests
I have some tables where I'd like the default page size to be 10, without affecting the rest of my Datasette instance.
The text was updated successfully, but these errors were encountered: