Table Widget: hide the title / header

How can I hide the title / header of a table widget? Cheers, Tee
No description
Solution:
->heading(null) if you are using a table widget..
Jump to solution
3 Replies
Bruno Pereira
Bruno Pereira9mo ago
Since it's a table component, can't you just use: ->heading('') or ->heading(null) ?
Solution
LeandroFerreira
LeandroFerreira9mo ago
->heading(null) if you are using a table widget..
TheRealTeeHill
TheRealTeeHillOP9mo ago
perfect, I swear I tried that earlier! thanks for the input

Did you find this page helpful?