Table Widget: hide the title / header
How can I hide the title / header of a table widget?
Cheers, Tee
3 Replies
Since it's a table component, can't you just use:
->heading('') or ->heading(null)
?
Solution
->heading(null)
if you are using a table widget..perfect, I swear I tried that earlier! thanks for the input