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

Commit 74ac761

Browse files
committed
!fixup
1 parent e28e1b7 commit 74ac761

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": "2.0.0",
3+
"version": "2.0.1",
44
"license": "MIT",
55
"bugs": {
66
"url": "https://github.com/Angular-RU/ng-table-builder/issues"

projects/table-builder/src/lib/table/components/ngx-column/ngx-column.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ export class NgxColumnComponent extends ColumnOptions {
1919
@Input('custom-key') public customKey: boolean = false;
2020
@Input('sticky-end') public stickyRight: boolean = false;
2121
@Input('vertical-line') public verticalLine: boolean = false;
22-
@Input('overflow-tooltip') public overflowTooltip: boolean | undefined = undefined;
2322
@Input('important-template') public importantTemplate: boolean = false;
23+
@Input('overflow-tooltip') public overflowTooltip: boolean | null = null;
2424
@ContentChild(TemplateHeadThDirective, { static: false }) public th: TemplateHeadThDirective;
2525
@ContentChild(TemplateBodyTdDirective, { static: false }) public td: TemplateBodyTdDirective;
2626

0 commit comments

Comments
 (0)