Add flexible grid class for v3 grids for width=half etc.

also add 'percent' type renderer, and include column name in <td> class
This commit is contained in:
Lance Edgar 2017-07-14 18:21:24 -05:00
parent 38418a4200
commit 172efe2ab9
3 changed files with 21 additions and 17 deletions

View file

@ -1,5 +1,5 @@
## -*- coding: utf-8; -*-
<div class="newgrid grid3 full">
<div class="newgrid grid3 ${grid_class}">
<table>
${grid.make_webhelpers_grid()}
</table>