superset/superset-frontend/plugins/plugin-chart-table/src/DataTable
Nico Carlier 71a950fc80
fix(chart table in dashboard): improve screen reading of table (#26453)
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
2024-01-29 11:05:35 -08:00
..
components chore: Localization of superset pt. 2 (#22772) 2023-01-30 09:20:43 -07:00
hooks fix(chart table in dashboard): improve screen reading of table (#26453) 2024-01-29 11:05:35 -08:00
types feat: add drag and drop column rearrangement for table viz (#19381) 2022-05-24 19:10:57 -07:00
utils fix: issue with sorting by multiple columns in a table (#19920) 2022-06-23 08:39:46 -03:00
DataTable.tsx fix(chart table in dashboard): improve screen reading of table (#26453) 2024-01-29 11:05:35 -08:00
README.md refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
index.tsx refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00

README.md

Superset UI Data Table

Reusable data table based on react-table, with built-in support for sorting, filtering, and pagination.

Intended to be used as a standalone UI component in the future.