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 Tabulator expanded row rendering #5253

Merged
merged 2 commits into from
Jul 14, 2023
Merged

Fix Tabulator expanded row rendering #5253

merged 2 commits into from
Jul 14, 2023

Conversation

philippjfr
Copy link
Member

When rendering an expanded row and then scrolling until it is off-screen it will disappear and no event will cause the children inside the expanded row to be rendered once it is in view again. This is because we were registering the rowFormatter event rather than the rowFormatter callback.

@codecov
Copy link

codecov bot commented Jul 14, 2023

Codecov Report

Merging #5253 (0af5524) into main (af242fa) will increase coverage by 1.27%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #5253      +/-   ##
==========================================
+ Coverage   82.53%   83.81%   +1.27%     
==========================================
  Files         266      274       +8     
  Lines       39409    39606     +197     
==========================================
+ Hits        32528    33194     +666     
+ Misses       6881     6412     -469     
Flag Coverage Δ
ui-tests 40.36% <ø> (+1.05%) ⬆️
unitexamples-tests 73.78% <ø> (+1.28%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 48 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@philippjfr philippjfr merged commit f2cefe3 into main Jul 14, 2023
13 of 15 checks passed
@philippjfr philippjfr deleted the tabulator_render_row branch July 14, 2023 14:01
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.

None yet

1 participant