Hi,
I tried using the filtering and sorting functionality on clientside when using pivotgrid by setting the $scope.options - but neither of these work.
Is this a bug or some additional configuration that needs to be done?
$scope.options = {
columnWidth : 20,
height : 580,
dataSource: $scope.dataSource,
filterable: true,
sortable: true
};
Note: I am getting all of my data from remote service in form of json (via transport) and using schema/model/cube technique to specify rows/column/measures
Thanks,
Labhesh