megahertz / react-simple-wysiwyg

Simple and lightweight React WYSIWYG editor
https://megahertz.github.io/react-simple-wysiwyg/
MIT License
119 stars 21 forks source link

How to add a table to the toolbar? #27

Closed yasinilkalp closed 1 year ago

yasinilkalp commented 1 year ago

I need a simple table. Can it be done with createButton? How can I handle column size, properties etc. ?

megahertz commented 1 year ago

Yes, but you need to implement all the related logic by yourself.