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 3c9d364 commit eafa05dCopy full SHA for eafa05d
6 files changed
lib/ce/src/hot-column.component.ts
@@ -100,6 +100,7 @@ export class HotColumnComponent implements OnInit, OnChanges, OnDestroy {
100
@Input() rowHeaderWidth: number | number[];
101
@Input() rowHeights: number | number[] | string | ((row: number) => number);
102
@Input() search: boolean;
103
+ @Input() selectionMode: string;
104
@Input() selectOptions: string[] | number[];
105
@Input() skipColumnOnPaste: boolean;
106
@Input() sortByRelevance: boolean;
lib/ce/src/hot-settings-resolver.service.ts
@@ -13,7 +13,7 @@ const AVAILABLE_OPTIONS: string[] = ['allowEmpty', 'allowHtml', 'allowInsertColu
13
'noWordWrapClassName', 'numericFormat', 'observeChanges', 'observeDOMVisibility', 'outsideClickDeselects',
14
'persistentState', 'placeholder', 'placeholderCellClassName', 'preventOverflow', 'readOnly',
15
'readOnlyCellClassName', 'renderAllRows', 'renderer', 'rowHeaders', 'rowHeaderWidth', 'rowHeights',
16
-'search', 'selectOptions', 'skipColumnOnPaste', 'sortByRelevance', 'sortFunction', 'sortIndicator',
+'search', 'selectionMode', 'selectOptions', 'skipColumnOnPaste', 'sortByRelevance', 'sortFunction', 'sortIndicator',
17
'source', 'startCols', 'startRows', 'stretchH', 'strict', 'tableClassName', 'tabMoves', 'title',
18
'trimDropdown', 'trimWhitespace', 'type', 'uncheckedTemplate', 'undo', 'validator',
19
'viewportColumnRenderingOffset', 'viewportRowRenderingOffset', 'visibleRows', 'width', 'wordWrap'];
lib/ce/src/hot-table.component.ts
@@ -118,6 +118,7 @@ export class HotTableComponent implements AfterContentInit, OnChanges, OnDestroy
118
119
120
121
122
123
124
lib/pro/src/hot-column.component.ts
@@ -101,6 +101,7 @@ export class HotColumnComponent implements OnInit, OnChanges, OnDestroy {
107
lib/pro/src/hot-settings-resolver.service.ts
lib/pro/src/hot-table.component.ts
@@ -117,6 +117,7 @@ export class HotTableComponent implements AfterContentInit, OnChanges, OnDestroy
117
0 commit comments