By default the column menu of a ag grid table appears when you click on the menu icon in the column header, however the icon of this column menu is very large. Is there a way that the column menu appears on right click (similiar to the context menu in the cells)?
I had a look at the documentation, however i was not able to achieve this. https://www.ag-grid.com/archive/26.0.0/javascript-data-grid/column-menu/#customising-the-general-menu-tab
I assume it has to something with the postProcessPopup settings...