messages.tableWizard String
(default: 'Table Wizard')
The title of the Table Wizard tool.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
tableWizard: "Table Wizard"
}
});
</script>