Table column record parameter for visible & hidden methods
The code you see in the screenshot gives me this error: https://flareapp.io/share/Lm8MlQkP
Any idea why? How can I access the current record inside visible or hidden methods?
3 Replies
Solution
actually the column is visible/hidden. You can't show/hide by row
you can use
->disabled()
I will try with disabled
Disabled works thanks