mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
a1ba6cd6bb
commit
fe687fd020
6 changed files with 40 additions and 19 deletions
|
|
@ -942,6 +942,7 @@ class TableView(RowTableShared):
|
|||
"extra_wheres_for_ui": extra_wheres_for_ui,
|
||||
"form_hidden_args": form_hidden_args,
|
||||
"is_sortable": any(c["sortable"] for c in display_columns),
|
||||
"fix_path": ds.urls.path,
|
||||
"path_with_replaced_args": path_with_replaced_args,
|
||||
"path_with_removed_args": path_with_removed_args,
|
||||
"append_querystring": append_querystring,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue