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 0ea481f commit b72a089Copy full SHA for b72a089
docs/changelog.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 22.4.0
4
+
5
+- Feature: support removing sort on column (#64)
6
+- Feature: support row group checkbox (#62)
7
+- Fix: correct expanding all row groups (#60)
8
+- Fix: support changing row group height (#61)
9
+- Fix: correct table width on empty table (#63)
10
11
## 22.3.0
12
13
- Feature: support row wrapper for adding custom directives,
projects/ngx-datatable/package.json
@@ -1,6 +1,6 @@
{
"name": "@siemens/ngx-datatable",
- "version": "22.3.0",
+ "version": "22.4.0",
"description": "ngx-datatable is an Angular table grid component for presenting large and complex data.",
"peerDependencies": {
"@angular/common": ">=17.0.0",
0 commit comments