Grid to list views

Hi All

How does everyone handle the process of toggling between a generic list view to a grid/card layout view?

Within most of my apps i have created two different repeating groups, one handles like a normal table and the other is more of a card layout. This though then needs further development to handle searching/filters etc.

Is there any tips for doing this to save on WU and design, maybe even getting the dataset into one repeating group and then referencing that in the other.

Thanks

Yeah… you definitely don’t want to set up the search constraints separately on each RG… (it won’t 'make any difference for WU but it just makes development/maintenance so much harder).

Load the data into a separate RG (or custom state) and then just refer to that in each of the 2 display RGs.

This topic was automatically closed after 70 days. New replies are no longer allowed.