I need a listview to display data only after the user starts filtering, just like the lookuplistviews.
This is the scenario:
- When opening a page containing the view, the view should no even try to display the data.
- When the user starts searching (applies a filter), the data should be displayed.
Is this possible?
Thanks.