R
Ricardo Perdigao
Guest
Hi Martin, On the code you sent it has: $scope.grid.Clients.filter(filter); On my code, I've used: $scope.grid.dataSource.filter(filter); Please change your code to read as mine (dataSource should not be replaced with the dataSource name). give it a try and let us know if it worked. All the best, Ricardo Perdigao
Continue reading...
Continue reading...