Table node UI components are not resizable when used with Page extension #7462
Replies: 2 comments
-
|
@baophanvuong-ncc Thanks for the detailed report and for sharing the context. You’re right — the Pages extension ships with its own TableKit configuration, and the Table Node UI component isn’t something we’ve explicitly tested inside Pages yet. At the moment, there isn’t a recommended or officially supported way to use the Table Node UI component’s resize functionality inside the Pages extension. That said, thanks for flagging this — it’s a good catch. I’ll take a closer look to see whether this is something we can support, and I’ll follow up once I’ve tested it. |
Beta Was this translation helpful? Give feedback.
-
|
Hey @baophanvuong-ncc for the tables within Pages you need to import the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m using the Tiptap Table Node UI component https://tiptap.dev/docs/ui-components/node-components/table-node because of its features and polished UI.
However, when the table is used inside the Pages extension, the resize functionality no longer works correctly: all columns appear to stay the same width.
What’s happening
colwidthattribute does update correctly in the document as I dragQuestion
I’m aware the documentation recommends using tables inside the Pages extension, but is there a recommended way to make the Table Node UI Component resizing work correctly inside the Pages extension
Beta Was this translation helpful? Give feedback.
All reactions