feat: 合并代码,增加分页默认值
This commit is contained in:
@@ -315,6 +315,9 @@ export default function NodeTable() {
|
||||
|
||||
return updatedItems;
|
||||
}}
|
||||
initialPagination={{
|
||||
initialPageSize: 200,
|
||||
}}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user