-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fix/increase budgets for demo app #2103
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
Closed
timowolf
wants to merge
53
commits into
swimlane:master
from
siemens:fix/increase-budgets-for-demo-app
Closed
Fix/increase budgets for demo app #2103
timowolf
wants to merge
53
commits into
swimlane:master
from
siemens:fix/increase-budgets-for-demo-app
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
refactor: make folder structure scope independent
chore(gh-actions): correct gh-pages deployment config
fix: tabindex on scrollable datatable body
* fix: emit page event on page size change for virtual paging Ensures that the rows (data) are loaded correctly when the layout of the table has changed. This applies especially to changes for resizing the view port which let page size increase or decrease. * perf: don't emit duplicate page events Co-authored-by: Daniel Ritz <daniel.ritz@shellybits.ch>
Original PR: swimlane#2005 Fix CSP issue: swimlane#1560 Co-authored-by: Denga Andrei <denhaandrei@gmail.com>
Before this patch, when an Angular component gets destroyed (e.g. for recreation by parent) while a long-click is in progress, a TypeError could be thrown. Co-authored-by: Dominique Quatravaux <dominique.quatravaux@epfl.ch>
See swimlane#1798, swimlane#1830 Co-authored-by: mikekov <michal_kowalski@hotmail.com>
* fix: fix column resizing basic cases Still broken: flex, column pinning * fix: fix flex column resizing See swimlane#1495 * fix: make column resize with pinned columns work a bit better
Also drop the PDF link as this no longer works
See swimlane#1814 Co-authored-by: Andrey Korovin <akorovin@ves.io>
* docs(license): add Siemens copyright note * docs(readme): add fork note reagrding upstream project
feat: add custom loading indicator
See swimlane#1975 Co-authored-by: Gendy <mohamed.abdelbasetelgendy@vodafone.com>
…ent (#15) Before, the developer had to specify a flag, if the table shall use a custom empty comonent. Now the flag is not needed any more. Makes the API cleaner. Either a custom empty component is available or not. BREAKING-CHANGE: remove usage of emptyCustomContent input
….checkbox (#18) This change enables the datatable user to programatically set header checkbox and column checkbox without the need of using the SelectionType.checkbox. This supports use cases by combining multi row selection with an additional checkbox view.
* Update body.component.ts * fix lint issues * Update body.component.ts * Update body.component.ts
Custom loading indicator had a height that was triggering the scroll and could request page loading on server-side virtual scrolling. Now here is a trick. Create a wrapper div, set height to 0.
…ll bar and enabled DOM virtualization (#24) fix redraw issue due to scrollbar with large data
This will add support to show ghost loading cells default as well as dynamic while paginating data Co-Authored-By: Fabio Huser <fh1ch@users.noreply.github.com> Co-authored-by: Fabio Huser <fh1ch@users.noreply.github.com>
* feat: enable vertical scrolling on demand * style: correct code style issues
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce? (check one with "x")
What is the current behavior? (You can also link to an open issue here)
What is the new behavior?
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: