Hi Team,
I have a power table and I want to dropdown for "version" column(it will fetch multiple version), depending on selected grade 1st column.
please refer below diagram-
How can I do this, any idea?
Hi Team,
I have a power table and I want to dropdown for "version" column(it will fetch multiple version), depending on selected grade 1st column.
please refer below diagram-
How can I do this, any idea?
Here's a starting point of how to make multiple-layered custom dropdown options.
on which event I need to write this code?
because I want versions of selected "grade" and the "grade" will get after selecting the row and after that I want to bind the dropdown data.
by default, there is one row with single version but when user double clicks on "version" column dropdown should appear with multiple versions.
There's a project file in the linked post; import it and you can see the full setup, because it involves more than one event hook on the table.
I tried this and it worked.
Thank you so much.