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