I am using ag-Grid to display data data grids in a web application.
In the case where a column header is longer than the width of the column, it is automatically truncated with an ellipses in Chrome (v 60.0) and Firefox (v 56.0).
However, when viewing the same exact table in Safari (v 11.0), rather than truncating, the column header text does not display at all until the column is resized to fit.
When I view ag-Grid's own site in Safari, the headers on their example grids do truncate, but I can't seem to find any specific property that would allow me to change whether or not this happens.
Any thoughts on how to solve this issue so that the Safari column headers truncate as they do in Chrome would be greatly appreciated!

