ng-Table not rendering new data when reloading request
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: i have page with ng-table which works fine with initial data. I have a select box which send server request based on the option selected and then Iam getting new data to angular but is not updated with ng-table. Here is my view: {{column.title}} {{user[column.field]}} My controller: angular.module('reports').controller('ReportsController', ['$scope', '$stateParams', '$location', 'Authentication', 'Reports', '$filter', 'ngTableParams', function($scope, $stateParams, $location, Authentication, Reports, $filter, ngTableParams ) { $scope