sortable_columns also now works with views

This commit is contained in:
Simon Willison 2018-08-05 17:29:23 -07:00
commit 61f51d9ae6
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
4 changed files with 42 additions and 18 deletions

View file

@ -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;',