ant desgin pro   https://pro.ant.design/docs/getting-started-cn

 

 pro components 表格组件  :  https://procomponents.ant.design/   

 



actionRef.current.reloadAndRest() 
 在次刷新请求


const actionRef = useRef();


 <ProTable
          actionRef={actionRef}
          className={styles.myTabs}
          columns={columns}
          rowKey="id"
          // search={false}
          request={params => getbasesall(params)}
        />

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-02-01
相关资源
相似解决方案