I am trying to load table data dynamically in ag-grid. All column will be listed in sidebar(ToolPanel) check boxes and if user click on any unchecked box then a request will be sent to server and get data for that column and merge into the grid.
I am not sure this can be done with the ag-grid sideBar. I am thinking of capturing the click event in sideBar but can not found any relevant document.
Please let me know if there is any solution for this.