Does Handsontable has any properties to split cell in multiple rows according to data?
Nested rows support
Hi @tmoore
Can you share more details about the request? As I assume the table is an output but what’s the input? You are looking for an automatic system that segregates data from an array of objects and pushes it to already made table structure?
Yes
For example in a row, let say for one column 3 sub-rows are there, for another column in same row there can be either one or multiple sub-rows and it will display table structure same as excel.
We are doing something similar by merging cells, here is an example http://jsfiddle.net/handsoncode/44a85j3r/
Let me know if it suits your project or you have some additional requirements.