-
Notifications
You must be signed in to change notification settings - Fork 269
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
[MNT-23166] Add resize flag to document list with option to disable blur #9090
[MNT-23166] Add resize flag to document list with option to disable blur #9090
Conversation
lib/content-services/src/lib/document-list/components/document-list.component.ts
Outdated
Show resolved
Hide resolved
lib/core/src/lib/datatable/components/datatable/datatable.component.spec.ts
Outdated
Show resolved
Hide resolved
lib/core/src/lib/datatable/components/datatable/datatable.component.spec.ts
Outdated
Show resolved
Hide resolved
lib/core/src/lib/datatable/components/datatable/datatable.component.ts
Outdated
Show resolved
Hide resolved
@MichalKinas one question - did you test this how it works with "Tags" column? Actually this column behaves like:
Is that behavior preserved after these changes? It should also recalculate available space for Tags when resize columns I guess. |
Yes I did, it works as expected, each time any column is resized tags column also recalculates how it should be displayed |
3fea24e
to
b493d41
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x")
What is the current behaviour? (You can also link to an open issue here)
What is the new behaviour?
Added resize option to document list and option to disable blur when resizing. https://alfresco.atlassian.net/browse/MNT-23166
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
Other information: