We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
agreed, this would be a very useful feature
Sorry, something went wrong.
It would be great to have this feature. However, there is a really nice way to fix it. It clicks all collapse icons causing everything to fold :)
ngAfterViewInit() { this.collapseRows(); } collapseRows() { const collapsors = document.getElementsByTagName('mat-icon'); // tslint:disable-next-line: prefer-for-of for (let i = 0; i < collapsors.length; i++) { const collapsor = collapsors[i] as HTMLElement; collapsor.click(); } }
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: