superset/superset-frontend/spec/javascripts/explore
Kamil Gabryjelski 41738df77d
feat: Results table on Explore view (#11854)
* Upgrade react-split

* Implement split on ExploreChartPanel

* Implement tabs with collapse

* Fix run query button

* Fix copy to clipboard button

* Move table controls to separate file

* Make component more generic to handle samples

* Remove samples from DisplayQueryButton

* Move data tables to separate file

* Make split dynamically controlled

* Fix unit test

* Fix arrow not centered

* fixup! Fix arrow not centered

* Change copy button paddings

* Use translations

* Fix grammar in a comment

* Fix imports

* Use grid units

* Convert new files to typescript

* Fix after rebase

* Remove forceRender

* Fix big_number test

* Delay making request until panel is opened

* White background in south panel

* fixup! White background in south panel

* Lint fix

* Lint fix

* Remove redundant prop types

* Remove console log

* Delay loading samples until user switches tab

* Add debounce to filter input

* Use gridUnit for gutter sizes

* Change types object to Record<string, any>
2020-12-04 19:49:24 -08:00
..
components feat: Results table on Explore view (#11854) 2020-12-04 19:49:24 -08:00
AdhocFilter_spec.js feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
AdhocMetric_spec.js feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
controlUtils_spec.jsx ESLint: no-restricted-syntax (#10889) 2020-09-18 09:05:57 -07:00
exploreActions_spec.js feat(viz): add query mode switch to table chart (#10113) 2020-06-28 21:37:04 -07:00
fixtures.jsx fix: Fix Time Column dropdown for date filter (#11149) 2020-10-06 11:51:10 -07:00
store_spec.jsx refactor: merge/upgrade superset-ui packages (#10790) 2020-09-09 13:18:55 -07:00
utils_spec.jsx Re-enable rule prefer-destructuring (only for objects) (#10867) 2020-09-14 10:11:20 -07:00