Add custom menu item to the standard context menu

Tags: #<Tag:0x00007f8b19cbef20>

I would like to add another menu item in the standard context menu. Is it possible with version 7.0.3? I see in one of the previous versions it was possible. Example this jsFiddle (http://jsfiddle.net/y9j3m29c/2/). But can’t make it to work in 7.0.3.

Please let me know if anyone came across this kind of issue.

Hi @kaveh.shams

Here’s https://handsontable.com/docs/7.4.2/tutorial-release-notes.html the full list of changes made per version. They might be some issue that was present in 7.0.3 and got fixed in newer versions.

Hi,

Thank you for your reply. I updated the HandsonTable version to 7.4.2 in this jsFiddle (http://jsfiddle.net/vo7gz9r0/) but still the added context menu items are not visible. They are working in the original version 3.0.0 (http://jsfiddle.net/y9j3m29c/2/).

It looks like contextMenu.itemsFactory is null. Is there a way to access the predefinedItems of this object?

Thank you for sharing the details @kaveh.shams

Due to security reasons, reading from the clipboard is not possible that is why the paste button doesn't work from external data sources. Most of the bigger solutions like Kendo or FlexGrid also do not allow to paste data from an external data source.