messages.addRowBelow String (default: "Add row below")

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

Example

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