Add search to dataview

0
Hi all, I would like to add a seach to the dataview. That is, I would like to allow the user to change the record in the dataview by searching for other records of that entity. Any ideas :) Would be great
asked
1 answers
0

Yyour dataview should listen to a datagrid. Enable search/filter in the datagrid.

You can also nest a dataview in a dataview. The outer dataview can be a non persistent entity with search string attribute. The inner dataview should listen to a datasource microflow, with the outer dataview object as input paremeter, in which you take care of the search yourself.

answered