mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Apply render_cell plugin on table views, refs #352
This commit is contained in:
parent
510e01f224
commit
61e9a4d601
6 changed files with 19 additions and 24 deletions
|
|
@ -231,7 +231,7 @@ def test_database_page(app_client):
|
|||
],
|
||||
},
|
||||
}, {
|
||||
'columns': ['group', 'having', 'and'],
|
||||
'columns': ['group', 'having', 'and', 'json'],
|
||||
'name': 'select',
|
||||
'count': 1,
|
||||
'hidden': False,
|
||||
|
|
@ -599,6 +599,7 @@ def test_table_with_reserved_word_name(app_client):
|
|||
'group': 'group',
|
||||
'having': 'having',
|
||||
'and': 'and',
|
||||
'json': '{"href": "http://example.com/", "label":"Example"}'
|
||||
}]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue