I need to change context menu itens text according to user selection.
Example: User select 3 cols and it show “Add columns”, but when user select 1 col it shows “Add column”
But I need to do it without init handsontable again, is there a way?
I need to change context menu itens text according to user selection.
Example: User select 3 cols and it show “Add columns”, but when user select 1 col it shows “Add column”
But I need to do it without init handsontable again, is there a way?
Welcome back on the forum
I’ve got as a sample from our Support Engineer https://jsfiddle.net/gs52w8ec/ that solves the mistery.
It is exactly what I need, thank you!