quill icon indicating copy to clipboard operation
quill copied to clipboard

🔥 Implementing table with table-embed but can not as a standalone module

Open lefex opened this issue 1 year ago • 1 comments

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

image

lefex avatar Jun 07 '24 03:06 lefex

This looks amazing! Can you share the code for this?

sachinrekhi avatar Jun 09 '24 02:06 sachinrekhi