Replies: 1 comment
-
could you provide clear repro steps? i'm not sure i understand the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I am trying to use a table with following requirements-
a. Display the data fetched using API call (here 2 rows)
b. Enable adding new row (lets assume 3rd row is added) at the end which have combobox as the cell type. On selecting an item from 3rd row 1st column- subsequent columns of that row will get options available for selection.
Issue- when i select something in 3rd row 1st column- it also updates values in 1st and 2nd row which should be fixed irrespective of any changes in 3rd column.
Here is a sandbox for the same- Controlling Table Rows Values
I'm not sure if I'm missing something here. Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions