Rich text editor , i need add table #2388
Unanswered
kenchan1604
asked this question in
Feature Requests
Replies: 4 comments 2 replies
-
|
hi have any one can hlep ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
npm install @tiptap/extension-table
import { TableKit } from '@tiptap/extension-table'
document.addEventListener('flux:editor', (e) => {
e.detail.registerExtensions([
TableKit.configure({
table: { resizable: true },
}),
])
}) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@kenchan1604 Is it related to your first question? Because I'm not following what you mean |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know Rich text editor how to add and edit a table.
can add table Feature and color text feature
I read the documentation, but I still can't do it.
https://tiptap.dev/product/editor
Beta Was this translation helpful? Give feedback.
All reactions