messages.rows String (default: 'Rows')

The title of the Rows field in Table Wizard.

Example

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