mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Facets can now be toggled off again, refs #255
This commit is contained in:
parent
ba515fc56e
commit
1dc94f6eaa
4 changed files with 13 additions and 3 deletions
|
|
@ -658,6 +658,7 @@ class TableView(RowTableShared):
|
|||
"display_rows": display_rows,
|
||||
"is_sortable": any(c["sortable"] for c in display_columns),
|
||||
"path_with_replaced_args": path_with_replaced_args,
|
||||
"path_with_removed_args": path_with_removed_args,
|
||||
"request": request,
|
||||
"sort": sort,
|
||||
"sort_desc": sort_desc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue