Skip to content

Conversation

@peterjrreynolds
Copy link
Member

No description provided.

public expandRows(rowIds: string[]): void {
rowIds.forEach((rowId) => {
public expandRows(rowIdsToExpand: string[], rowIdsToCollapse?: string[]): void {
for (const rowId of rowIdsToExpand) {
Copy link
Member

Choose a reason for hiding this comment

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

Not sure if there is potential to share code here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

mode: 'multiRow',
};
public rowData?: IOlympicData[];
public gridVisible = true;
Copy link
Member

Choose a reason for hiding this comment

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

If we make this a signal I suspect we won't need to do the manual change detection calls?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

@StephenCooper StephenCooper merged commit 63c3bb9 into latest May 13, 2025
13 checks passed
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.

3 participants