messages.addColumnRight String
(default: "Add column on the right")
The title of the tool that adds table columns on the right of the selection.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
addColumnRight: "Add column on the right"
}
});
</script>