Files
superset2/superset-frontend/plugins/plugin-chart-table/src/DataTable
stevetracvc a45d011e74 fix: issue with sorting by multiple columns in a table (#19920)
Recent commit to sort alphanumeric columns via case insensitive
comparison broke the multi-column sort option. React-table only sorts
by the second (or third...) column if the first column matches.
Since the alphanumeric sort only returned -1 or 1, it never would move
to the subsequent columns when the earlier column values matched.
2022-06-23 08:39:46 -03: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.