feat: 分组管理

This commit is contained in:
xuziqiang
2024-05-29 16:29:22 +08:00
parent f7ebb4bd60
commit 4614c8699f
14 changed files with 584 additions and 157 deletions

View File

@@ -332,7 +332,7 @@
tableState.selectedRows = selectedRows;
},
},
rowSelection,
isFunction(rowSelection) ? rowSelection(tableState) : rowSelection,
);
});
@@ -392,6 +392,8 @@
}
return total;
}
console.log('current', (current >= 0 ? current : 0) + props.pageFieldOffset);
return {
showQuickJumper: true,
showLessItems: true,