Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1971a6e commit fee0c14Copy full SHA for fee0c14
client/packages/lowcoder/src/comps/comps/tableComp/tablePropertyView.tsx
@@ -458,6 +458,11 @@ export function compTablePropertyView<T extends MultiBaseComp<TableChildrenType>
458
label: trans("table.tableSize"),
459
radioButton: true,
460
})}
461
+ {comp.children.autoHeight.getPropertyView()}
462
+ {comp.children.fixedHeader.propertyView({
463
+ label: trans("table.fixedHeader"),
464
+ tooltip: trans("table.fixedHeaderTooltip")
465
+ })}
466
{comp.children.hideHeader.propertyView({
467
label: trans("table.hideHeader"),
468
0 commit comments