No cascading configuration for contextMenu?

Tags: #<Tag:0x00007efc6542b928>

Is it possible to configure contextMenus per cell with cascading configurations? I need each cell to be able to define its own context menu items, but it doesn’t seem to be working. Here’s a simple fiddle.

hot = new Handsontable(container, {
	data: getCarData(),
	// contextMenu: true, // THIS WORKS
	cells: function(row, col, prop) {
		return {
			contextMenu: true // DOES NOT WORK
		};
	}
});

@pernice3 unfortunately it’s not possible.

Ok, thanks. Any chance of getting that added to a new version?

It’s a really good idea but as far as I’m concerned it will take longer than few man-hours. We will keep this idea for future.