slickgrid
Advanced tools
Comparing version 5.3.0 to 5.3.1
@@ -207,2 +207,7 @@ import type { Column as BaseColumn, CellMenuOption, ColumnPickerOption, ColumnReorderFunction, ContextMenuOption, CustomTooltipOption, EditCommand, Editor, ExcelCopyBufferOption, Formatter, GridMenuOption, ItemMetadata } from './index'; | ||
syncColumnCellResize?: boolean; | ||
/** | ||
* Defaults to false, should we throw an erro when frozenColumn is wider than the grid viewport width. | ||
* When that happens the unfrozen section on the right is in a phantom area that is not viewable neither clickable unless we enable double-scroll on the grid container. | ||
*/ | ||
throwWhenFrozenNotAllViewable?: boolean; | ||
/** What is the top panel height in pixels (only type the number) */ | ||
@@ -209,0 +214,0 @@ topPanelHeight?: number; |
@@ -13,3 +13,3 @@ import type SortableInstance from 'sortablejs'; | ||
* | ||
* SlickGrid v5.3.0 | ||
* SlickGrid v5.3.1 | ||
* | ||
@@ -16,0 +16,0 @@ * NOTES: |
{ | ||
"name": "slickgrid", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"description": "A lightning fast JavaScript grid/spreadsheet", | ||
@@ -5,0 +5,0 @@ "exports": { |
@@ -285,2 +285,8 @@ import type { Column as BaseColumn, CellMenuOption, ColumnPickerOption, ColumnReorderFunction, ContextMenuOption, CustomTooltipOption, EditCommand, Editor, ExcelCopyBufferOption, Formatter, GridMenuOption, ItemMetadata, } from './index'; | ||
/** | ||
* Defaults to false, should we throw an erro when frozenColumn is wider than the grid viewport width. | ||
* When that happens the unfrozen section on the right is in a phantom area that is not viewable neither clickable unless we enable double-scroll on the grid container. | ||
*/ | ||
throwWhenFrozenNotAllViewable?: boolean; | ||
/** What is the top panel height in pixels (only type the number) */ | ||
@@ -287,0 +293,0 @@ topPanelHeight?: number; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6831559
57342