vxe-table
一个基于 vue 的表格组件,提供一套企业级的 CRUD 表格解决方案
-
设计理念
- 面向现代浏览器(简洁、高效的 API 设计)
- 模块化表格、插件化扩展(功能模块解耦,支持按需加载)
- 为单行编辑表格而设计,支持增删改查及更多扩展,强大的功能的同时兼具性能(支持横向、纵向虚拟滚动、贼灵活的配置项)
-
计划
- v1 100% 实现表格的一切实用的功能
- v2 95% 性能优化,同时兼具功能与性能
- v3 0% 实现重构,不再支持 IE,渲染性能提升,基于 Vue3 并使用 typescript 开发
🐬 如果有更好的建议、优化点或 Bug 都欢迎提 Issues
Browser Support
11+ ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
Features
- Basic table (基础表格)
- Grid (高级表格)
- Size (尺寸)
- Striped (斑马线条纹)
- Table with border (带边框)
- Cell style (单元格样式)
- Column resizable (列宽拖动)
- Maximum table height (最大高度)
- Resize height and width (响应式宽高)
- Fixed column (固定列)
- Grouping table head (表头分组)
- Highlight row and column (高亮行、列)
- Table sequence (序号)
- Radio (单选)
- Checkbox (多选)
- Sorting (排序)
- Filter (筛选)
- Rowspan and colspan (合并行或列)
- Footer summary (表尾合计)
- Import (导入)
- Export (导出)
- Print (打印)
- Show/Hide column (显示/隐藏列)
- Loading (加载中)
- Formatted content (格式化内容)
- Custom template (自定义模板)
- Context menu(快捷菜单)
- Virtual Scroller(虚拟滚动)
- Expandable row (展开行)
- Pager(分页)
- Toolbar(工具栏)
- Tree table (树形表格)
- Editable CRUD(增删改查)
- Validate(数据校验)
- Data Proxy(数据代理)
- Keyboard navigation(键盘导航)
- Modal window(模态窗口)
- Charts(图表工具)
Modules
- Core (核心)
- (表格)
- Modules (可选模块)
- (图标)
- (表头)
- (表尾)
- (筛选)
- (加载中)
- (提示信息)
- (快捷菜单)
- (导出)
- (按键导航)
- (响应式)
- Component (可选组件)
- (动态表格)
- (静态列)
- (分页 )
- (工具栏)
- (复选框)
- (单选框)
- (输入框)
- (模态窗口)
- (按钮)
- Plugins(插件)
- 增强插件
- 适配插件
Docs
To view the example 查看演示
To view the document 查看文档
Installing
npm install xe-utils vxe-table
<!-- 引入样式 --><link rel="stylesheet" href="https://unpkg.com/vxe-table/lib/index.css"><!-- 引入脚本 --><script src="https://unpkg.com/xe-utils"></script><script src="https://unpkg.com/vxe-table"></script>
Vue
Example
Donation
If the project is very helpful to you, you can buy the author a cup of coffee.
如果这个项目对您有帮助,请作者喝杯咖啡吧。☕
License
MIT License, 2019-present, Xu Liangzhan