messages.createTableHint String (default: "Create a {0} x {1} table")

The status text of the tool that inserts tables, which indicates the dimensions of the inserted table.

Example

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