'Ellipsis For Ag-Grid Column

I have below ag-grid column for which I am trying to add ellipses as below -

<AgGridColumn
  headerName="NameOfHeader"
  field="FieldName"
  cellStyle={{'text-overflow':'ellipsis','white-space':'nowrap', 'overflow': 'hidden', 'padding': 0}} 
  width={300}
>

Through this style , I am not able to see ellipses in the column



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source