From d23127b9ef63d24940771acda33f0870169f3ec6 Mon Sep 17 00:00:00 2001 From: zzxming Date: Thu, 19 Dec 2024 22:16:03 +0800 Subject: [PATCH] docs: second editor is full table --- docs/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.js b/docs/index.js index 92e4b18..f750248 100644 --- a/docs/index.js +++ b/docs/index.js @@ -118,6 +118,7 @@ const quill2 = new Quill('#editor2', { modules: { toolbar: toolbarConfig, [TableUp.moduleName]: { + full: true, scrollbar: TableVirtualScrollbar, align: TableAlign, resize: TableResizeBox,