[web2py] Re: Smartgrid and onvalidation for child tables

2016-02-18 Thread Seraaj Muneer
Feature request reaised https://github.com/web2py/web2py/issues/1188 On Wednesday, 17 February 2016 16:48:49 UTC, Seraaj Muneer wrote: > > Hello everyone, according to the Book, the smartgrid can be passed a map > of parameters, eg searchable=dict(parent=True, child=False), and this will > be pa

Re: [web2py] Re: Smartgrid and onvalidation for child tables

2016-02-17 Thread Saeed
Ah OK great. I'll have to raise a github request then. On 17 Feb 2016 20:15, "Anthony" wrote: > Hmm, doesn't appear to support all of the grid arguments: > > for key in > 'columns,orderby,searchable,sortable,paginate,deletable,editable,details,selectable,create,fields' > .split(','): > > Maybe ma

[web2py] Re: Smartgrid and onvalidation for child tables

2016-02-17 Thread Anthony
Hmm, doesn't appear to support all of the grid arguments: for key in 'columns,orderby,searchable,sortable,paginate,deletable,editable,details,selectable,create,fields' .split(','): Maybe make a feature request on Github to include all of the grid arguments, not just those above. Anthony On We