VTable icon indicating copy to clipboard operation
VTable copied to clipboard

[refactor] add tree parent node mergeCell demo and add api needed

Open fangsmile opened this issue 2 years ago • 2 comments

image

fangsmile avatar Nov 15 '23 02:11 fangsmile

row or col should get from tableInstance

 customMergeCell: (col, row, table) => {
    if (col >=0 && col <=5 && row==2) {
      return {
        text: table.getCellValue(0,2),
        range: {
          start: {
            col: 0,
            row: 2
          },
          end: {
            col: 5,
            row: 2
          }
        },
        // style: {
        //   bgColor: 'white'
        // }
      };
    }
  }

fangsmile avatar Nov 15 '23 02:11 fangsmile

This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.

github-actions[bot] avatar Nov 14 '25 04:11 github-actions[bot]

This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of @VisActor/vtable, please open a new issue and link this to it. Thanks!

github-actions[bot] avatar Nov 21 '25 04:11 github-actions[bot]