Base solution for your next web application
Open Closed

Server side pagination #6800


User avatar
0
antonis created

Hi,

Does aspnet zero supports server side pagination?

Thanks in advance


7 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Can you talk about your needs in detail?

  • User Avatar
    0
    antonis created

    Server side pagination based on sorting and filtering. Does aspnetboilerplate support it?

  • User Avatar
    0
    maliming created
    Support Team

    see: https://github.com/aspnetboilerplate/aspnetboilerplate/issues/547

  • User Avatar
    0
    antonis created

    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.

  • User Avatar
    0
    maliming created
    Support Team

    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

  • User Avatar
    0
    antonis created

    What about filtering? Is there any generic solution to that?

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.