How to make listview search like datagrid search (with button to open/close)?

1
Hi guys, I am wondering whether you have advice to hide the search field of a listview standard and enable only with pressing to search. Like the datagrid search I want that the users should self enably the search field in stead of showing standard the search field field? thanks
asked
2 answers
0

I don't see a way of doing this directly from the widget properties, so I'm assuming that the way to go would be to use custom HTML, CSS, and JS.

answered
-1

Haven't tried it myself, but maybe this widget on Github can help you out: https://github.com/mendix/ListviewSearchUI

Make sure to read the instructions carefully! Especially the part about why the widget has not been published to the AppStore.

answered