Skip to content

Commit 7f157db

Browse files
remove commented code
1 parent ba0133c commit 7f157db

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

client/packages/lowcoder/src/comps/comps/tableComp/tableComp.tsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -231,17 +231,6 @@ export class TableImplComp extends TableInitComp implements IContainer {
231231
})
232232
)
233233
);
234-
// actions.push(
235-
// wrapChildAction(
236-
// "columns",
237-
// comp.children.summary.children.columns.dataChangedAction({
238-
// rowExample: nextRowExample || {},
239-
// doGeneColumn: doGene,
240-
// dynamicColumn: comp.children.dynamicColumn.getView(),
241-
// data: comp.children.data.getView(),
242-
// })
243-
// )
244-
// );
245234
doGene && actions.push(comp.changeChildAction("dataRowExample", null));
246235
setTimeout(() => {
247236
actions.forEach((action) => comp.dispatch(deferAction(action)));
@@ -264,10 +253,6 @@ export class TableImplComp extends TableInitComp implements IContainer {
264253
"columns",
265254
comp.children.columns.reduce(comp.children.columns.setSelectionAction(newSelection))
266255
);
267-
// comp.children.summary = comp.children.summary.setChild(
268-
// "columns",
269-
// comp.children.summary.children.columns.reduce(comp.children.summary.children.columns.setSelectionAction(newSelection))
270-
// );
271256
needMoreEval = true;
272257
}
273258

0 commit comments

Comments
 (0)