datasette/datasette/views
Simon Willison f1c29fd6a1
?_col=/?_nocol= to show/hide columns on the table page
Closes #615

* Cog icon for hiding columns
* Show all columns cog menu item
* Do not allow hide column on primary keys
* Allow both ?_col= and ?_nocol=
* De-duplicate if ?_col= passed multiple times
* 400 error if user tries to ?_nocol= a primary key
* Documentation for ?_col= and ?_nocol=
2021-05-26 21:17:43 -07:00
..
__init__.py Refactored views into new views/ modules, refs #256 2018-05-14 00:04:23 -03:00
base.py Fixed bug loading database called 'test-database (1).sqlite' 2021-01-24 21:13:05 -08:00
database.py Fix Jinja warnings, closes #1338, refs #1331 2021-05-23 18:41:50 -07:00
index.py /db/table/-/blob/pk/column.blob download URL, refs #1036 2020-10-24 16:09:18 -07:00
special.py Use f-strings in place of .format() 2020-11-15 15:24:22 -08:00
table.py ?_col=/?_nocol= to show/hide columns on the table page 2021-05-26 21:17:43 -07:00