I have an expandable table. I want to remove the Column headers for the expandable rows only in the table. I tried adding showHeader : false
to the subGridOptions
, but this still displays them.
Any ideas?
Try enableExpandableRowHeader: false
in your main .gridOptions{}