If you want the fields to be searchable. Then instead of setting readable =
false.
Hide the fields with:
db.table.field.represent = lambda value, row: DIV(value, _class='hidden')
and the column heading with:
grid = SQLFORM.grid(
headers = {
'table.field' : DIV(_style = "display:None"),
}
)
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/web2py/2d4d200a-56f5-4a9b-b66f-91a5e7748e9c%40googlegroups.com.