How to create Search bar (Like DataGrid) for List View?

0
Hi, I am using list view in my application. I like to implement search button for my list view. I want to create Search toggle button like data grid provides. How can I make the use of this feature?
asked
2 answers
0

Hi Samarth,

Create a search helper entity with some attributes which is similar to the attributes of the entity which is connected with the listview. You can add dataview at the top of the listview and enable the dataview section using some boolean attribute when user clicked the search button. 

Then user enters the value in all fields in dataview when user clicked search button, create a custom logic to search and update the listview accordingly

answered
0

Good day Samarath,

Please have a look at https://appstore.home.mendix.com/link/app/105694/

List view controls offers a set of widgets that allow you to build beautiful lists and grids. You can do this by modeling a list view and adding widgets.

Cheers, Andries

answered