Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeEmacs
titlesynapeditor.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.

...