Base solution for your next web application
Open Closed

Best way to paging data in mpa mvc. #1225


User avatar
0
dermeister created

Hello,

Would someone demonstrate how to page tables, data etc. with multi page applications in mvc. As far as i've checked there's PagedResultOutput to accomplish it. Any approach without adding another package to the project.


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    We do paging by using standard Skip(...) and Take(...) extension methods. ABP has no infrastructure make it simpler (except PageBy(...) extension method). PagedResultOutput is good to provide a standard return value.