Hello everyone, I'm opening this new thread with the same name as an old one because from what I saw here on this link Table Row Actions: Hidden Field can't access current row information the problem would have been solved by now, but I can't access the currentSourceRow variable in the Hidden field. Does anyone have any idea what's going on?
Hey @Almopt,
The thread you mention refers to the Table "Row Actions", whereas you're trying to hide a whole column (in your case a button column. That Hidden setting you're using will hide or show your whole column, but the button within a row (this is enabled only within Row Actions)
1 Like
@MiguelOrtiz Oh I see, but there's a way of hiding the entire column based in the currentSourceRow?
Hey @Almopt,
I don't think so... the difference with the "Disabled" setting is that this one will accept an array of trues and falses to disable the button, where as the Hidden setting is just expecting one true or false to hide the whole column: