Table Widget hidden() not working
I have a Table Widget on a view page.
On a TextColumn i have the following code:
For some reason the
->icon()
is working fine and for ->hidden()
i get the error: Attempt to read property "details" on null
2 Replies
You can't show/hide columns by row. Use
->disabled()
, formatStateUsing
..It works fine on all the other tables if you have 1 row