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:
parent
38418a4200
commit
172efe2ab9
3 changed files with 21 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
|||
## -*- coding: utf-8; -*-
|
||||
<div class="newgrid grid3 full">
|
||||
<div class="newgrid grid3 ${grid_class}">
|
||||
<table>
|
||||
${grid.make_webhelpers_grid()}
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue