Nested Table

Tags: #<Tag:0x00007f8b1df837e8>

Hi, we have a need to put a hot-table in the cell of another hot-table (nested table) to display a nested object.
Since this is for both viewing and editing, I understand that I will need to implement a renderrer? as well as an editor?

I have searched online in forum and the only example I found is from the post below:
https://github.com/handsontable/handsontable/issues/2307

What’s showing in the GIF is EXACTLY what we need. Although the post does not come with any sample code. Is there an example or demo I can reference while implementing this? Thanks

Hi @mingchen

Here is an another example http://jsfiddle.net/handsoncode/4a89ek8v/
It adds a table inside a merged area, however, it is easy to skip

Exactly what I need. Thanks for the quick reply!

1 Like

You’re welcome @mingchen

If that helped I am closing the issue.