-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
refactor: Replace usages of reactable in ChangeDatasourceModal #11241
refactor: Replace usages of reactable in ChangeDatasourceModal #11241
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11241 +/- ##
==========================================
- Coverage 65.62% 59.83% -5.79%
==========================================
Files 834 393 -441
Lines 39559 24834 -14725
Branches 3610 0 -3610
==========================================
- Hits 25959 14860 -11099
+ Misses 13492 9974 -3518
+ Partials 108 0 -108
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
914208f
to
787018d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, with one potential NIT to consider before merging.
…e#11241) * Refactor ChangeDatasourceModal to use react-table * Fix import * Moved columns declaration out of component scope
SUMMARY
This PR refactors
ChangeDatasourceModal
to useTableView
, based onreact-table
library. The goal was to get rid ofreactable
.This PR replaces #10982.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
ADDITIONAL INFORMATION