Skip to content

Commit

Permalink
feat: crud2中自适应高度使用粘性定位固定表头
Browse files Browse the repository at this point in the history
  • Loading branch information
hzh11012 committed Feb 19, 2025
1 parent 9ebd33b commit 8d25f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amis-ui/src/components/table/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default class Head extends React.PureComponent<Props> {
}

if (selfSticky) {
updateStickyRow(children as HTMLCollection, i, cols);
updateStickyRow(children as HTMLCollection, i);
}

if (hasFixedColumn(cols)) {
Expand Down

0 comments on commit 8d25f93

Please sign in to comment.