-
Notifications
You must be signed in to change notification settings - Fork 14k
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(table): condition formatting can't formate 0 values #24008
fix(table): condition formatting can't formate 0 values #24008
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24008 +/- ##
==========================================
- Coverage 68.19% 68.13% -0.06%
==========================================
Files 1941 1941
Lines 75277 75304 +27
Branches 8166 8166
==========================================
- Hits 51333 51308 -25
- Misses 21855 21907 +52
Partials 2089 2089
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 19 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Closing and re-opening in order to kick-start CI. |
Thanks for taking a look, @rusackas! It seems that all CI tests have passed. |
(cherry picked from commit 0d5be8e)
SUMMARY
Conditional formatting was not working for cells with value 0. This PR fixes the issue.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before
After
TESTING INSTRUCTIONS
(0)
.ADDITIONAL INFORMATION