Search code examples
javascriptangularjsangular-ui-grid

Remove column headers from expandable rows in ui-grid


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?


Solution

  • Try enableExpandableRowHeader: false in your main .gridOptions{}

    GridOptions documentation.