< el-table > how to merge multiple rows of the same data in Element

topic description

< el-table-column prop= "real_name" label= "name" align= "center" fixed= "left" > < / el-table-column > write like this, how to merge rows of data with the same name

related codes

< el-table: data= "tempData" vMurloading = "loading" border >

  <el-table-column prop="real_name" label="" align="center" fixed="left"></el-table-column>
 </el-table>

what result do you expect? What is the error message actually seen?

A situation like this
clipboard.png
urgent

Nov.05,2021

look at the document. It says how to merge cells. All you need to do is judge the same cell setting colspan

.
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-1b3c004-2c2e6.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-1b3c004-2c2e6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?