VTable icon indicating copy to clipboard operation
VTable copied to clipboard

[Refactor] customMergeCell can support array

Open fangsmile opened this issue 2 years ago • 1 comments

What problem does this feature solve?

option can support array type; text can set which cell's Value;

customMergeCell: [
    {
        text: '总结栏:此数据为一份人员基本信息', or {col:0,row: table.rowCount-1}
        range: {
          start: {
            col: 0,
            row: table.rowCount-1
          },
          end: {
            col: table.colCount-1,
            row: table.rowCount-1
          }
        },
      },
     {
        text: '总结栏:此数据为一份人员基本信息',
        range: {
          start: {
            col: 0,
            row: table.rowCount-1
          },
          end: {
            col: table.colCount-1,
            row: table.rowCount-1
          }
        },
      },

]

What does the proposed API look like?

option can support array type, text can set which cell's Value

fangsmile avatar Nov 19 '23 09:11 fangsmile

buddy, how's going on for this requirement

SeeMeJuiner avatar Mar 27 '24 08:03 SeeMeJuiner

另外一种配置需求: image

fangsmile avatar May 22 '24 11:05 fangsmile