Reputation: 2449
I've got (gridReady)="onGridReady($event)"
this.grid = params;
this.grid.api.sizeColumnsToFit();
}
In my component, which fits columns to fit when grid is loaded. However when resizing screen I get horizontal scroll from time to time which is extremely annoying if there are only couple of rows, because it hides data. Is it possible to prevent that?
Upvotes: 0
Views: 4014