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

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -