How do I add a select all button on Data grid 2?

0
Hi, The best practices at our company mqkes us work with data grid 2 for a list display. I want to add a select all button just like the one on datagrid 1. Anyone know how?
asked
1 answers
0

Add a boolean parameter into the entity that is in the list.

 

Add a button on top of the datagrid2 module which activates a nanoflow.

In this nanoflow, you can loop through the whole dataset (the list of entities) and mark the boolean as true.

 

answered