Home > front end >  Consult the iview form control is used to implement merge cells, cell data but move back down
Consult the iview form control is used to implement merge cells, cell data but move back down

Time:09-17

The original form data:

The control code:
 & lt; The Table border size="small" : the columns="CreateColumn" : data="https://bbs.csdn.net/topics/CreateTableData.PLCData" : span - method="handleSpanPLC & gt;" & lt;/Table> 


Merge cells methods:
 if (columnIndex & lt; 7 & amp; & RowIndex===0) {
Return [13, 1]
}


The result data:

CodePudding user response:


Don't know you to merge all of the code, but look at this part, you only deal with cell to be combined, website examples given, to handle being merged cells return to [0, 0]
  • Related