mirror of
				https://github.com/continew-org/continew-admin-ui.git
				synced 2025-11-04 22:57:10 +08:00 
			
		
		
		
	refactor: 在useTable选项中将paginationOption设置为可选
(cherry picked commit from <gitee.com//continew/continew-admin-ui/commit/7b51b041384155df79571a32b3b79ff8351ca7c5>
This commit is contained in:
		@@ -8,7 +8,7 @@ interface Options<T, U> {
 | 
			
		||||
  onSuccess?: () => void
 | 
			
		||||
  immediate?: boolean
 | 
			
		||||
  rowKey?: keyof T
 | 
			
		||||
  paginationOption: paginationOptions
 | 
			
		||||
  paginationOption?: paginationOptions
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type PaginationParams = { page: number, size: number }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user