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

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -