home / docs / sections_fts

sections_fts: 6

This data as json

rowid title content
6 Setting a default sort order By default Datasette tables are sorted by primary key. You can over-ride this default for a specific table using the "sort" or "sort_desc" metadata properties: { "databases": { "mydatabase": { "tables": { "example_table": { "sort": "created" } } } } } Or use "sort_desc" to sort in descending order: { "databases": { "mydatabase": { "tables": { "example_table": { "sort_desc": "created" } } } } }
Powered by Datasette · Queries took 0.921ms