Delay listview loading data till first keyword search

0
Is it possible to just have a search bar so that when you search, it loads the results rather than displaying all results? Kind of like having a "what are you searching for?" page before the user sees results.
asked
2 answers
1

Never mind. I'll change the pages to have a homepage that explains what the app is and a button/menu item to go to the search page with the listview. Labelling it as "show all x" can flow better with the overal design I had in mind.

There doesn't seem to be an option to delay or "wait till" for Listviews.

answered
0

If you set the Search bar of the data grid to 'Always visible' or 'With button (initially open)', you get an option to set an attribute 'Wait for search' for the data grid.  If this is set to Yes, the grid does not initially populate and you have to set one or more search attributes to display matching records.

answered