This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from baaa8c5f54 feat(deckgl): add auto zoom option in deck gl multi layer
(#37221)
add d823dfd2b9 feat: add interactive column sorting to pivot table (#36050)
No new revisions were added by this update.
Summary of changes:
superset-frontend/package-lock.json | 1 +
.../plugins/plugin-chart-pivot-table/package.json | 1 +
.../src/react-pivottable/TableRenderers.jsx | 238 ++++++++-
.../test/react-pivottable/tableRenders.test.tsx | 591 +++++++++++++++++++++
4 files changed, 829 insertions(+), 2 deletions(-)
create mode 100644
superset-frontend/plugins/plugin-chart-pivot-table/test/react-pivottable/tableRenders.test.tsx