messages.createTableString(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
messages.createTable
Not finding the help you need?
Contact Support