Grouping of rows in ngHandsontable

Hi, Is it possible to group rows in ngHandsontable?

i already add the code below in the settings but it doesnt work, please help me. thanks

UICtrl.js

$scope.settings = {
groups: [ { rows: [0,1] } ]

}

UIHtml.html

(Please disregard other info asside from settings. thanks)

Hi @masaharu.watanabe
NestedRows is the feature you’re seeking.
We are currently working on it.

1 Like

oh isee, thank you

is there a way to implement this grouping of rows (http://docs.handsontable.com/0.15.1/demo-grouping-and-ungrouping.html) in ngHandsontable?

Hi @masaharu.watanabe
we do not support this feature anymore. Currently we are using collapsible columns with nested headers, and here’s the demo for the Angular version