quill
quill copied to clipboard
🔥 Implementing table with table-embed but can not as a standalone module
I use table-embed write a quill table. However, it cannot be used as a standalone module and requires modifications to some code in Quill. The best approach is to integrate it into Quill.
The table support:
- merge and unmerge cell
- fill color
- border
- list in td
- header in td
- custom selection to select much tds
- copy and paste
- add column and row
- change column width
- the control to change table, such as add column, remove column
- text algin in td
- vertical algin
This looks amazing! Can you share the code for this?