Allow passing arbitrary attrs when rendering grid

This commit is contained in:
Lance Edgar 2018-02-09 21:13:41 -06:00
parent e2bfb31cb2
commit 91b395118e
2 changed files with 2 additions and 1 deletions

View file

@ -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>