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
When clicking on column sorting icons, tree table gets into faulty state. See this minimal reproduction repository. This issue occurs only when zone event coalescing is set to true (which is by default in new Angular projects - see https://github.com/lukasmatta/CpsTreeTableBug/blob/0f33fd4e1cd9bf701cc7c52dbfeef512b8791712/src/app/app.config.ts#L7)
Note that this problem doesn't occur when [filterableByColumns] is set to true.
[filterableByColumns]
true
The text was updated successfully, but these errors were encountered:
lukasmatta
Successfully merging a pull request may close this issue.
When clicking on column sorting icons, tree table gets into faulty state. See this minimal reproduction repository. This issue occurs only when zone event coalescing is set to true (which is by default in new Angular projects - see https://github.com/lukasmatta/CpsTreeTableBug/blob/0f33fd4e1cd9bf701cc7c52dbfeef512b8791712/src/app/app.config.ts#L7)
Note that this problem doesn't occur when
[filterableByColumns]
is set totrue
.The text was updated successfully, but these errors were encountered: