File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
client/packages/lowcoder/src/comps/comps/tableComp Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -231,17 +231,6 @@ export class TableImplComp extends TableInitComp implements IContainer {
231
231
} )
232
232
)
233
233
) ;
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
- // );
245
234
doGene && actions . push ( comp . changeChildAction ( "dataRowExample" , null ) ) ;
246
235
setTimeout ( ( ) => {
247
236
actions . forEach ( ( action ) => comp . dispatch ( deferAction ( action ) ) ) ;
@@ -264,10 +253,6 @@ export class TableImplComp extends TableInitComp implements IContainer {
264
253
"columns" ,
265
254
comp . children . columns . reduce ( comp . children . columns . setSelectionAction ( newSelection ) )
266
255
) ;
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
- // );
271
256
needMoreEval = true ;
272
257
}
273
258
You can’t perform that action at this time.
0 commit comments