I'm new to web2py and I'm playing around with SQLFORM.grid. I notice that the display of string fields truncates at 20 characters, whereas SQLTABLE did not impose such a limit. How do I loosen up this limit?
Also, while I can disable exportclasses, I can't get rid of the "Export:" label beneath the grid. I would think that something like "exportclasses=None" would eliminate everything to do with export. Altogether, this is not very intuitive. And finally, if I specify the fields to be fetched from the database (using "fields="), I would think that the excluded fields (for example, 'Id') wouldn't show up in the Search field dropdown. How would the user ever know what 'Id', for example, to search for? SQLFORM.grid could be a bit more flexible. -- 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+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.