< 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

.
Menu