milkyu

Results 6 comments of milkyu

umi 用户非常需要。急

自己看源码 搞搞吧。。

如何配置超链接默认在新窗口打开呢

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