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 getMeta() bug #197

Merged
merged 1 commit into from
Oct 14, 2023
Merged

Fix getMeta() bug #197

merged 1 commit into from
Oct 14, 2023

Conversation

texodus
Copy link
Member

@texodus texodus commented Oct 14, 2023

The getMeta() function should not causes renders by simply calling it, but due to the shared-code between this method and the renderer, calling getMeta() with an ridx value beyond the row cache created empty <tr> elements. This PR address this issue and fixes tests.

@texodus texodus added the bug Concrete, reproducible bugs label Oct 14, 2023
@texodus texodus merged commit 45ca8eb into master Oct 14, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant