UI-Grid Angularjs,获取排序字段?

时间:2015-09-21 06:56:01

标签: angularjs sorting angular-ui-grid

我找到了ng-grid ==>的这个选项getSortModel(),但不是 http://ui-grid.info/

任何人都知道如何使用jquery或某些自定义javascript从网格中获取这些值以实际获取列标题中的值?

1 个答案:

答案 0 :(得分:0)

我知道的唯一方法是:迭代所有列,获取过滤器:

this.load()
    .then(self.initialize)
    .then(self.close)
    .catch(function(error){
        //error-handling
    })