Feature

Table

Insert tables, merge and split cells, edit borders, and add or delete rows and columns.

toolbar: table

Quarterly Revenue

Click the table button in the toolbar to insert a new table, or hover over the example table below to use the handles.

ProductQ1 RevenueQ2 Revenue
SynapEditor₩ 320M₩ 412M
SynapViewer₩ 248M₩ 271M
SynapDocSwift₩ 196M₩ 224M

Hover over the table to see handles for adding/deleting rows and columns, alignment, and cell merging.

Configuration

mode: classic · 1 button
var config = Object.assign(synapEditorConfig, {
    'editor.license': synapEditorLicense,
    'editor.lang': 'en',
    'editor.toolbar': [
        'new', 'table'
    ],
    'editor.menu.show': false
});

// Create editor instance
var editor = new SynapEditor('synapEditor', config, initialHtml);