Content-Length: 1469 | pFad | http://github.com/lowcoder-org/lowcoder/pull/1805.diff

thub.com diff --git a/client/packages/lowcoder/src/comps/queries/sqlQuery/SQLQuery.tsx b/client/packages/lowcoder/src/comps/queries/sqlQuery/SQLQuery.tsx index b451cd0e1d..aba2673cc4 100644 --- a/client/packages/lowcoder/src/comps/queries/sqlQuery/SQLQuery.tsx +++ b/client/packages/lowcoder/src/comps/queries/sqlQuery/SQLQuery.tsx @@ -128,8 +128,13 @@ const CommandMap = { .setPropertyViewFn((children) => <>{children.records.getPropertyView()}) .build(), BULK_UPDATE: new MultiCompBuilder( - { table: TableNameComp, primaryKey: valueComp(""), records: RecordsComp }, - (props) => props.records + { + table: TableNameComp, + primaryKey: valueComp(""), + records: RecordsComp, + filterBy: FilterComp, + }, + (props) => ({ ...props.records, ...props.filterBy }) ) .setPropertyViewFn((children) => ( <> @@ -140,8 +145,15 @@ const CommandMap = { placement={"bottom"} label={trans("sqlQuery.primaryKeyColumn")} /> - {children.records.getPropertyView()} + + {trans("sqlQuery.filterRule")} + + {children.filterBy.propertyView({ table: children.table.value, placement: "bottom" })} + + + + {children.records.getPropertyView()} )) .build(),








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/lowcoder-org/lowcoder/pull/1805.diff

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy