mirror of
https://github.com/simonw/datasette.git
synced 2026-05-27 12:34:37 +02:00
Ability to set custom table/view page size in metadata, closes #751
This commit is contained in:
parent
510c1989d4
commit
75cd432e5a
4 changed files with 27 additions and 3 deletions
|
|
@ -305,6 +305,7 @@ METADATA = {
|
|||
},
|
||||
"attraction_characteristic": {"sort_desc": "pk"},
|
||||
"facet_cities": {"sort": "name"},
|
||||
"paginated_view": {"size": 25},
|
||||
},
|
||||
"queries": {
|
||||
"𝐜𝐢𝐭𝐢𝐞𝐬": "select id, name from facet_cities order by id limit 1;",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue