messages.columns String (default: 'Columns')

The title of the Columns tool in Table Wizard.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    columns: "Columns"
  }
});
</script>
In this article