superset/superset-frontend/spec/javascripts
Corbin Robb b179863e25
refactor: Convert TableElement to TypeScript (#14978)
* Convert TableElement to typescript

* Change type names to better match naming conventions in other files

* Fix import order and update tests on TableElement

* Remove defaultProps

* Destructure the props

* Use Rest and Spread syntax to condense props destructuring

* Fix TypeScript errors and add comment to explain antd props and types weirdness

* Remove comment, add consistency with other files, and use method chaining to make more concise

Co-authored-by: Corbin Robb <corbin@Corbins-MacBook-Pro.local>
2021-06-15 13:29:45 -07:00
..
components feat: add generic type to column payload (#14547) 2021-05-13 09:36:09 +03:00
dashboard feat(dashboard): Let users download full CSV of a table (#15046) 2021-06-14 14:26:18 -07:00
datasource fix(datasets): consistent dataset list (#15014) 2021-06-10 10:05:33 +08:00
explore fix(explore): fix y-axis lower bound 0 value (#15091) 2021-06-13 11:24:39 +08:00
filters perf(native-filters): avoid unnecessary reloading of charts (#14408) 2021-05-03 14:56:41 +03:00
messageToasts Migrate Bootstrap Alert to AntD (#12101) (#12122) 2021-02-21 20:50:18 -08:00
middleware feat: Refactor asyncEvent middleware and add websocket support (#13696) 2021-03-23 07:23:23 -07:00
modules chore: cleaning out unused code from utils (#11076) 2020-09-27 20:08:05 -07:00
profile fix(dashboard): check edit permissions correctly on frontend (#14626) 2021-05-14 12:18:38 -07:00
showSavedQuery test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
sqllab refactor: Convert TableElement to TypeScript (#14978) 2021-06-15 13:29:45 -07:00