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.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -