标签: html angularjs angular-ui-grid
我必须检查一行是否可见。这意味着如果它在循环时过滤了数据。
$scope.col.grid.appScope.gridOptions.data.forEach(function (row) { //check if row is filtered });
知道我该怎么做?