mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
sortable_columns also now works with views
This commit is contained in:
parent
5c02a6b0f4
commit
61f51d9ae6
4 changed files with 42 additions and 18 deletions
|
|
@ -158,6 +158,9 @@ METADATA = {
|
|||
'primary_key_multiple_columns_explicit_label': {
|
||||
'label_column': 'content2',
|
||||
},
|
||||
'simple_view': {
|
||||
'sortable_columns': ['content'],
|
||||
}
|
||||
},
|
||||
'queries': {
|
||||
'pragma_cache_size': 'PRAGMA cache_size;',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue