Hi,
I am trying to make a 3 dimensional table of the following fields: Product, Mode and Feature, where the intersection between the 3 will have a status (Available, Not Available, Planned).
While Mode will have constant amount of modes, I want the user to be able to add products and features dynamically.
Currently I use one form with the product and mode fields, and for each feature I add a field manually (of type status), and I view it like that, by adding rows manually to the outer table, and for each cell I add a tableview with filters based on the mode and feature:
Is there a way to create this dynamically by crossing 2-3 different forms?
Hi @Mar Demolag
Should probably be possible with a ListView and nesting TableView/CardViews with dynamically filtered data
Alex
Thanks for the response,
When I have a table that already has all of the information, showing it is not the issue.
I can't find a way to dynamically add features/products while keeping the table fully updated at all time.
assuming we have only one mode, if I split the form to three:
1. features: name
2. products: name
3. featureperproduct: feature, product, status
if I currently have 3 products in the products form, for each feature I add to the first form, I will have to somehow add 3 different rows to the featureperproduct form. If one of them was constant, I could have just made duplicate IFTTTs that create a row, but if I work dynamically, is there a way to create several rows using 1 IFTTT?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.