Are there any instances where embedding a handsontable within a rich text editor has been successful or are there examples of this integration?
I’ve developed a highly customized table using handsontable and now I’m seeking to incorporate it into a WYSIWYG/Rich-text editor in React. However, I’m encountering difficulties in seamlessly integrating the table cells with the parent editor toolbar.
Any insights or examples of similar implementations would be greatly appreciated!
Hi @aleksandra_budnik, unfortunately I was not able to figure out a way to embed entire Handsontables within a rich text editor and make them play nicely with the rest of the document. That said, I found a workaround by using multiple editors surrounding the tables and am now running into a new problem I’m hoping you can help me with.
The issue I’m experiencing is essentially having multiple handsontables on the same page causes each table to lose it’s binding to the data, and I’m not able to interact with each table individually.
My requirements are that each table can be edited and bound to data independently from one another, this includes not just the data but doing things like adding rows or columns.
Here is my relevant code:
Any insight on how to independently use multiple tables on a single page would be greatly appreciated!
It seems that nothing is stopping us from using the same editor for both tables rendered on the same page (I also confirmed with developers, that there is no built-in limitation for the number of instances of editor that we can have).