For some reason, currentSourceRow
is not available in the disabled
field of the button table column, even though it is available in the hidden
field. Is this a known bug? I tried reloading, but it didn't change anything.
Hey @Janosch_Herrmann! Thanks for reaching out.
I don't think this is a bug, just a slightly inconsistent UI. In this case, Disabled
is a mapped array of Boolean values that controls the behavior of each individual cell in the column, whereas Hidden
is a single Boolean value that controls the visibility of the entire column.
It would probably help to define an explanatory tooltip on the Hidden
attribute! I hope this explanation helps - let me know if you have any additional questions.
Ah yes, that makes sense. Having an explanation for it would be great
1 Like