- Goal: Hey guys, I am trying to edit a dynamic column, but when i select the row under, the selection of the previous row desapear. Does anyone knows how to solve this?
Hey @Almopt,
That may be happening because of your filter using selectedRow.key. Am I right on thinking that the options filtered for humanrights are different for those of stakehodler and environment? If so, the values are no longer rendering when yo uselect another row because it is applying the filter for all rows, based on the selectedRow, which means your whole data set changes.
I can see currentRow is not available to be used on the mapped value, which would have been a solution.
Something you could do, although I'm not sure it would work, is:
- Leave query11.data as your data source
- Apply your chain and flat Map logic within the value field
- Apply your filter logic within the Hidden setting
By doing this, you keep all of your data available within your tag column, but the values shown change dynamically based on your hidden settings.
1 Like