messages.cellSpacing String (default: 'Cell Spacing')

The title of the tool that applies spacing to table cells.

Example

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