mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
New hidden: True option for table metadat, closes #239
This commit is contained in:
parent
d3a0069c54
commit
02ee31c8b4
4 changed files with 31 additions and 10 deletions
|
|
@ -90,6 +90,7 @@ METADATA = {
|
|||
},
|
||||
'no_primary_key': {
|
||||
'sortable_columns': [],
|
||||
'hidden': True,
|
||||
},
|
||||
'units': {
|
||||
'units': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue