angularjs - angular-ui ng-grid external column grouping -
the drag/drop , built in menu methods useful nggrid script. trying make can perform column grouping via external method such check box. suites needs more more touch screen friendly. i've looked @ executing manual groupby() call, not work me @ all.
any ideas/help desire? menu can work, drag/drop not tablet unfortunately.
any appreciated, thanks.
figured out:
after more playing around able figure out. created simple function:
$scope.updategrouping = function(col) { $scope.gridoptions.groupby(col); }
this works simple col name of field. removes grouping filter when box unchecked.