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)
-
0
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.