ProseMirror / prosemirror-tables

Table module for ProseMirror
https://prosemirror-tables.netlify.app/
MIT License
259 stars 155 forks source link

Where is the NodeView insert into if I will add a row-resizing plugins? #228

Open zunsthy opened 4 months ago

zunsthy commented 4 months ago

The columnresizing plugin creates the table NodeView from src/tableview.ts. I want to write a rowresizing plugin, but a standalone NodeView will conflict with the current NodeView.

If combining column and row resizing plugins to one plugin is the only method?