feat: 分组管理
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user