I used the handsontable nestedRows feature (as in this example ) also with several types of custom cell rendrers.
This is how it looks and how the group collapse works on it currently DEMO. and this is the jsfiddle reproducing it.
As you can see in the demo, the collapse handler (the dash) is placed on the first collapsed group row (the one directly below the group header row) in which only the cell in the first column has changed as the entire first column group collapsed and the second group in that first column is placed directly below that first group row and get its header on its bottom. Only the last group collapse works good.
Would you please tell me what could have caused this strange behaviour ?
Best Regards
********************************* UPDATE **************************************
It seems rendrers are what make the collapse not working : when i removed them from the code, the collapse now works fine DEMO2 / jsfiddle2
My environment
- Handsontable version: 1.14.3
- Browser Name and version: chrome 63.0.3239.132 (Official Build) (64-bit)
- Operating System: windows 10 Pro
I used the handsontable nestedRows feature (as in this example ) also with several types of custom cell rendrers.
This is how it looks and how the group collapse works on it currently DEMO. and this is the jsfiddle reproducing it.
As you can see in the demo, the collapse handler (the dash) is placed on the first collapsed group row (the one directly below the group header row) in which only the cell in the first column has changed as the entire first column group collapsed and the second group in that first column is placed directly below that first group row and get its header on its bottom. Only the last group collapse works good.
Would you please tell me what could have caused this strange behaviour ?
Best Regards
********************************* UPDATE **************************************
It seems rendrers are what make the collapse not working : when i removed them from the code, the collapse now works fine DEMO2 / jsfiddle2
My environment