0
simedbn created
Hello,
Do you have any idea how to make client side pagination with PrimeNg ?
Thank you
2 Answer(s)
-
0
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>
-
0
Hi @ismcagdas , thank you