Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(gantt): support fixed expand icon assign column #INFR-6568 @zhangwen (#INFR-6568) #307

Merged
merged 3 commits into from
Feb 22, 2023

Conversation

xinglu01
Copy link
Contributor

No description provided.

@@ -51,6 +53,9 @@ export class GanttTableComponent implements OnChanges {
}
});
this.columnList = columns;
this.hasFixedExpandIcon = !!this.columnList.toArray().find((item: NgxGanttTableColumnComponent) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hasFixedExpandIcon 是不是可以在 forEach 里就可以判断了,这样就不用再 find 一下了

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

还有,补充下测试吧

@HandsomeButterball HandsomeButterball merged commit 7f47743 into master Feb 22, 2023
@HandsomeButterball HandsomeButterball deleted the xl/#INFR-6568 branch February 22, 2023 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants