We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f1ba5 commit bff1034Copy full SHA for bff1034
docs/changelog.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 22.4.1 (2024-07-26)
4
+
5
+### Bug Fixes
6
7
+- **disabled-rows:** recalculate only if row differs (#73) (f3131cb)
8
+- tree grouping breaks if rows are assigned statically (#77) (d4f1ba5)
9
10
## 22.4.0
11
12
- Feature: support removing sort on column (#64)
projects/ngx-datatable/package.json
@@ -1,6 +1,6 @@
{
"name": "@siemens/ngx-datatable",
- "version": "22.4.0",
+ "version": "22.4.1",
"description": "ngx-datatable is an Angular table grid component for presenting large and complex data.",
"peerDependencies": {
"@angular/common": ">=17.0.0",
0 commit comments