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