messages.tableTab String (default: 'General')

The title of the main Table tab in Table Wizard.

Example

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