We are using Enterprise AG Grid in our react application. I could not find anything on below in official docs of Ag Grid.
- How can we hide all columns at once, not using column api but user should be able to do it, may be a hide all check box in tool panel?
- Is there any way to customize tool panel? So that we can add more options specifically for #1.
- Once we hide all the column and then add it back from toolpanel. Is there a way that we can force new column to be added in the last instead of its original position as per coldefs?
Any help is appreciated, apologies for long text here.
Update 1.
I was able to add workaround for #1, by using Grouped columns and setting groupheaderheight to 0. Added all columns in one group and then a check/uncheck for all is available in tool panel.
Update 2:
Most of it is supported by Ag-Grid now. Please refer their latest build.