Skip to content
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

Fixed DataScroller initial render fail issue #2156

Merged
merged 1 commit into from
Aug 27, 2021

Conversation

DorukKantarcioglu
Copy link
Contributor

Issues fixed:
#2155 and #1902

Explanation:
Without the following conditional check, first N items fail to display (N = rows). With this if clause, all items render succesfully and independent from any delays/calls.

Added a conditional check to ensure that all items render successfully.
@mcandu mcandu merged commit 62e7bdf into primefaces:master Aug 27, 2021
@melloware melloware linked an issue May 3, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataScroller unable to display first few items
2 participants