把这个代码加在https://demo.grapecity.com.cn/spreadjs/SpreadJSTutorial/features/table-sheet/data-source-schema-hierarchy-data/vue
4个生成table sheet的方法里面,随便删删行就能发现删不干净
- var rowActions = GC.Spread.Sheets.TableSheet.BuiltInRowActions;
- let options = sheet.rowActionOptions();
- options.push(
- rowActions.removeRow,
- rowActions.saveRow,
- rowActions.resetRow,
- );
- sheet.rowActionOptions(options);
复制代码 |