On v17 you have this nice looking ToolPanel that I don't want. I tried to remove it with showToolPanel but that doesn't work.
Can't see anything in the docs about it here: https://www.ag-grid.com/javascript-grid-tool-panel/
I will display: none for now but seems a waste of resources to render it in the first place.
Thanks
Try
toolPanelSuppressSideButtons = true;
Thanks that worked
On Thu, 22 Mar 2018 at 12:56, SimonSch notifications@github.com wrote:
Try
toolPanelSuppressSideButtons = true;—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/ag-grid/ag-grid/issues/2270#issuecomment-375294984,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAuZ-p_Q6f3nQAmIYLSlno-bllosZuvPks5tg59zgaJpZM4S26hH
.
I just curious why it isn't mentioned in official documentation? I couldn't find it there.
Most helpful comment
Try
toolPanelSuppressSideButtons = true;