mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Add col-X classes to HTML table on custom query page
This commit is contained in:
parent
1e4c295012
commit
e2750c7cc0
2 changed files with 4 additions and 3 deletions
|
|
@ -79,6 +79,7 @@ class RenderMixin(HTTPMethodView):
|
|||
**context, **{
|
||||
'app_css_hash': self.ds.app_css_hash(),
|
||||
'select_templates': select_templates,
|
||||
'zip': zip,
|
||||
}
|
||||
})
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue