chore(deps): update dependency @siemens/ngx-datatable to v27 - #2434
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @siemens/ngx-datatable to v27#2434renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/siemens-ngx-datatable-27.x
branch
from
July 29, 2026 07:45
71196db to
25536c4
Compare
renovate
Bot
force-pushed
the
renovate/siemens-ngx-datatable-27.x
branch
from
July 30, 2026 13:39
25536c4 to
ee47466
Compare
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
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.
This PR contains the following updates:
26.2.1→27.0.0Release Notes
siemens/ngx-datatable (@siemens/ngx-datatable)
v27.0.0Compare Source
Features
datatable-row-refcan optionally replicate column widths on clone (387759d)Bug Fixes
aria-sort(af960f7)BREAKING CHANGES
Angular 22+ is required.
Follow the Angular update guide to update your app: https://angular.dev/update-guide?v=29.0-21.0
The DatatableComponent
(select)output has been removed.Use
(selectedChange)with the selected array, or two-way[(selected)]binding instead.Before:
After:
The DatatableComponent
(sort)output has been removed. Use(sortsChange)or two-way[(sorts)]binding instead.For server-side paging, subscribe to
(page)and readPageEvent.sorts; page emits for both page and sort changes.Before:
After:
All content of the header and body now reside in one single CSS grid.
This can affect drag/drop interactions build around
datatable-row-defusing@angular/cdkor other solutions that depend on
cloneNodeto create drag previews.Enable
preserveColumnWidthsOnCloneondatatable-row-defto automatically copy the currentcolumn sizes into the cloned row, making independent of the table CSS grid.
Columns are held at their configured
widthand no longergrow to fit cell content: overflowing content is clipped rather than widening
the column (and pushing later columns) as it did before. Give columns that
need more room an explicit
width/minWidth(e.g. narrow checkbox columns).The class
horizontal-overflowis now applied on thengx-datatableelement.It was previously applied seperately within the header and boy.
The class indicates that a horizontal scrollbar is visible.
The header is now a sticky element inside the single css-grid
scroll container, so body rows scroll underneath it. A non-transparent
background-coloris therefore required on thedatatable-header; otherwise thescrolling content shows through and overflows the header. The bundled
materialand
bootstrapthemes now set this automatically, but custom themes must add abackground-colorto.datatable-header.DEPRECATIONS
DatatableComponent.recalculate,recalculateDimsandonWindowResizeare now no-ops and should no longer be called. The tablere-measures itself automatically whenever its size changes, so manual
triggering is no longer needed.
26.2.1 (2026-06-19)
Bug Fixes
Configuration
📅 Schedule: (in timezone Etc/UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Documentation.
Examples.
Dashboards Demo.
Playwright report.
Coverage Reports: