提交 c31751e6 编写于 作者: jlj05024111@163.com's avatar jlj05024111@163.com

feat: 更新表格支持行分组合并

上级 f240cda4
...@@ -266,6 +266,7 @@ export const GridControl = defineComponent({ ...@@ -266,6 +266,7 @@ export const GridControl = defineComponent({
on-on-selection-change={this.onSelectionChange} on-on-selection-change={this.onSelectionChange}
on-on-sort-change={this.onSortChange} on-on-sort-change={this.onSortChange}
row-class-name={(row: IData) => (row.hiddenRow ? 'hidden-row' : '')} row-class-name={(row: IData) => (row.hiddenRow ? 'hidden-row' : '')}
span-method={this.c.spanMethod.bind(this.c)}
scopedSlots={columnSlots} scopedSlots={columnSlots}
></i-table> ></i-table>
{this.c.model.source.enablePagingBar && ( {this.c.model.source.enablePagingBar && (
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册