I am working with an expandable table and trying to figure out how to hide the column headers for only the expandable rows within the table. I experimented with including showHeader : false
in the subGridOptions
, but without success as the headers are still being displayed.
Does anyone have any suggestions or solutions?