-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table documentation missing lazy load example #16745
Comments
up |
Yeah, the lazy section is here now, but it's place in the links on the right is off, and the text to describe it is the same as the virtualscroll : https://v18.primeng.org/table#virtual-scroll-lazy |
Are you sure about that? I think that the identation is right there, they're both examples of Virtual scroll, but on the first one the displayed elements array are eagerly loaded while on the second one are they're lazy loaded, however I'm interested in a lazy load example by itself, without Virtual scroll (handling paging, sorting, global search...). |
After checking, you are right, the v17 docs is organized the same way. I think that |
Here is the page I was mentioning in v16: |
@mehmetcetin01140 Does removing the hyperlink to the broken url really fixes the problem of the lazy loading example not existing? |
Yeah, I really doubt this commit would fix the problem. |
Describe the bug
On the docs page for table component, under the pagination section, there's a link for a lazy loading example, but it's broken. Thought this might be an issue with the beta docs but happens on v17 and v15 docs too.
Environment
Windows 10
Reproducer
No response
Angular version
18.2.8
PrimeNG version
18.0.0-beta.4
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
22.9
Browser(s)
Mozilla Firefox
Steps to reproduce the behavior
Navigate to https://v18.primeng.org/table#paginator and click on 'lazy loading'
Expected behavior
The lazy loading example should exist
The text was updated successfully, but these errors were encountered: