标签:ant sea ons 刷新 com table tab java pre
ant desgin pro https://pro.ant.design/docs/getting-started-cn
pro components 表格组件 : https://procomponents.ant.design/
actionRef.current.reload(); 在次刷新请求
const actionRef = useRef();
<ProTable
actionRef={actionRef}
className={styles.myTabs}
columns={columns}
rowKey="id"
// search={false}
request={params => getbasesall(params)}
/>
ant desgin pro 的表格组件中的 使用 之自动刷新
标签:ant sea ons 刷新 com table tab java pre
原文地址:https://www.cnblogs.com/taxun/p/13516555.html