Resizable Columns in Table Not Working #5364
Unanswered
kmarchandfindest
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
### Affected Packages
@tiptap/extension-table
@tiptap/extension-table-row
@tiptap/extension-table-header
@tiptap/extension-table-cell
Version(s)
2.9.1
Description of the Bug
I am currently utilizing the editor equipped with the
Table extension
. The table and its commands are functioning properly, except for the resizable columns feature in theTable.configure
. I have attempted various methods and custom implementations to enable column resizing, but none have yielded the desired results. The columns maintain a fixed size, preventing users from adjusting them by dragging the column borders. Additionally, I do not observe the resize cursor or handle when hovering over the columns.Browser Used
Chrome
Code Example (Preferred)
Working as TipTap doc : https://tiptap.dev/docs/editor/extensions/nodes/table
Expected Behavior
Table column should be resizable with a resize-handle visible when hovering over the columns.
Additional Context (Optional)
My setup:
Image of my editor with a table and HTML element (my cursor is hover the column) :

Beta Was this translation helpful? Give feedback.
All reactions