Skip to content

Commit 16f4105

Browse files
expose table's hidden property
1 parent 85c55d4 commit 16f4105

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import {
2626
depsConfig,
2727
DepsConfig,
2828
NameConfig,
29+
NameConfigHidden,
2930
withExposingConfigs,
3031
} from "comps/generators/withExposing";
3132
import { withMethodExposing } from "comps/generators/withMethodExposing";
@@ -1016,4 +1017,5 @@ export const TableComp = withExposingConfigs(TableTmpComp, [
10161017
},
10171018
}),
10181019
new NameConfig("data", trans("table.dataDesc")),
1020+
NameConfigHidden,
10191021
]);

0 commit comments

Comments
 (0)