首页 > 其他 > 详细

Ant Design Table报错:Warning: [antdv: Each record in table should have a unique `key` prop,or set `rowKey` to an unique primary key.]

时间:2021-05-27 18:21:53      阅读:24      评论:0      收藏:0      [点我收藏+]

技术分享图片

 

 

 a-table 里加上这一段 

:rowKey="(record,index)=> index"
 
:rowKey="record => record.dataIndex"


Ant Design Table报错:Warning: [antdv: Each record in table should have a unique `key` prop,or set `rowKey` to an unique primary key.]

原文:https://www.cnblogs.com/nongshen/p/14817971.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!