Why removed table plugin from Extensions in github? #4436
Unanswered
senthil177cse
asked this question in
Q&A
Replies: 2 comments 2 replies
-
@artf any uodate? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello! I think you can create the blocks of table with a code similar to it: editor.BlockManager.add('text-basic', {
category: 'Table',
label: 'Table',
attributes: { class: '' },
content: `` // <- Your table html goes here.
}); |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
i want table plugin refrence code to implement my project. so can you enable that plugin in Extension?
Beta Was this translation helpful? Give feedback.
All reactions