Page tree
Skip to end of metadata
Go to start of metadata

RELEASE 2.3.0 OR ABOVE

With 'editor.table.handle' setting, you may determine whether you use table editing handle or not (default = true).

If you set it to false, the handles to insert and select columns and rows will disappear and Insert Row and Insert Column button will be added to balloon popup.

synapeditor.config.js
{
	'editor.table.handle': true,
}


true
(default)

false

When you set the table editing handle to false and apply additional features like buttons to insert rows and columns to "Table Editing Balloon Popup", you can enjoy more efficient editing. Please refer to Balloon Popup Configuration.

Result of Applying Table Editing Balloon Popup Configuration



  • No labels