Hello, webix community
Is it possible to have a menu list on a datatable COLUMN (not cell) similar to the airtable.com concept as seen here: https://i.imgur.com/5AoX7Vx.png
Hello @Posturous ,
Pro version contains a header menu.
Sample: https://snippet.webix.com/242e340d
But basically, the datatable header supports only left mouse click event (onHeaderClick()).
thank you.