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

Commits on Oct 14, 2024

  1. Fix for grid-js#1452

    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 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    10300c4 View commit details
    Browse the repository at this point in the history