[web2py] Re: Size of SQLFORM.grid items

2016-06-28 Thread Sneka R
Thanks a lot. -- 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"

[web2py] Re: Size of SQLFORM.grid items

2016-06-28 Thread Sneka R
Thanks a lot. -- 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"

[web2py] Re: Size of SQLFORM.grid items

2016-06-24 Thread Anthony
It's an argument of SQLFORM.grid. -- 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

[web2py] Re: Size of SQLFORM.grid items

2016-06-24 Thread Sneka R
Where do we set the maxtextlength? On Tuesday, June 14, 2016 at 4:46:05 AM UTC-5, Jitun John wrote: > > Thanks a lot Anthony. Works like Charm. > > On Monday, June 13, 2016 at 8:42:16 PM UTC+5:30, Anthony wrote: >> >> As per the documentation: >> >> >>- maxtextlength sets the maximum length

[web2py] Re: Size of SQLFORM.grid items

2016-06-14 Thread Jitun John
Thanks a lot Anthony. Works like Charm. On Monday, June 13, 2016 at 8:42:16 PM UTC+5:30, Anthony wrote: > > As per the documentation: > > >- maxtextlength sets the maximum length of text to be displayed for >each field value, in the grid view. This value can be overwritten for each >

[web2py] Re: Size of SQLFORM.grid items

2016-06-13 Thread Anthony
As per the documentation: - maxtextlength sets the maximum length of text to be displayed for each field value, in the grid view. This value can be overwritten for each field using maxtextlengths, a dictionary of 'tablename.fieldname':length e.g. {'auth_user.email' : 50} Anthony