deafault Search option is disable for Non persistent entity

0
I am calling Rest API and get the data in non persistent entity and the same entity is used in data grid to display data. Problem is that the default search is not coming for the non persistent entity,  Is there any alternative to have the search button on data grid/tempalte grid? Thanks
asked
2 answers
2

Don't think so. It is only available for DataGrids populated by database, so persistant entities, sadly...

answered
0

if you're really desparate you can make separate buttons that sort the list in a microflow and reload the datagrid/listview.

In that case you probably need a helper entity, sort the list and attach the list to that entity. After that you can reload the page and retrieve the list over association of the helper entity.

answered