Render tooltip or helper text for custom context menu option

Tags: #<Tag:0x00007efc6468b5e8>

Does Handsontable provide support for adding helper text or tooltips for custom context menu options?

Hi @ramy.galal

If you want to add tooltips to context menu options you’d need to change the label of that option by adding title.

Demo
http://jsfiddle.net/handsoncode/71t6k0dj/

Effect
image

Code