// 分组列头,通过 children 定义子列 columns: [ // 类配置 { type: 'seq', // 列的类型,seq序号/checkbox复选框/radio单选框/expand展开行 width: 50, // 列宽度 }, { title: '基本信息', // 列标题 children: [ // 表头分组 { field: 'name', // 字段名 title: 'Name', // 列标题 }...
有非常多的列,并且列有分组,当前并不支持分组表头横向虚拟滚动 建议的 API 是什么样的: 希望能增加对分组表头横向虚拟滚动的支持 是否已有其他不错的替代方案: No response 是否使用当前最新版本? 我已确认是使用当前的最新版本。ZhiHao1024 added the enhancement label Jul 17, 2024 Sign up for free to join ...
此时需要优化数据加载、渲染逻辑或考虑使用更高效的解决方案。 针对分组表头不支持横向虚拟滚动的问题,一种可能的解决方案是如[@1@]中提到的,使用两个表格组件分别处理表头和表体数据,并通过同步滚动位置来实现视觉效果上的统一。但这种方法需要额外的编码工作,并且可能引入新的同步问题。
{ name: 'columns', descKey: 'app.api.table.desc.columns', type: 'array', enum: '', defVal: '', list: XEUtils.mapTree(columnProps.list, (item: any) => Object.assign({}, item, { name: XEUtils.camelCase(item.name) })).concat([ { name: 'children', desc: '表头...
4、支持多级表头任意合并 5、支持左侧固定列、右侧固定列、顶部固定行、底部固定行 6、支持固定列与展开行 7、支持列宽拖动与行高拖动 8、支持单元格更多配置化设置 9、支持行分组 10、支持更多快捷键操作 11、支持虚拟滚动与单元格合并 12、支持虚拟滚动按需加载 13、支持打印单元格合并与样式 14、优化数据代理,...
Vxe table 的表格组件. Contribute to zwj-cheer/vxe-table development by creating an account on GitHub.
Vxe table 的表格组件. Contribute to zwj-cheer/vxe-table development by creating an account on GitHub.
Solutions By company size Enterprises Small and medium teams Startups Nonprofits By use case DevSecOps DevOps CI/CD View all use cases By industry Healthcare Financial services Manufacturing Government View all industries View all solutions Resources Topics AI DevOps Security...
Vxe table 的表格组件. Contribute to zwj-cheer/vxe-table development by creating an account on GitHub.