messages.rowsString
(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