Ant-Design-Pro-Components:ProTable组件后台请求数据,表格实现跨页多选,修改行信息,批量提交修改。
一、业务需求:讲师星级实现跨页批量调整星级1.相关API:editable:可编辑表格的相关配置type:单行single|多行multiple部分代码:editable={{type:'multiple',actionRender:(row,config,defaultDom)=>[defaultDom?.save,defaultDom.cancel],onSave:(key,row)=>{//