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 -

Fatal error: Call to undefined function menu_execute_active_handler() in drupal 7.9 -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -