Simplify filters and Action Buttons

0
Hey community im developing a small app to track tasks. I created a page which shows the tasks in 3 columns each containing a template grid. The columns are devided by the task status “Open”, “WIP”,  “Done” as displayed here:   Now my goal is that theres only one set of filters which applies to all 3 columns. Also the selection and the action buttons should be unified for all three template grids. Across the grids only one selected item should be allowed. Which controls should i use to achieve a behavior like this, or do I need to use some events/microflows?
asked
1 answers
0

Hi Syman,

 

Create Non persistent helper layer on top of it . 

Use selected association and show the data in grid using that association and on search filter the associated data then it will be applicable to all the templates and top helper layers should be one for all of them .

I hope this helps you .

answered