# vxe-table **Repository Path**: Simlan/vxe-table ## Basic Information - **Project Name**: vxe-table - **Description**: vxe-table vue 表格解决方案 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 975 - **Created**: 2021-03-08 - **Last Updated**: 2021-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vxe-table 简体中文 | [繁體中文](README.zh-TW.md) | [English](README.en.md) [![star](https://gitee.com/xuliangzhan_admin/vxe-table/badge/star.svg?theme=gvp)](https://gitee.com/xuliangzhan_admin/vxe-table/stargazers) [![npm version](https://img.shields.io/npm/v/vxe-table.svg?style=flat-square)](https://www.npmjs.com/package/vxe-table) [![npm build](https://travis-ci.com/x-extends/vxe-table.svg?branch=master)](https://travis-ci.com/x-extends/vxe-table) [![npm downloads](https://img.shields.io/npm/dt/vxe-table.svg?style=flat-square)](https://npm-stat.com/charts.html?package=vxe-table) [![issues](https://img.shields.io/github/issues/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/issues) [![issues closed](https://img.shields.io/github/issues-closed/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/issues?q=is%3Aissue+is%3Aclosed) [![pull requests](https://img.shields.io/github/issues-pr/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/pulls) [![pull requests closed](https://img.shields.io/github/issues-pr-closed/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/pulls?q=is%3Apr+is%3Aclosed) [![npm license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE) 一个基于 [vue](https://www.npmjs.com/package/vue) 的 PC 端表格组件,支持增删改查、虚拟滚动、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、虚拟列表、模态窗口、自定义模板、渲染器、贼灵活的配置项、扩展接口等... * 设计理念 * 面向现代浏览器,高效的简洁 API 设计 * 模块化表格、按需加载、扩展接口 * 为单行编辑表格而设计,支持增删改查及更多扩展,强大的功能的同时兼具性能 * 计划 * [x] v1.0 基于 vue2.6+,支持所有主流的浏览器,实现表格的一切实用的功能 * [x] v2.0 基于 vue2.6+,支持所有主流的浏览器,同时兼具功能与性能 * [x] v3.0 基于 vue2.6+,只支持现代浏览器,不支持 IE,提升渲染性能 * [x] v4.0 基于 vue3.0+,只支持现代浏览器,稳定性与流畅度大幅性能 ## 浏览器支持 ![Edge](https://raw.github.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/src/opera/opera_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png) --- | --- | --- | --- | --- | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 8+ ✔ | ## 功能点 * [x] 基础表格 * [x] 高级表格 * [x] 斑马线条纹 * [x] 多种边框 * [x] 单元格样式 * [x] 列宽拖动 * [x] 最大高度 * [x] 自适应宽高 * [x] 固定列 * [x] 多级表头 * [x] 表尾数据 * [x] 高亮行或列 * [x] 序号 * [x] 单选框 * [x] 复选框 * [x] 下拉选项 * [x] 开关 * [x] 排序 * [x] 多字段组合排序 * [x] 筛选 * [x] 合并单元格 * [x] 合并表尾 * [x] 导入/导出/打印 * [x] 显示/隐藏列 * [x] 加载中 * [x] 格式化内容 * [x] 自定义插槽 - 模板 * [x] 快捷菜单 * [x] 展开行 * [x] 分页 * [x] 表单 * [x] 工具栏 * [x] 下拉容器 * [x] 虚拟列表 * [x] 增删改查 * [x] 树表格 * [x] 数据校验 * [x] 数据代理 * [x] 键盘导航 * [x] 模态窗口 * [x] 渲染器 * [x] 虚拟滚动 * [x] 虚拟合并 * [x] (pro) 单元格区域选取 * [x] (pro) 单元格复制/粘贴 * [x] (pro) 单元格查找和替换 ## 安装 版本:[vue](https://www.npmjs.com/package/vue) 3.x, 依赖库:[xe-utils](https://www.npmjs.com/package/xe-utils) ```shell npm install xe-utils vxe-table@next ``` Get on [unpkg](https://unpkg.com/vxe-table/) and [cdnjs](https://cdn.jsdelivr.net/npm/vxe-table/) ### npm ```javascript import { createApp } from 'vue' import 'xe-utils' import VXETable from 'vxe-table' import 'vxe-table/lib/style.css' const app = createApp(App) app.use(VXETable) app.mount('#app') ``` ### CDN ```HTML ``` ## 示例 ```html ``` ## 文档 💡 [使用指南](https://github.com/xuliangzhan/vxe-table-demo) 👉 [查看演示](https://xuliangzhan_admin.gitee.io/vxe-table/#/table/base/basic) [👀备用地址](https://x-extends.github.io/vxe-table/#/table/base/basic) 👉 [查看文档](https://xuliangzhan_admin.gitee.io/vxe-table/#/table/api) [👀备用地址](https://x-extends.github.io/vxe-table/#/table/api) ## 支持作者 如果该开源软件对您有所帮助,可以扫下方二维码支持我们。☕ 👉 [支持作者💰](https://xuliangzhan_admin.gitee.io/vxe-table/#/donation/api) ## License [MIT](LICENSE) © 2019-present, Xu Liangzhan