messages.createTable String (default: "Create table")

The title of the tool that inserts tables.

Example

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