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

Fix for #1452 ForceRender does not return "No records found" if data is empty #1480

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CarlosEGuerraSilva
Copy link
Contributor

Missing MessageRow "No records found" after call forceRender and where data is empty (tbody is empty).

When calling render the data load ends with "Rendered" status When calling forceRender the data load ends with "Loaded" status instead of "Rendered"

This are two scenarios which we may want to show "No records found", so is added as a valid status to show the MessageRow and now it shows correctly with render and forceRender

Missing MessageRow "No records found" after call forceRender and where data is empty (tbody is empty).

When calling render the data load ends with "Rendered" status
When calling forceRender the data load ends with "Loaded" status instead of "Rendered"

This are two scenarios which we may want to show "No records found", so is added as a valid status to show the MessageRow and now it shows correctly with render and forceRender
@CarlosEGuerraSilva CarlosEGuerraSilva changed the title Fix for #1452 Fix for #1452 ForceRender does not return "No records found" if data is empty Oct 17, 2024
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.

1 participant