superset/superset-frontend/plugins/plugin-chart-table/src/DataTable
2023-03-15 18:48:03 +01:00
..
components chore: Localization of superset pt. 2 (#22772) 2023-01-30 09:20:43 -07:00
hooks fix(chart-table): Scrollbar causing header + footer overflow (#21064) 2022-12-15 22:25:20 -07: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: Table sorting reset (#23318) 2023-03-15 18:48:03 +01:00
index.tsx refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
README.md refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00

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.