0

I'm new to ag-grid and want to create this(attached below) table where the columns are added dynamically in ag-grid. Any solution?

enter image description here

1 Answers1

0

Yes you can do this by generation ag-grid colDef on the fly. For example check this link: https://embed.plnkr.co/0s1oSe/

Also similar problem was discussed here Angular Grid ag-grid columnDefs Dynamically change

CREZi
  • 111
  • 1
  • 6