Feature
Table
Insert tables, merge and split cells, edit borders, and add or delete rows and columns.
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.
| Product | Q1 Revenue | Q2 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
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);