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