sorting - UI-Grid Angularjs, get the sorted fields? -
i have found option ng-grid ==> getsortmodel(), not http://ui-grid.info/.
anyone has idea on how these values grid , nog using jquery or custom javascript values in column header?
the way know is: iterate on columns, getting filters:
$scope.gridoptions.columndefs.foreach(function (c) { var term = c.filter.term }
Comments
Post a Comment