hooks icon indicating copy to clipboard operation
hooks copied to clipboard

useAntdTable中,submit重新请求接口怎么设置pageNumber

Open shiwuqi opened this issue 5 years ago • 2 comments

在useAntdTable中,submit重新请求接口怎么设置pageNumber

shiwuqi avatar Aug 27 '20 07:08 shiwuqi

怎么解决的?大神

milkyu avatar Dec 24 '21 09:12 milkyu

const {tableProps, search} = useAntdTable(getTableData, { defaultParams: [ { current: 1, pageSize: 10, }, ], }); // 刷新 第8页 tableProps.onChange({...tableProps.pagination, current: 8});

milkyu avatar Dec 24 '21 10:12 milkyu