Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfee0c14

Browse files
author
FalkWolsky
committed
adapted Table Property type for fixed header
1 parent1971a6e commitfee0c14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,11 @@ export function compTablePropertyView<T extends MultiBaseComp<TableChildrenType>
458458
label:trans("table.tableSize"),
459459
radioButton:true,
460460
})}
461+
{comp.children.autoHeight.getPropertyView()}
462+
{comp.children.fixedHeader.propertyView({
463+
label:trans("table.fixedHeader"),
464+
tooltip:trans("table.fixedHeaderTooltip")
465+
})}
461466
{comp.children.hideHeader.propertyView({
462467
label:trans("table.hideHeader"),
463468
})}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp