Hi, I was wondering if I could have a TreeGrid where one of the columns is permanently in edit mode. i.e you don't have to double click a cell to it it.
It would look something like this:
Hi Farveen thanks for your response, it was exactly what I was looking for!
Hi Farveen, I was wondering if you could help me with something else.
I am trying to build something like the image above where the dropdowns are only visible when either the row is selected or the row has an active checkbox. See here for a video.
I have managed to achieve this by updating the dom using javascript but I was wondering if there was a way to achieve this by using react state?
The component that can be passed into ColumnDirective via the template prop doesn't seem to update with state changes.
Here is a link to my working prototype