Hi everyone! I’m trying to develop a solution showing data for every slot as a warehouse.
For example: Row 1 Col 1 Produc X - Row 1 Col 2 Product Y - R1 C3 (empty)
The problem I have is that every user will have their own warehouse (1st step is the user to set max row and max column) so the user 1 will have R5C6 (30 available slots). I want to show that table for each user and I thought about RG for row and nested RG columns so I will have:
R1 C1 - C2 - C3 - C4… etc
R2 C1 - C2 - C3 -C4…etc
My issues are:
- When the user set the warehouse, it only creates 1 data (max R / max C) so not creating every row and column
- How can I show the warehouse? (RG and nested RG?)
Thanks!