how to implement search microflow

0
Hi,      i want to implement search microflow for searching certain name in database and show the details.
asked
1 answers
0

Try the listview(https://docs.mendix.com/refguide6/list-view first, it has a search function

or the datagrid widget (https://docs.mendix.com/refguide6/data-grid).

 

see also the widgets in the appstore about searching: https://appstore.home.mendix.com 

answered