0
votes

I am using angular ag-grid to display my data. I want to expand the pivot column group by default and hide the expand and collapse icon for the pivot column. I have created a demo under this link "https://plnkr.co/edit/Qkyrcrpemy9dyxqW" Could anyone please tell me how can I achieve it.enter image description here

1

1 Answers

1
votes

Set the property suppressExpandablePivotGroups to true on your grid. This will make your pivot columns fixed. See here for documentaion.

Updated Plunker.