Having datagrid filters in the top instead of inside the grid

0
Is it possible to have some custom filters at the top of the datagrid instead of inside the columns? I have tried several ways but i keep having the following error: Unable to get filter store. Check parent widget configuration.
asked
3 answers
0

Hello,

 

Have you added the attributes based on which you want to filter the data in the below tab for datagrid2? If not then add it there.

image.png

 

Hope this helps!

 

Thanks

Amit Gupta

answered
0

Hello Maximo,

You can use a Helper Entity approach, create a helper entity with attributes that match the filters you want to generate.

Then, in a Data View, create the Helper Entity and place a Data Grid 2 inside it.

as given below.

image.png

 

datagrid2 source will be nanoflow, call nanoflow passing helper entity parameter.

image.png

Inside nanoflow you can call microflow that will generate list for your datagrid2,return that list in nanoflow.

 

In helper entity data view you can add button serach/reset and add change object there with refresh in cliet yes.

image.png

answered
0

Hello Maximo,

 

You can have a look this video. https://youtu.be/HILFei971Hg

answered