Hi - wondering why this occurrs.
When I add freeze_column
and unfreeze_column
to dropdownMenu
I literally see the options freeze_column
and unfreeze_column
.
When I add the same options to contextMenu
I appropriately see Freeze Column
and Unfreeze Column
when appropriate.
Similar issues with row hide/show, undo, copy/paste, etc.
This is the react version
Hi @anthony.agostino
It seems that the plugin is not enabled in the settings.
Please check if you have the
// Enables the plugin
manualColumnFreeze: true,
in your settings.
Hi - yes it is enabled. It works in the context menu, and not the dropdown menu.
Ah, yes. This option is for the context menu only. Here DropdownMenu - JavaScript Data Grid | Handsontable is the list of predefined dropdown menu options.
You can still allow user to freeze a column via dropdownMenu but then you’d need to use a custom object configuration and use ManualColumnFreeze
plugin API to handle the action.
1 Like