Reactjs – Dynamically (server side) adding and removing columns in ag-grid with GraphQL(Apollo), React
I have the following issue: I am using GraphQL to query data from a huge table with many columns. The users want to be able to add/remove columns based on their preferences. I know that ag-grid offers adding/removing columns, but…