Can I add custom filters in Template Grid

0
I have three filters -status, catergory type, and machines in the template grid.Can I filter them without clicking the search and reset button instead on selecting the value in filter should automatically filter the data? Is that possible in template grid       Additionally how can I add this below highlighted things 
asked
2 answers
0

Here is the good example of filtering with nonpersistable entity as you said.

https://youtu.be/F4KOyBHXZt8

 

answered
0

Hi Arpita,

 

Please follow below steps,

First, create a Non Persistent Entity having the attributes you want to filter on. Put the templategrid in an encapsulating dataview, showing an object of this FilterHelper. To create this object, either create one on navigation as page parameter, or create one using a datasource microflow or nanoflow as datasource.

Next, change the existing datasource microflow for your templategrid to have the FilterHelper as input parameter and apply your logic in the retrieves.

 

Hope it helps!

Thanks & Regards,

Manikandan K

answered