VTable
VTable copied to clipboard
[refactor] add tree parent node mergeCell demo and add api needed
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'
// }
};
}
}
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.
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!