currentSourceRow not available in disabled field of button column in table

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. :sweat_smile: 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. :+1:

Ah yes, that makes sense. Having an explanation for it would be great :slight_smile:

1 Like