yet better grid style

This commit is contained in:
Massimo Di Pierro
2011-12-04 16:24:56 -06:00
parent a7ed6abf40
commit cf413e568f
4 changed files with 24 additions and 23 deletions
+1 -1
View File
@@ -1823,7 +1823,7 @@ class SQLFORM(FORM):
tr.append(row_buttons)
tbody.append(tr)
htmltable.append(tbody)
htmltable = DIV(htmltable,_style='width:100%;overflow-x:scroll')
htmltable = DIV(htmltable,_style='width:100%;overflow-x:auto')
if selectable:
htmltable = FORM(htmltable,INPUT(_type="submit"))
if htmltable.process(formname=formname).accepted:#