Skip to content

Conversation

@timowolf
Copy link
Contributor

What kind of change does this PR introduce? (check one with "x")

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

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")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

fh1ch and others added 30 commits September 6, 2021 16:41
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.
timowolf and others added 23 commits December 15, 2021 11:32
* 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
@timowolf timowolf closed this Jul 25, 2022
@fh1ch fh1ch deleted the fix/increase-budgets-for-demo-app branch July 25, 2022 07:15
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.

6 participants