messages.addRowAbove String (default: "Add row above")

The title of the tool that adds table rows above the selection.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    addRowAbove: "Add row above"
  }
});
</script>
In this article