The table pagination documentation here: https://primeng.org/table#paginator instructions has a broken link for server side pagination that returns a 404 error:
"Pagination is enabled by setting paginator property to true and defining a rows property to specify the number of rows per page. For server side pagination, see the lazy loading example."
Describe the bug
The table pagination documentation here: https://primeng.org/table#paginator instructions has a broken link for server side pagination that returns a 404 error: "Pagination is enabled by setting paginator property to true and defining a rows property to specify the number of rows per page. For server side pagination, see the lazy loading example."
Environment
windows edge browser
Reproducer
No response
Angular version
n/a
PrimeNG version
17.18.6
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
n/a
Browser(s)
Edge, Chrome, any other browser
Steps to reproduce the behavior
Expected behavior
The broken link should go to an existing page showing how to perform server-side pagination