Skip to content
This repository was archived by the owner on Jun 22, 2020. It is now read-only.

Commit bdb28d2

Browse files
committed
fixup
1 parent 8d9f355 commit bdb28d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/table-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-ru/ng-table-builder",
3-
"version": "0.41.0",
3+
"version": "0.42.0",
44
"license": "MIT",
55
"bugs": {
66
"url": "https://github.com/Angular-RU/ng-table-builder/issues"

projects/table-builder/src/lib/table/table-builder.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
[sortable-count]="sortable.sortableCount"
108108
[filterable-definition]="filterable.definition"
109109
[client-row-height]="clientRowHeight"
110-
[head-height]="headHeight"
110+
[head-height]="headLineHeight"
111111
(resize)="resizeColumn($event, column)"
112112
(sortByKey)="sortByKey($event)"
113113
(mouseenter)="enableDragging(option.key)"

0 commit comments

Comments
 (0)