'how to create a table in React Draft WYSIWYG

how do I create a table in React Draft WYSIWYG, I'm trying to create a rich text editor but I need to include a button so the user can include table in the text editor. how best can I achieve this in React Draft WYSIWYG.?



Solution 1:[1]

if you have not getting the options for table so you can you table plugin using

draft-js-table-plugin

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 n_dev