diff --git a/components/vc-table/assets/animation.less b/components/legacy-table/assets/animation.less similarity index 100% rename from components/vc-table/assets/animation.less rename to components/legacy-table/assets/animation.less diff --git a/components/vc-table/assets/bordered.less b/components/legacy-table/assets/bordered.less similarity index 100% rename from components/vc-table/assets/bordered.less rename to components/legacy-table/assets/bordered.less diff --git a/components/vc-table/assets/index.less b/components/legacy-table/assets/index.less similarity index 100% rename from components/vc-table/assets/index.less rename to components/legacy-table/assets/index.less diff --git a/components/vc-table/assets/normalize.css b/components/legacy-table/assets/normalize.css similarity index 100% rename from components/vc-table/assets/normalize.css rename to components/legacy-table/assets/normalize.css diff --git a/components/vc-table/index.js b/components/legacy-table/index.js similarity index 100% rename from components/vc-table/index.js rename to components/legacy-table/index.js diff --git a/components/vc-table/src/BaseTable.jsx b/components/legacy-table/src/BaseTable.jsx similarity index 100% rename from components/vc-table/src/BaseTable.jsx rename to components/legacy-table/src/BaseTable.jsx diff --git a/components/vc-table/src/BodyTable.jsx b/components/legacy-table/src/BodyTable.jsx similarity index 100% rename from components/vc-table/src/BodyTable.jsx rename to components/legacy-table/src/BodyTable.jsx diff --git a/components/vc-table/src/ColGroup.jsx b/components/legacy-table/src/ColGroup.jsx similarity index 100% rename from components/vc-table/src/ColGroup.jsx rename to components/legacy-table/src/ColGroup.jsx diff --git a/components/vc-table/src/Column.jsx b/components/legacy-table/src/Column.jsx similarity index 100% rename from components/vc-table/src/Column.jsx rename to components/legacy-table/src/Column.jsx diff --git a/components/vc-table/src/ColumnGroup.jsx b/components/legacy-table/src/ColumnGroup.jsx similarity index 100% rename from components/vc-table/src/ColumnGroup.jsx rename to components/legacy-table/src/ColumnGroup.jsx diff --git a/components/vc-table/src/ExpandIcon.jsx b/components/legacy-table/src/ExpandIcon.jsx similarity index 100% rename from components/vc-table/src/ExpandIcon.jsx rename to components/legacy-table/src/ExpandIcon.jsx diff --git a/components/vc-table/src/ExpandableRow.jsx b/components/legacy-table/src/ExpandableRow.jsx similarity index 100% rename from components/vc-table/src/ExpandableRow.jsx rename to components/legacy-table/src/ExpandableRow.jsx diff --git a/components/vc-table/src/ExpandableTable.jsx b/components/legacy-table/src/ExpandableTable.jsx similarity index 100% rename from components/vc-table/src/ExpandableTable.jsx rename to components/legacy-table/src/ExpandableTable.jsx diff --git a/components/vc-table/src/HeadTable.jsx b/components/legacy-table/src/HeadTable.jsx similarity index 100% rename from components/vc-table/src/HeadTable.jsx rename to components/legacy-table/src/HeadTable.jsx diff --git a/components/vc-table/src/Table.jsx b/components/legacy-table/src/Table.jsx similarity index 100% rename from components/vc-table/src/Table.jsx rename to components/legacy-table/src/Table.jsx diff --git a/components/vc-table/src/TableCell.jsx b/components/legacy-table/src/TableCell.jsx similarity index 100% rename from components/vc-table/src/TableCell.jsx rename to components/legacy-table/src/TableCell.jsx diff --git a/components/vc-table/src/TableHeader.jsx b/components/legacy-table/src/TableHeader.jsx similarity index 100% rename from components/vc-table/src/TableHeader.jsx rename to components/legacy-table/src/TableHeader.jsx diff --git a/components/vc-table/src/TableHeaderRow.jsx b/components/legacy-table/src/TableHeaderRow.jsx similarity index 100% rename from components/vc-table/src/TableHeaderRow.jsx rename to components/legacy-table/src/TableHeaderRow.jsx diff --git a/components/vc-table/src/TableRow.jsx b/components/legacy-table/src/TableRow.jsx similarity index 100% rename from components/vc-table/src/TableRow.jsx rename to components/legacy-table/src/TableRow.jsx diff --git a/components/vc-table/src/fixUtil.ts b/components/legacy-table/src/fixUtil.ts similarity index 100% rename from components/vc-table/src/fixUtil.ts rename to components/legacy-table/src/fixUtil.ts diff --git a/components/vc-table/src/useColumnManager.jsx b/components/legacy-table/src/useColumnManager.jsx similarity index 100% rename from components/vc-table/src/useColumnManager.jsx rename to components/legacy-table/src/useColumnManager.jsx diff --git a/components/vc-table/src/useStickyOffsets.js b/components/legacy-table/src/useStickyOffsets.js similarity index 100% rename from components/vc-table/src/useStickyOffsets.js rename to components/legacy-table/src/useStickyOffsets.js diff --git a/components/vc-table/src/utils.js b/components/legacy-table/src/utils.js similarity index 100% rename from components/vc-table/src/utils.js rename to components/legacy-table/src/utils.js diff --git a/components/new-table/Body/BodyRow.tsx b/components/vc-table/Body/BodyRow.tsx similarity index 100% rename from components/new-table/Body/BodyRow.tsx rename to components/vc-table/Body/BodyRow.tsx diff --git a/components/new-table/Body/ExpandedRow.tsx b/components/vc-table/Body/ExpandedRow.tsx similarity index 100% rename from components/new-table/Body/ExpandedRow.tsx rename to components/vc-table/Body/ExpandedRow.tsx diff --git a/components/new-table/Body/MeasureCell.tsx b/components/vc-table/Body/MeasureCell.tsx similarity index 100% rename from components/new-table/Body/MeasureCell.tsx rename to components/vc-table/Body/MeasureCell.tsx diff --git a/components/new-table/Body/index.tsx b/components/vc-table/Body/index.tsx similarity index 100% rename from components/new-table/Body/index.tsx rename to components/vc-table/Body/index.tsx diff --git a/components/new-table/Cell/index.tsx b/components/vc-table/Cell/index.tsx similarity index 100% rename from components/new-table/Cell/index.tsx rename to components/vc-table/Cell/index.tsx diff --git a/components/new-table/ColGroup.tsx b/components/vc-table/ColGroup.tsx similarity index 100% rename from components/new-table/ColGroup.tsx rename to components/vc-table/ColGroup.tsx diff --git a/components/new-table/FixedHolder/index.tsx b/components/vc-table/FixedHolder/index.tsx similarity index 100% rename from components/new-table/FixedHolder/index.tsx rename to components/vc-table/FixedHolder/index.tsx diff --git a/components/new-table/Footer/Cell.tsx b/components/vc-table/Footer/Cell.tsx similarity index 100% rename from components/new-table/Footer/Cell.tsx rename to components/vc-table/Footer/Cell.tsx diff --git a/components/new-table/Footer/Row.tsx b/components/vc-table/Footer/Row.tsx similarity index 100% rename from components/new-table/Footer/Row.tsx rename to components/vc-table/Footer/Row.tsx diff --git a/components/new-table/Footer/Summary.tsx b/components/vc-table/Footer/Summary.tsx similarity index 100% rename from components/new-table/Footer/Summary.tsx rename to components/vc-table/Footer/Summary.tsx diff --git a/components/new-table/Footer/index.tsx b/components/vc-table/Footer/index.tsx similarity index 100% rename from components/new-table/Footer/index.tsx rename to components/vc-table/Footer/index.tsx diff --git a/components/new-table/Header/Header.tsx b/components/vc-table/Header/Header.tsx similarity index 100% rename from components/new-table/Header/Header.tsx rename to components/vc-table/Header/Header.tsx diff --git a/components/new-table/Header/HeaderRow.tsx b/components/vc-table/Header/HeaderRow.tsx similarity index 100% rename from components/new-table/Header/HeaderRow.tsx rename to components/vc-table/Header/HeaderRow.tsx diff --git a/components/new-table/Panel/index.tsx b/components/vc-table/Panel/index.tsx similarity index 100% rename from components/new-table/Panel/index.tsx rename to components/vc-table/Panel/index.tsx diff --git a/components/new-table/Table.tsx b/components/vc-table/Table.tsx similarity index 100% rename from components/new-table/Table.tsx rename to components/vc-table/Table.tsx diff --git a/components/new-table/context/BodyContext.tsx b/components/vc-table/context/BodyContext.tsx similarity index 100% rename from components/new-table/context/BodyContext.tsx rename to components/vc-table/context/BodyContext.tsx diff --git a/components/new-table/context/ResizeContext.tsx b/components/vc-table/context/ResizeContext.tsx similarity index 100% rename from components/new-table/context/ResizeContext.tsx rename to components/vc-table/context/ResizeContext.tsx diff --git a/components/new-table/context/SummaryContext.tsx b/components/vc-table/context/SummaryContext.tsx similarity index 100% rename from components/new-table/context/SummaryContext.tsx rename to components/vc-table/context/SummaryContext.tsx diff --git a/components/new-table/context/TableContext.tsx b/components/vc-table/context/TableContext.tsx similarity index 100% rename from components/new-table/context/TableContext.tsx rename to components/vc-table/context/TableContext.tsx diff --git a/components/new-table/hooks/useColumns.tsx b/components/vc-table/hooks/useColumns.tsx similarity index 100% rename from components/new-table/hooks/useColumns.tsx rename to components/vc-table/hooks/useColumns.tsx diff --git a/components/new-table/hooks/useFlattenRecords.ts b/components/vc-table/hooks/useFlattenRecords.ts similarity index 100% rename from components/new-table/hooks/useFlattenRecords.ts rename to components/vc-table/hooks/useFlattenRecords.ts diff --git a/components/new-table/hooks/useFrame.ts b/components/vc-table/hooks/useFrame.ts similarity index 100% rename from components/new-table/hooks/useFrame.ts rename to components/vc-table/hooks/useFrame.ts diff --git a/components/new-table/hooks/useSticky.ts b/components/vc-table/hooks/useSticky.ts similarity index 100% rename from components/new-table/hooks/useSticky.ts rename to components/vc-table/hooks/useSticky.ts diff --git a/components/new-table/hooks/useStickyOffsets.ts b/components/vc-table/hooks/useStickyOffsets.ts similarity index 100% rename from components/new-table/hooks/useStickyOffsets.ts rename to components/vc-table/hooks/useStickyOffsets.ts diff --git a/components/new-table/index.ts b/components/vc-table/index.ts similarity index 100% rename from components/new-table/index.ts rename to components/vc-table/index.ts diff --git a/components/new-table/interface.ts b/components/vc-table/interface.ts similarity index 100% rename from components/new-table/interface.ts rename to components/vc-table/interface.ts diff --git a/components/new-table/stickyScrollBar.tsx b/components/vc-table/stickyScrollBar.tsx similarity index 100% rename from components/new-table/stickyScrollBar.tsx rename to components/vc-table/stickyScrollBar.tsx diff --git a/components/new-table/sugar/Column.tsx b/components/vc-table/sugar/Column.tsx similarity index 100% rename from components/new-table/sugar/Column.tsx rename to components/vc-table/sugar/Column.tsx diff --git a/components/new-table/sugar/ColumnGroup.tsx b/components/vc-table/sugar/ColumnGroup.tsx similarity index 100% rename from components/new-table/sugar/ColumnGroup.tsx rename to components/vc-table/sugar/ColumnGroup.tsx diff --git a/components/new-table/utils/expandUtil.tsx b/components/vc-table/utils/expandUtil.tsx similarity index 100% rename from components/new-table/utils/expandUtil.tsx rename to components/vc-table/utils/expandUtil.tsx diff --git a/components/new-table/utils/fixUtil.ts b/components/vc-table/utils/fixUtil.ts similarity index 100% rename from components/new-table/utils/fixUtil.ts rename to components/vc-table/utils/fixUtil.ts diff --git a/components/new-table/utils/legacyUtil.ts b/components/vc-table/utils/legacyUtil.ts similarity index 100% rename from components/new-table/utils/legacyUtil.ts rename to components/vc-table/utils/legacyUtil.ts diff --git a/components/new-table/utils/valueUtil.tsx b/components/vc-table/utils/valueUtil.tsx similarity index 100% rename from components/new-table/utils/valueUtil.tsx rename to components/vc-table/utils/valueUtil.tsx