grid = SQLFORM.grid(db.professionalsummary.posted_by==user.id, editable=True, deletable=False, user_signature=True,create=False, details=False, exportclasses=dict(export=False, xml=False, html=False, json=False, csv=False, tsv=False, tsv_with_hidden_cols=False, csv_with_hidden_cols=False))
grid[0][1][0][0] = ' ' #remove search field
#grid[0][1][0][1] = '' #remove search button
grid[0][1][0][2] = '' #remove clear button
..............
..............
<type 'exceptions.IndexError'> list index out of range
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/001f952f-9839-483c-af11-9534c403f731%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to web...@googlegroups.com.