Is it possible to remove row header column from angular ui-grid?

887 Views Asked by At

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?

1

There are 1 best solutions below

1
On

showHeader:false in latest version in ui-grid