-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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: Refactor QueryTable to use react-table #11216
Conversation
@zuzana-vej This PR is related to the issue #11096. Could you please verify that it works as you expect? |
Codecov Report
@@ Coverage Diff @@
## master #11216 +/- ##
==========================================
- Coverage 65.62% 61.37% -4.25%
==========================================
Files 834 834
Lines 39559 39559
Branches 3610 3604 -6
==========================================
- Hits 25959 24278 -1681
- Misses 13492 15100 +1608
- Partials 108 181 +73
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
e03cfb0
to
aeabbb2
Compare
aeabbb2
to
1064e44
Compare
Co-authored-by: Evan Rusackas <[email protected]>
Co-authored-by: Evan Rusackas <[email protected]>
* Refactor QueryTable to use react-table * Fix lodash import * Fix tests * Fix imports and QuerySearch styles * Update superset-frontend/src/SqlLab/components/QuerySearch.jsx Co-authored-by: Evan Rusackas <[email protected]> * Update superset-frontend/src/SqlLab/components/QuerySearch.jsx Co-authored-by: Evan Rusackas <[email protected]> * Lint fix * Refactored QueryTable into functional component * Remove calculating content height * Lint fix Co-authored-by: Evan Rusackas <[email protected]>
SUMMARY
Re-reverts #10981, which was reverted due to the issue #11096. Uses custom TableView component based on react-table library.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
ADDITIONAL INFORMATION