7 Answer(s)
-
0
Can you talk about your needs in detail?
-
0
Server side pagination based on sorting and filtering. Does aspnetboilerplate support it?
-
0
see: https://github.com/aspnetboilerplate/aspnetboilerplate/issues/547
-
0
I read it but I dont see filtering logic. Also for pagination I can't find any example for angular solution and I think 95% of software projects that use datatables use this functionality.
-
0
Linq's pagination is not OK?
https://github.com/aspnetzero/aspnet-zero-core/blob/3cf6583adfe1a60c062790fbed8a5a8f7aa72de3/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Application/Authorization/Users/UserLinkAppService.cs#L76
https://github.com/aspnetboilerplate/aspnetboilerplate/blob/e0ded5d8702f389aa1f5947d3446f16aec845287/src/Abp/Linq/Extensions/QueryableExtensions.cs#L16
-
0
What about filtering? Is there any generic solution to that?
-
0
Hi @antonis
All paginations are done on the server side. If you are talking about dynamic filtering, AspNet Zero and ABP doesn't support that out of the box.