You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implement the select from the documentation to use it in the table. The table would have 3 columns, the row number, the first selector with always the same options and the second selector that should have different options based on what is selected.
This would be different for each row
i.e:
[row-1] [select-1] [select-2]
1 opt1 (2 options to select from)
2 opt2 (6 options to select from)
Is this even possible? I've been trying in different ways but no luck :/
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I implement the select from the documentation to use it in the table. The table would have 3 columns, the row number, the first selector with always the same options and the second selector that should have different options based on what is selected.
This would be different for each row
i.e:
[row-1] [select-1] [select-2]
1 opt1 (2 options to select from)
2 opt2 (6 options to select from)
Is this even possible? I've been trying in different ways but no luck :/
Beta Was this translation helpful? Give feedback.
All reactions