I need help getting the columns menu tab to appear in Ag-Grid. It should be a simple task. I want both the general and columns tabs, similar to the demo shown here
Currently, when I specify both tabs, only the general tab is displayed. If I specify just the columns tab, I see a strange blank bar.
Here is how it looks with both general and columns tabs set: https://i.sstatic.net/an3fV.jpg
Here's the code (using CoffeeScript within gridOptions):
defaultColDef:
sortable: true
resizable: true
menuTabs: ['generalMenuTab', 'columnsMenuTab']
No errors are showing in the console. The project is built using Vue.js.