Base solution for your next web application
Open Closed

Client side pagination #4322


User avatar
0
simedbn created

Hello,

Do you have any idea how to make client side pagination with PrimeNg ?

Thank you


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @simedbn,

    It should be client side by default when you use it's paginator. You can check this example:

    <a class="postlink" href="https://github.com/primefaces/primeng/blob/master/src/app/showcase/components/datatable/datatablepaginatordemo.ts">https://github.com/primefaces/primeng/b ... tordemo.ts</a> <a class="postlink" href="https://github.com/primefaces/primeng/blob/master/src/app/showcase/components/datatable/datatablepaginatordemo.html">https://github.com/primefaces/primeng/b ... rdemo.html</a>

  • User Avatar
    0
    simedbn created

    Hi @ismcagdas , thank you