# element-plus-tablev2-demo **Repository Path**: ymzhao/element-plus-tablev2-demo ## Basic Information - **Project Name**: element-plus-tablev2-demo - **Description**: Experiences to use element plus TableV2, including functions of sort and filter - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2023-03-28 - **Last Updated**: 2025-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction Experiences to use element plus TableV2, including functions of sort and filter. ## Demo [Github Page](https://zymbth.github.io/element-plus-tablev2-demo/) ![demo](/docs/demo-element-plus-tablev2.png) ## Install Vite requires Node.js version 20.19+ or 22.12+. `npm i` / `yarn` / `pnpm i` ## Develop `npm run dev` / `yarn dev` / `pnpm dev` ## Build `npm run build` / `yarn build` / `pnpm build` ## Document [Usage of el-table-v2](https://blog.ymzhao.work/front-end/element-plus/tablev2)