[web2py] Re: SQLFORM.grid without advanced search

2017-04-25 Thread Anthony
On Tuesday, April 25, 2017 at 4:49:41 AM UTC-4, Gael Princivalle wrote: > > I can certainly do it finding the file that create this line. > Someone knows which file is it? > > jQuery('#w2p_query_fields').change();jQuery('#w2p_query_panel').slideDown > (); > If you want to take that approach, you

[web2py] Re: SQLFORM.grid without advanced search

2017-04-25 Thread Anthony
SQLFORM.grid(..., advanced_search=False) More generally, the "searchable" argument can be a callable that executes a custom search, and the "search_widget" argument can be a callable that generates a custom search widget for the UI. With the combination of those two arguments, you can create

[web2py] Re: SQLFORM.grid without advanced search

2017-04-25 Thread Gael Princivalle
I can certainly do it finding the file that create this line. Someone knows which file is it? jQuery('#w2p_query_fields').change();jQuery('#w2p_query_panel').slideDown(); It doesn't matter if it'll delete this slidedown for all the application grids. Il giorno lunedì 24 aprile 2017 11:28:03