This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from d1e576cbd1 fix(explore): Prevent infinite rerenders when editing
dataset (#22219)
add eba7b3d074 feat: Adds virtualization option to antd based Table
component (#22135)
No new revisions were added by this update.
Summary of changes:
.../src/components/Table/Table.overview.mdx | 81 +++++-
.../src/components/Table/Table.stories.tsx | 277 ++++++++++++++++-----
.../src/components/Table/VirtualTable.tsx | 247 ++++++++++++++++++
superset-frontend/src/components/Table/index.tsx | 175 ++++++++++---
4 files changed, 685 insertions(+), 95 deletions(-)
create mode 100644 superset-frontend/src/components/Table/VirtualTable.tsx