Is it possible to clear data grid 2 text filter content?

1
Hello guys,   My users want a button that resets all the text filters in the datagrid 2. Is this possible?   BR Niklas
asked
3 answers
2

Hi Niklas, 

 

Currently we don't have an option to reset the filters in Datagrid 2

 

I hope this helps 

answered
3

Hey Niklas,

Just add a reset button and then call a Nanoflow/Microflow,

in the Nanoflow, you can either use a Javascript or you can change the values of the filter to empty.

 

Hope it helps!

answered
0

Hello @Niklas,

 

Call a nanoflow on click of reset filter button. Then in nanoflow, using javascript empty all input fields. After than call a microflow and refresh the page.

 

BR,

Amit Gupta

answered