Allow passing arbitrary attrs when rendering grid
This commit is contained in:
parent
e2bfb31cb2
commit
91b395118e
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
## -*- coding: utf-8; -*-
|
||||
<div class="grid ${grid_class}">
|
||||
<div class="grid ${grid_class}" ${h.HTML.render_attrs(grid_attrs)}>
|
||||
<table>
|
||||
${grid.make_webhelpers_grid()}
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue