when I change FORM to SQLFORM i get error 'THEAD' object has no attribute 'writable'
On Sunday, April 15, 2012 7:58:37 AM UTC-7, web2py_Superfan wrote: > > Thanks a bunch DenesL, Do you know how I could use SQLFORM and have the > checkboxes added to each row in the form? I couldn't figure that out. > > On Sunday, April 15, 2012 7:12:13 AM UTC-7, DenesL wrote: >> >> >> Only SQLFORM has a custom attribute. >> You are using FORM. >> >> >> >

