Development
This commit is contained in:
parent
8c2f10330d
commit
867911f276
3 changed files with 21 additions and 1 deletions
|
|
@ -1074,6 +1074,9 @@ def _render_item(item, tokens, inherited_req=None):
|
|||
extra = f' data-filter-col="{e(filter_col)}"' if filter_col else ''
|
||||
return f'<select name="{name}" class="form-select"{extra}>{options}</select>'
|
||||
|
||||
if t == 'spacer':
|
||||
return '<span style="flex:1"></span>'
|
||||
|
||||
if t == 'button_row':
|
||||
inner = render_items(item.get('items', []), tokens, req)
|
||||
return f'<div class="button-row">{inner}</div>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue