superset/superset-frontend/plugins/plugin-chart-table/src/DataTable
Geido 66bc8ceddd
chore(Table): Add aria-label to Table page size selector (#29391)
2024-06-28 16:19:58 +02:00
..
components chore(Table): Add aria-label to Table page size selector (#29391) 2024-06-28 16:19:58 +02:00
hooks feat(table): Table with Time Comparison (#28057) 2024-06-14 20:21:43 +02:00
types chore: remove React 16.4's obsolete React imports (#28571) 2024-06-05 08:13:24 -03:00
utils fix: issue with sorting by multiple columns in a table (#19920) 2022-06-23 08:39:46 -03:00
DataTable.tsx feat(table): Table with Time Comparison (#28057) 2024-06-14 20:21:43 +02: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.