superset/superset-frontend/plugins/plugin-chart-table/test
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
..
buildQuery.test.ts refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
enzyme.tsx refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
sortAlphanumericCaseInsensitive.test.ts fix: issue with sorting by multiple columns in a table (#19920) 2022-06-23 08:39:46 -03:00
TableChart.test.tsx chore(frontend-tests): Spelling (#19853) 2022-04-26 10:35:01 -07:00
testData.ts chore: Adds theme object to chart properties (#19951) 2022-05-04 09:55:22 -03:00
tsconfig.json refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00