ProseMirror / prosemirror-tables

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

Add the ability to diable the NodeView in columnResizing #227

Open matej-svejda opened 5 months ago

matej-svejda commented 5 months ago

I have the case where the node view used to render table nodes is created separately from the columnResizing plugin. This pull request adds the ability to explicitly prevent the columnResizing plugin from creating a node view for the table node:

https://github.com/ProseMirror/prosemirror-tables/pull/226