You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using prosemirror-tables with Tiptap.
I see in the codebase that the resize functionality is totally on this side as a function "columnResizing".
I have a container that is resizable (height and width).
There is a table inside this container that always needs to be an equal width to the container (width 100%).
The resize handle on the table column shouldn't allow overflow of this container
The problem is with sync between table minWidth and ability to change colwidth, it could be great to have opportunity to limit colwidth modifications to specific wrapper width.
Is there a simple way to limit resizing to prevent overflow?