Table sorting without affecting to prosemirror node #6042
-
I installed an extension for tables in the editor and want to add row sorting by specific columns. How can I do this considering that I need to change the HTML of table but without altering the nodes in the tiptap (I need the sorting not to change the original order of the nodes)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yea this would not be possible with the default prosemirror-tables impl. You can maybe have table be rendered as a node view & implement all the content editing stuff yourself |
Beta Was this translation helpful? Give feedback.
Yea this would not be possible with the default prosemirror-tables impl.
You can maybe have table be rendered as a node view & implement all the content editing stuff yourself