Open Sir-J opened 8 years ago
+1
+1
+1
Same Problem here. See PR for a fix that works for me (but perhaps not for non async data).
I've same problem, when paging on group data. So, i add these lines at the end on getGroups function.
if (!settings.dataOptions.applyPaging) {
return ngTableDefaultGetData(result, params);
}
return ngTableDefaultGetData.applyPaging(result, params);
The pagination working on either used default or custom.
Uploading data from the API and using the group fulfills incorrect paging. Downloading from the first 100 records (more than 8000+) they have the same group, so I have no control paging. How to do paging is not dependent on the number of groups and the number of records?