码迷,mamicode.com
首页 > 其他好文 > 详细

ant desgin pro 的表格组件中的 使用 之自动刷新

时间:2020-08-19 19:43:43      阅读:149      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!