How to merge Table components in ant design with ID

how to merge common data according to id using the Table component in Ant Design implemented by React. For example, there is the following data:
(the data is acquired dynamically in the background)


Users:[
    {id:1,name:"",resume:""},
    {id:1,name:"",resume:""},
    {id:2,name:"",resume:""},
    {id:2,name:"",resume:""}
]

how to display the following effect:

clipboard.png

everyone, come and see how this should be realized.

the above merge has been resolved, but if there is a check box, how to merge the check box

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b22655-2ae67.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b22655-2ae67.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?