Try to add the following to your CSS:
.ag-header-cell-label {
text-overflow: clip;
overflow: visible;
white-space: normal;
}
and add this to your grid options:
headerHeight: 48
Try to add the following to your CSS:
.ag-header-cell-label {
text-overflow: clip;
overflow: visible;
white-space: normal;
}
and add this to your grid options:
headerHeight: 48