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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

릴리즈 2.3.0 이상

'editor.table.handle' 설정으로 표 핸들을 사용할지 여부를 설정합니다. (기본값 = true)

false로 설정시 행, 열 선택 및 삽입 핸들이 사라지며, 풍선팝업에 행, 열 삽입버튼이 추가됩니다.

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


editor.table.handle : true(기본)editor.table.handle : false


표 편집 핸들을 false로 설정한 경우 "표 편집 풍선팝업"에 행/열 추가 버튼 등 추가기능을 적용하시면 원한할 편집이 가능합니다. balloon popup 풍선팝업 설정을 참고하세요.

표 편집 풍선팝업 설정 예시



  • No labels