UI Setting
Table Handle
Configure the behavior and display of row and column handles that appear when hovering over a table.
What are Table Handles?
When you hover over a table, handles appear for adding/deleting, resizing, and aligning rows and columns.
| Product | Version | Release |
|---|---|---|
| SynapEditor | 3.0.2 | 2026.05 |
| SynapViewer | 4.1.0 | 2026.04 |
| SynapDocSwift | 2.7.1 | 2026.03 |
SynapEditor allows fine-grained control over the visibility and behavior of these handles.
Configuration
var config = Object.assign(synapEditorConfig, { 'editor.license': synapEditorLicense, 'editor.lang': 'en', 'editor.toolbar': [ 'new', 'table' ], 'editor.table.handle': true }); // Create editor instance var editor = new SynapEditor('synapEditor', config, initialHtml);