F
Filament12mo ago
Masea

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?
Solution:
actually the column is visible/hidden. You can't show/hide by row
Jump to solution
3 Replies
Solution
LeandroFerreira
LeandroFerreira12mo ago
actually the column is visible/hidden. You can't show/hide by row
LeandroFerreira
LeandroFerreira12mo ago
you can use ->disabled()
Masea
Masea12mo ago
I will try with disabled Disabled works thanks