0

I want to show and hide row header column in angular ui-grid, on button click. Now I can add row header column using addRowHeaderColumn method from gridApi core. But I don't see any method to remove it (or hide it). Is this possible?

ingbabic
  • 301
  • 3
  • 10

1 Answers1

0

showHeader:false in latest version in ui-grid

Sunil Kumar
  • 21
  • 1
  • 6
  • Thank you for this answer. This did not worked, however it leaded me to answer which worked for me: https://stackoverflow.com/questions/29455298/angular-ui-grid-ng-grid-3-showheader-isnt-changing-anything – ingbabic Sep 06 '17 at 13:26