handsontable 12.0.0 → 12.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/3rdparty/walkontable/src/core/clone.js +2 -2
- package/3rdparty/walkontable/src/core/clone.mjs +2 -2
- package/3rdparty/walkontable/src/core/core.js +2 -2
- package/3rdparty/walkontable/src/core/core.mjs +2 -2
- package/3rdparty/walkontable/src/overlay/bottom.js +20 -14
- package/3rdparty/walkontable/src/overlay/bottom.mjs +20 -14
- package/3rdparty/walkontable/src/overlay/bottomInlineStartCorner.js +14 -8
- package/3rdparty/walkontable/src/overlay/bottomInlineStartCorner.mjs +14 -8
- package/3rdparty/walkontable/src/overlay/inlineStart.js +14 -5
- package/3rdparty/walkontable/src/overlay/inlineStart.mjs +14 -5
- package/3rdparty/walkontable/src/overlay/top.js +12 -3
- package/3rdparty/walkontable/src/overlay/top.mjs +12 -3
- package/3rdparty/walkontable/src/overlay/topInlineStartCorner.js +3 -3
- package/3rdparty/walkontable/src/overlay/topInlineStartCorner.mjs +3 -3
- package/3rdparty/walkontable/src/overlays.js +2 -2
- package/3rdparty/walkontable/src/overlays.mjs +2 -2
- package/3rdparty/walkontable/src/renderer/cells.js +2 -2
- package/3rdparty/walkontable/src/renderer/cells.mjs +2 -2
- package/3rdparty/walkontable/src/renderer/colGroup.js +2 -2
- package/3rdparty/walkontable/src/renderer/colGroup.mjs +2 -2
- package/3rdparty/walkontable/src/renderer/columnHeaders.js +2 -2
- package/3rdparty/walkontable/src/renderer/columnHeaders.mjs +2 -2
- package/3rdparty/walkontable/src/renderer/rowHeaders.js +2 -2
- package/3rdparty/walkontable/src/renderer/rowHeaders.mjs +2 -2
- package/3rdparty/walkontable/src/renderer/rows.js +2 -2
- package/3rdparty/walkontable/src/renderer/rows.mjs +2 -2
- package/3rdparty/walkontable/src/scroll.js +111 -63
- package/3rdparty/walkontable/src/scroll.mjs +110 -63
- package/3rdparty/walkontable/src/table/bottom.js +2 -2
- package/3rdparty/walkontable/src/table/bottom.mjs +2 -2
- package/3rdparty/walkontable/src/table/bottomInlineStartCorner.js +2 -2
- package/3rdparty/walkontable/src/table/bottomInlineStartCorner.mjs +2 -2
- package/3rdparty/walkontable/src/table/inlineStart.js +2 -2
- package/3rdparty/walkontable/src/table/inlineStart.mjs +2 -2
- package/3rdparty/walkontable/src/table/master.js +2 -2
- package/3rdparty/walkontable/src/table/master.mjs +2 -2
- package/3rdparty/walkontable/src/table/top.js +2 -2
- package/3rdparty/walkontable/src/table/top.mjs +2 -2
- package/3rdparty/walkontable/src/table/topInlineStartCorner.js +2 -2
- package/3rdparty/walkontable/src/table/topInlineStartCorner.mjs +2 -2
- package/3rdparty/walkontable/src/utils/orderView/sharedView.js +2 -2
- package/3rdparty/walkontable/src/utils/orderView/sharedView.mjs +2 -2
- package/3rdparty/walkontable/src/viewport.js +14 -22
- package/3rdparty/walkontable/src/viewport.mjs +14 -22
- package/CHANGELOG.md +52 -0
- package/LICENSE.txt +1 -1
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/core.js +39 -31
- package/core.mjs +39 -31
- package/dataMap/metaManager/metaSchema.js +165 -168
- package/dataMap/metaManager/metaSchema.mjs +165 -168
- package/dist/handsontable.css +18 -18
- package/dist/handsontable.full.css +19 -29
- package/dist/handsontable.full.js +13863 -12941
- package/dist/handsontable.full.min.css +5 -5
- package/dist/handsontable.full.min.js +134 -135
- package/dist/handsontable.js +4136 -3926
- package/dist/handsontable.min.css +4 -4
- package/dist/handsontable.min.js +4 -4
- package/dist/languages/all.js +97 -33
- package/dist/languages/all.min.js +1 -1
- package/dist/languages/cs-CZ.js +167 -0
- package/dist/languages/cs-CZ.min.js +1 -0
- package/dist/languages/de-CH.js +3 -2
- package/dist/languages/de-CH.min.js +1 -1
- package/dist/languages/de-DE.js +3 -2
- package/dist/languages/de-DE.min.js +1 -1
- package/dist/languages/en-US.js +3 -2
- package/dist/languages/en-US.min.js +1 -1
- package/dist/languages/es-MX.js +3 -2
- package/dist/languages/es-MX.min.js +1 -1
- package/dist/languages/fr-FR.js +3 -2
- package/dist/languages/fr-FR.min.js +1 -1
- package/dist/languages/it-IT.js +3 -2
- package/dist/languages/it-IT.min.js +1 -1
- package/dist/languages/ja-JP.js +36 -39
- package/dist/languages/ja-JP.min.js +1 -1
- package/dist/languages/ko-KR.js +2 -2
- package/dist/languages/ko-KR.min.js +1 -1
- package/dist/languages/lv-LV.js +2 -2
- package/dist/languages/lv-LV.min.js +1 -1
- package/dist/languages/nb-NO.js +2 -2
- package/dist/languages/nb-NO.min.js +1 -1
- package/dist/languages/nl-NL.js +2 -2
- package/dist/languages/nl-NL.min.js +1 -1
- package/dist/languages/pl-PL.js +2 -2
- package/dist/languages/pl-PL.min.js +1 -1
- package/dist/languages/pt-BR.js +2 -2
- package/dist/languages/pt-BR.min.js +1 -1
- package/dist/languages/ru-RU.js +2 -2
- package/dist/languages/ru-RU.min.js +1 -1
- package/dist/languages/sr-SP.js +171 -0
- package/dist/languages/sr-SP.min.js +1 -0
- package/dist/languages/zh-CN.js +24 -24
- package/dist/languages/zh-CN.min.js +1 -1
- package/dist/languages/zh-TW.js +2 -2
- package/dist/languages/zh-TW.min.js +1 -1
- package/editors/autocompleteEditor/autocompleteEditor.js +13 -14
- package/editors/autocompleteEditor/autocompleteEditor.mjs +13 -14
- package/editors/baseEditor/baseEditor.js +2 -2
- package/editors/baseEditor/baseEditor.mjs +2 -2
- package/editors/checkboxEditor/checkboxEditor.js +2 -2
- package/editors/checkboxEditor/checkboxEditor.mjs +2 -2
- package/editors/dateEditor/dateEditor.js +3 -3
- package/editors/dateEditor/dateEditor.mjs +3 -3
- package/editors/dropdownEditor/dropdownEditor.js +3 -3
- package/editors/dropdownEditor/dropdownEditor.mjs +3 -3
- package/editors/handsontableEditor/handsontableEditor.js +3 -3
- package/editors/handsontableEditor/handsontableEditor.mjs +3 -3
- package/editors/numericEditor/numericEditor.js +2 -2
- package/editors/numericEditor/numericEditor.mjs +2 -2
- package/editors/passwordEditor/passwordEditor.js +3 -3
- package/editors/passwordEditor/passwordEditor.mjs +3 -3
- package/editors/selectEditor/selectEditor.js +3 -3
- package/editors/selectEditor/selectEditor.mjs +3 -3
- package/editors/textEditor/textEditor.js +3 -3
- package/editors/textEditor/textEditor.mjs +3 -3
- package/editors/timeEditor/timeEditor.js +3 -3
- package/editors/timeEditor/timeEditor.mjs +3 -3
- package/helpers/mixed.js +2 -2
- package/helpers/mixed.mjs +2 -2
- package/i18n/languages/cs-CZ.js +40 -0
- package/i18n/languages/cs-CZ.mjs +16 -0
- package/i18n/languages/index.js +8 -0
- package/i18n/languages/index.mjs +3 -1
- package/i18n/languages/sr-SP.js +40 -0
- package/i18n/languages/sr-SP.mjs +16 -0
- package/languages/all.js +97 -33
- package/languages/cs-CZ.js +167 -0
- package/languages/cs-CZ.mjs +18 -0
- package/languages/de-CH.js +3 -2
- package/languages/de-DE.js +3 -2
- package/languages/en-US.js +3 -2
- package/languages/es-MX.js +3 -2
- package/languages/fr-FR.js +3 -2
- package/languages/index.js +97 -33
- package/languages/index.mjs +3 -1
- package/languages/it-IT.js +3 -2
- package/languages/ja-JP.js +36 -39
- package/languages/ko-KR.js +2 -2
- package/languages/lv-LV.js +2 -2
- package/languages/nb-NO.js +2 -2
- package/languages/nl-NL.js +2 -2
- package/languages/pl-PL.js +2 -2
- package/languages/pt-BR.js +2 -2
- package/languages/ru-RU.js +2 -2
- package/languages/sr-SP.js +171 -0
- package/languages/sr-SP.mjs +18 -0
- package/languages/zh-CN.js +24 -24
- package/languages/zh-TW.js +2 -2
- package/package.json +22 -2
- package/pluginHooks.js +46 -8
- package/pluginHooks.mjs +46 -8
- package/plugins/autoColumnSize/autoColumnSize.js +6 -6
- package/plugins/autoColumnSize/autoColumnSize.mjs +6 -6
- package/plugins/autoRowSize/autoRowSize.js +4 -4
- package/plugins/autoRowSize/autoRowSize.mjs +4 -4
- package/plugins/autofill/autofill.js +3 -3
- package/plugins/autofill/autofill.mjs +3 -3
- package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.js +3 -3
- package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.mjs +3 -3
- package/plugins/bindRowsWithHeaders/maps/looseBindsMap.js +3 -3
- package/plugins/bindRowsWithHeaders/maps/looseBindsMap.mjs +3 -3
- package/plugins/bindRowsWithHeaders/maps/strictBindsMap.js +3 -3
- package/plugins/bindRowsWithHeaders/maps/strictBindsMap.mjs +3 -3
- package/plugins/collapsibleColumns/collapsibleColumns.js +3 -3
- package/plugins/collapsibleColumns/collapsibleColumns.mjs +3 -3
- package/plugins/columnSorting/columnSorting.js +3 -3
- package/plugins/columnSorting/columnSorting.mjs +3 -3
- package/plugins/columnSummary/columnSummary.js +3 -3
- package/plugins/columnSummary/columnSummary.mjs +3 -3
- package/plugins/comments/commentEditor.js +2 -2
- package/plugins/comments/commentEditor.mjs +2 -2
- package/plugins/comments/comments.js +39 -31
- package/plugins/comments/comments.mjs +40 -32
- package/plugins/contextMenu/contextMenu.js +3 -3
- package/plugins/contextMenu/contextMenu.mjs +3 -3
- package/plugins/copyPaste/copyPaste.js +6 -6
- package/plugins/copyPaste/copyPaste.mjs +6 -6
- package/plugins/customBorders/customBorders.js +8 -7
- package/plugins/customBorders/customBorders.mjs +9 -8
- package/plugins/dragToScroll/dragToScroll.js +3 -3
- package/plugins/dragToScroll/dragToScroll.mjs +3 -3
- package/plugins/dropdownMenu/dropdownMenu.js +5 -4
- package/plugins/dropdownMenu/dropdownMenu.mjs +5 -4
- package/plugins/exportFile/exportFile.js +2 -2
- package/plugins/exportFile/exportFile.mjs +2 -2
- package/plugins/exportFile/types/csv.js +2 -2
- package/plugins/exportFile/types/csv.mjs +2 -2
- package/plugins/filters/component/actionBar.js +2 -2
- package/plugins/filters/component/actionBar.mjs +2 -2
- package/plugins/filters/component/condition.js +3 -3
- package/plugins/filters/component/condition.mjs +3 -3
- package/plugins/filters/component/operators.js +2 -2
- package/plugins/filters/component/operators.mjs +2 -2
- package/plugins/filters/component/value.js +3 -3
- package/plugins/filters/component/value.mjs +3 -3
- package/plugins/filters/filters.js +3 -3
- package/plugins/filters/filters.mjs +3 -3
- package/plugins/filters/ui/input.js +3 -3
- package/plugins/filters/ui/input.mjs +3 -3
- package/plugins/filters/ui/link.js +3 -3
- package/plugins/filters/ui/link.mjs +3 -3
- package/plugins/filters/ui/multipleSelect.js +3 -3
- package/plugins/filters/ui/multipleSelect.mjs +3 -3
- package/plugins/filters/ui/radioInput.js +3 -3
- package/plugins/filters/ui/radioInput.mjs +3 -3
- package/plugins/filters/ui/select.js +3 -3
- package/plugins/filters/ui/select.mjs +3 -3
- package/plugins/formulas/formulas.js +10 -5
- package/plugins/formulas/formulas.mjs +10 -5
- package/plugins/hiddenColumns/contextMenuItem/hideColumn.js +2 -4
- package/plugins/hiddenColumns/contextMenuItem/hideColumn.mjs +2 -4
- package/plugins/hiddenColumns/contextMenuItem/showColumn.js +3 -3
- package/plugins/hiddenColumns/contextMenuItem/showColumn.mjs +3 -3
- package/plugins/hiddenColumns/hiddenColumns.js +3 -3
- package/plugins/hiddenColumns/hiddenColumns.mjs +3 -3
- package/plugins/hiddenRows/contextMenuItem/hideRow.js +2 -4
- package/plugins/hiddenRows/contextMenuItem/hideRow.mjs +2 -4
- package/plugins/hiddenRows/contextMenuItem/showRow.js +3 -3
- package/plugins/hiddenRows/contextMenuItem/showRow.mjs +3 -3
- package/plugins/hiddenRows/hiddenRows.js +3 -3
- package/plugins/hiddenRows/hiddenRows.mjs +3 -3
- package/plugins/manualColumnFreeze/manualColumnFreeze.js +46 -20
- package/plugins/manualColumnFreeze/manualColumnFreeze.mjs +41 -20
- package/plugins/manualColumnMove/manualColumnMove.js +7 -18
- package/plugins/manualColumnMove/manualColumnMove.mjs +7 -18
- package/plugins/manualColumnMove/ui/backlight.js +3 -3
- package/plugins/manualColumnMove/ui/backlight.mjs +3 -3
- package/plugins/manualColumnMove/ui/guideline.js +3 -3
- package/plugins/manualColumnMove/ui/guideline.mjs +3 -3
- package/plugins/manualColumnResize/manualColumnResize.js +3 -3
- package/plugins/manualColumnResize/manualColumnResize.mjs +3 -3
- package/plugins/manualRowMove/manualRowMove.js +11 -29
- package/plugins/manualRowMove/manualRowMove.mjs +11 -29
- package/plugins/manualRowMove/ui/backlight.js +3 -3
- package/plugins/manualRowMove/ui/backlight.mjs +3 -3
- package/plugins/manualRowMove/ui/guideline.js +3 -3
- package/plugins/manualRowMove/ui/guideline.mjs +3 -3
- package/plugins/manualRowResize/manualRowResize.js +3 -3
- package/plugins/manualRowResize/manualRowResize.mjs +3 -3
- package/plugins/mergeCells/cellsCollection.js +3 -3
- package/plugins/mergeCells/cellsCollection.mjs +3 -3
- package/plugins/mergeCells/mergeCells.js +15 -15
- package/plugins/mergeCells/mergeCells.mjs +15 -15
- package/plugins/multiColumnSorting/multiColumnSorting.js +3 -3
- package/plugins/multiColumnSorting/multiColumnSorting.mjs +3 -3
- package/plugins/multipleSelectionHandles/multipleSelectionHandles.js +3 -3
- package/plugins/multipleSelectionHandles/multipleSelectionHandles.mjs +3 -3
- package/plugins/nestedHeaders/nestedHeaders.js +10 -6
- package/plugins/nestedHeaders/nestedHeaders.mjs +10 -6
- package/plugins/nestedHeaders/stateManager/utils.js +3 -4
- package/plugins/nestedHeaders/stateManager/utils.mjs +3 -4
- package/plugins/nestedHeaders/utils/ghostTable.js +114 -75
- package/plugins/nestedHeaders/utils/ghostTable.mjs +114 -74
- package/plugins/nestedRows/nestedRows.js +3 -3
- package/plugins/nestedRows/nestedRows.mjs +3 -3
- package/plugins/nestedRows/ui/collapsing.js +2 -2
- package/plugins/nestedRows/ui/collapsing.mjs +2 -2
- package/plugins/nestedRows/ui/contextMenu.js +2 -2
- package/plugins/nestedRows/ui/contextMenu.mjs +2 -2
- package/plugins/nestedRows/ui/headers.js +2 -2
- package/plugins/nestedRows/ui/headers.mjs +2 -2
- package/plugins/persistentState/persistentState.js +3 -3
- package/plugins/persistentState/persistentState.mjs +3 -3
- package/plugins/search/search.js +3 -3
- package/plugins/search/search.mjs +3 -3
- package/plugins/touchScroll/touchScroll.js +3 -3
- package/plugins/touchScroll/touchScroll.mjs +3 -3
- package/plugins/trimRows/trimRows.js +3 -3
- package/plugins/trimRows/trimRows.mjs +3 -3
- package/plugins/undoRedo/undoRedo.js +2 -2
- package/plugins/undoRedo/undoRedo.mjs +2 -2
- package/selection/highlight/visualSelection.js +83 -210
- package/selection/highlight/visualSelection.mjs +79 -202
- package/selection/selection.js +9 -3
- package/selection/selection.mjs +9 -3
- package/shortcuts/context.js +1 -1
- package/shortcuts/context.mjs +1 -1
- package/shortcuts/manager.js +3 -1
- package/shortcuts/manager.mjs +3 -1
- package/shortcuts/recorder.js +11 -2
- package/shortcuts/recorder.mjs +11 -2
- package/tableView.js +27 -5
- package/tableView.mjs +27 -5
- package/translations/indexMapper.d.ts +3 -1
- package/translations/indexMapper.js +88 -10
- package/translations/indexMapper.mjs +90 -19
- package/translations/mapCollections/aggregatedCollection.js +2 -2
- package/translations/mapCollections/aggregatedCollection.mjs +2 -2
- package/translations/maps/hidingMap.js +2 -2
- package/translations/maps/hidingMap.mjs +2 -2
- package/translations/maps/indexesSequence.js +3 -3
- package/translations/maps/indexesSequence.mjs +3 -3
- package/translations/maps/linkedPhysicalIndexToValueMap.js +3 -3
- package/translations/maps/linkedPhysicalIndexToValueMap.mjs +3 -3
- package/translations/maps/physicalIndexToValueMap.js +3 -3
- package/translations/maps/physicalIndexToValueMap.mjs +3 -3
- package/translations/maps/trimmingMap.js +2 -2
- package/translations/maps/trimmingMap.mjs +2 -2
@@ -33,13 +33,13 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
33
33
|
* [Configuration options](@/guides/getting-started/setting-options.md) let you heavily customize your Handsontable instance. For example, you can:
|
34
34
|
*
|
35
35
|
* - Enable and disable built-in features
|
36
|
-
* - Enable and configure additional [plugins](@/guides/
|
36
|
+
* - Enable and configure additional [plugins](@/guides/tools-and-building/custom-plugins.md)
|
37
37
|
* - Personalize Handsontable's look
|
38
38
|
* - Adjust Handsontable's behavior
|
39
39
|
* - Implement your own custom features
|
40
40
|
*
|
41
41
|
* To apply [configuration options](@/guides/getting-started/setting-options.md), pass them as
|
42
|
-
* a second argument of the [Handsontable constructor](@/guides/getting-started/installation.md#initialize-
|
42
|
+
* a second argument of the [Handsontable constructor](@/guides/getting-started/installation.md#initialize-handsontable),
|
43
43
|
* using the [object literal notation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Object_initializer):
|
44
44
|
*
|
45
45
|
* ```js
|
@@ -69,7 +69,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
69
69
|
* - [Individual grid elements, based on any logic you implement](@/guides/getting-started/setting-options.md#implementing-custom-logic)
|
70
70
|
*
|
71
71
|
* Read more:
|
72
|
-
* - [Configuration options
|
72
|
+
* - [Configuration options](@/guides/getting-started/setting-options.md)
|
73
73
|
*/
|
74
74
|
var _default = function _default() {
|
75
75
|
return {
|
@@ -156,8 +156,8 @@ var _default = function _default() {
|
|
156
156
|
* __Warning:__ Setting the `allowHtml` option to `true` can cause serious XSS vulnerabilities.
|
157
157
|
*
|
158
158
|
* Read more:
|
159
|
-
* - [Autocomplete cell type
|
160
|
-
* - [Dropdown cell type
|
159
|
+
* - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
|
160
|
+
* - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type.md)
|
161
161
|
* - [`source`](#source)
|
162
162
|
*
|
163
163
|
* @memberof Options#
|
@@ -231,9 +231,9 @@ var _default = function _default() {
|
|
231
231
|
* Setting the `allowInvalid` option to `false` can be useful when used with the [Autocomplete strict mode](@/guides/cell-types/autocomplete-cell-type.md#autocomplete-strict-mode).
|
232
232
|
*
|
233
233
|
* Read more:
|
234
|
-
* - [Cell validator
|
235
|
-
* - [Cell editor
|
236
|
-
* - [Autocomplete strict mode
|
234
|
+
* - [Cell validator](@/guides/cell-functions/cell-validator.md)
|
235
|
+
* - [Cell editor](@/guides/cell-functions/cell-editor.md)
|
236
|
+
* - [Autocomplete strict mode](@/guides/cell-types/autocomplete-cell-type.md#autocomplete-strict-mode)
|
237
237
|
*
|
238
238
|
* @memberof Options#
|
239
239
|
* @type {boolean}
|
@@ -255,7 +255,7 @@ var _default = function _default() {
|
|
255
255
|
* - **Remove column**
|
256
256
|
*
|
257
257
|
* Read more:
|
258
|
-
* - [Context menu
|
258
|
+
* - [Context menu](@/guides/accessories-and-menus/context-menu.md)
|
259
259
|
*
|
260
260
|
* @memberof Options#
|
261
261
|
* @type {boolean}
|
@@ -275,7 +275,7 @@ var _default = function _default() {
|
|
275
275
|
* - **Remove row**
|
276
276
|
*
|
277
277
|
* Read more:
|
278
|
-
* - [Context menu
|
278
|
+
* - [Context menu](@/guides/accessories-and-menus/context-menu.md)
|
279
279
|
*
|
280
280
|
* @memberof Options#
|
281
281
|
* @type {boolean}
|
@@ -318,7 +318,7 @@ var _default = function _default() {
|
|
318
318
|
* Using the [`colWidths`](#colWidths) option forcibly disables the [`AutoColumnSize`](@/api/autoColumnSize.md) plugin.
|
319
319
|
*
|
320
320
|
* Read more:
|
321
|
-
* - [Plugins: `AutoColumnSize`
|
321
|
+
* - [Plugins: `AutoColumnSize`](@/api/autoColumnSize.md)
|
322
322
|
*
|
323
323
|
* @memberof Options#
|
324
324
|
* @type {object|boolean}
|
@@ -364,7 +364,7 @@ var _default = function _default() {
|
|
364
364
|
* Using the [`rowHeights`](#rowHeights) option forcibly disables the [`AutoRowSize`](@/api/autoRowSize.md) plugin.
|
365
365
|
*
|
366
366
|
* Read more:
|
367
|
-
* - [Plugins: `AutoRowSize`
|
367
|
+
* - [Plugins: `AutoRowSize`](@/api/autoRowSize.md)
|
368
368
|
*
|
369
369
|
* @memberof Options#
|
370
370
|
* @type {object|boolean}
|
@@ -439,7 +439,7 @@ var _default = function _default() {
|
|
439
439
|
* | `true` | Enable the the [`BindRowsWithHeaders`](@/api/bindRowsWithHeaders.md) plugin |
|
440
440
|
*
|
441
441
|
* Read more:
|
442
|
-
* - [Plugins: `BindRowsWithHeaders`
|
442
|
+
* - [Plugins: `BindRowsWithHeaders`](@/api/bindRowsWithHeaders.md)
|
443
443
|
*
|
444
444
|
* @memberof Options#
|
445
445
|
* @type {boolean|string}
|
@@ -461,7 +461,7 @@ var _default = function _default() {
|
|
461
461
|
* and the [`columns`](#columns) options.
|
462
462
|
*
|
463
463
|
* Read more:
|
464
|
-
* - [Configuration options: Setting cell options
|
464
|
+
* - [Configuration options: Setting cell options](@/guides/getting-started/setting-options.md#setting-cell-options)
|
465
465
|
* - [`columns`](#columns)
|
466
466
|
*
|
467
467
|
* @memberof Options#
|
@@ -499,8 +499,8 @@ var _default = function _default() {
|
|
499
499
|
* | `prop` | No | String \| Number | If [`data`](#data) is set to an [array of arrays](@/guides/getting-started/binding-to-data.md#array-of-arrays), `prop` is the same number as `column`.<br><br>If [`data`](#data) is set to an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects), `prop` is a property name for the column's data object. |
|
500
500
|
*
|
501
501
|
* Read more:
|
502
|
-
* - [Configuration options: Implementing custom logic
|
503
|
-
* - [Configuration options: Setting row options
|
502
|
+
* - [Configuration options: Implementing custom logic](@/guides/getting-started/setting-options.md#implementing-custom-logic)
|
503
|
+
* - [Configuration options: Setting row options](@/guides/getting-started/setting-options.md#setting-row-options)
|
504
504
|
* - [`columns`](#columns)
|
505
505
|
* - [`cell`](#cell)
|
506
506
|
*
|
@@ -539,8 +539,8 @@ var _default = function _default() {
|
|
539
539
|
* | A string | If a [`checkbox`](@/guides/cell-types/checkbox-cell-type.md) cell is checked,<br>the [`getDataAtCell`](@/api/core.md#getDataAtCell) method for this cell returns a string of your choice |
|
540
540
|
*
|
541
541
|
* Read more:
|
542
|
-
* - [Checkbox cell type: Checkbox template
|
543
|
-
* - [`getDataAtCell()`
|
542
|
+
* - [Checkbox cell type: Checkbox template](@/guides/cell-types/checkbox-cell-type.md#checkbox-template)
|
543
|
+
* - [`getDataAtCell()`](@/api/core.md#getDataAtCell)
|
544
544
|
* - [`uncheckedTemplate`](#uncheckedTemplate)
|
545
545
|
*
|
546
546
|
* @memberof Options#
|
@@ -583,7 +583,7 @@ var _default = function _default() {
|
|
583
583
|
* To apply different CSS class names on different levels, use Handsontable's [cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration).
|
584
584
|
*
|
585
585
|
* Read more:
|
586
|
-
* - [Configuration options: Cascading configuration
|
586
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
|
587
587
|
* - [`currentRowClassName`](#currentRowClassName)
|
588
588
|
* - [`currentColClassName`](#currentColClassName)
|
589
589
|
* - [`currentHeaderClassName`](#currentHeaderClassName)
|
@@ -626,7 +626,7 @@ var _default = function _default() {
|
|
626
626
|
* | A function | Define your own column headers, using a function |
|
627
627
|
*
|
628
628
|
* Read more:
|
629
|
-
* - [Column header
|
629
|
+
* - [Column header](@/guides/columns/column-header.md)
|
630
630
|
*
|
631
631
|
* @memberof Options#
|
632
632
|
* @type {boolean|string[]|Function}
|
@@ -662,7 +662,7 @@ var _default = function _default() {
|
|
662
662
|
* | An array of objects | Enable the [`CollapsibleColumns`](@/api/collapsibleColumns.md) plugin for selected column headers |
|
663
663
|
*
|
664
664
|
* Read more:
|
665
|
-
* - [Plugins: `CollapsibleColumns`
|
665
|
+
* - [Plugins: `CollapsibleColumns`](@/api/collapsibleColumns.md)
|
666
666
|
*
|
667
667
|
* @memberof Options#
|
668
668
|
* @type {boolean|object[]}
|
@@ -723,7 +723,7 @@ var _default = function _default() {
|
|
723
723
|
* When you use the `columns` option, the [`startCols`](#startCols), [`minCols`](#minCols), and [`maxCols`](#maxCols) are ignored.
|
724
724
|
*
|
725
725
|
* Read more:
|
726
|
-
* - [Configuration options: Setting column options
|
726
|
+
* - [Configuration options: Setting column options](@/guides/getting-started/setting-options.md#setting-column-options)
|
727
727
|
* - [`startCols`](#startCols)
|
728
728
|
* - [`minCols`](#minCols)
|
729
729
|
* - [`maxCols`](#maxCols)
|
@@ -796,8 +796,8 @@ var _default = function _default() {
|
|
796
796
|
* | `sortOrder` | `'asc'` \| `'desc'` | The sorting order:<br>`'asc'`: ascending<br>`'desc'`: descending |
|
797
797
|
*
|
798
798
|
* Read more:
|
799
|
-
* - [Row sorting
|
800
|
-
* - [Row sorting: Custom compare functions
|
799
|
+
* - [Row sorting](@/guides/rows/row-sorting.md)
|
800
|
+
* - [Row sorting: Custom compare functions](@/guides/rows/row-sorting.md#custom-compare-functions)
|
801
801
|
* - [`multiColumnSorting`](#multiColumnSorting)
|
802
802
|
*
|
803
803
|
* @memberof Options#
|
@@ -865,8 +865,8 @@ var _default = function _default() {
|
|
865
865
|
* | `customFunction` | A function | [Custom summary function](@/guides/columns/column-summary.md#implementing-a-custom-summary-function) |
|
866
866
|
*
|
867
867
|
* Read more:
|
868
|
-
* - [Column summary
|
869
|
-
* - [Plugins: `ColumnSummary`
|
868
|
+
* - [Column summary](@/guides/columns/column-summary.md)
|
869
|
+
* - [Plugins: `ColumnSummary`](@/api/columnSummary.md)
|
870
870
|
*
|
871
871
|
* @memberof Options#
|
872
872
|
* @type {object[]|Function}
|
@@ -915,8 +915,8 @@ var _default = function _default() {
|
|
915
915
|
* Setting the `colWidths` option disables the {@link AutoColumnSize} plugin.
|
916
916
|
*
|
917
917
|
* Read more:
|
918
|
-
* - [Column width
|
919
|
-
* - [Hooks: `modifyColWidth`
|
918
|
+
* - [Column width](@/guides/columns/column-width.md)
|
919
|
+
* - [Hooks: `modifyColWidth`](@/api/hooks.md#modifyColWidth)
|
920
920
|
* - [`autoColumnSize`](#autoColumnSize)
|
921
921
|
*
|
922
922
|
* @memberof Options#
|
@@ -951,7 +951,7 @@ var _default = function _default() {
|
|
951
951
|
* that have comments.
|
952
952
|
*
|
953
953
|
* Read more:
|
954
|
-
* - [Comments
|
954
|
+
* - [Comments](@/guides/cell-features/comments.md)
|
955
955
|
* - [`comments`](#comments)
|
956
956
|
* - [`readOnlyCellClassName`](#readOnlyCellClassName)
|
957
957
|
* - [`currentRowClassName`](#currentRowClassName)
|
@@ -999,8 +999,8 @@ var _default = function _default() {
|
|
999
999
|
* | `style` | An object | Set comment boxes' `width` and `height` (in pixels) |
|
1000
1000
|
*
|
1001
1001
|
* Read more:
|
1002
|
-
* - [Comments
|
1003
|
-
* - [Context menu
|
1002
|
+
* - [Comments](@/guides/cell-features/comments.md)
|
1003
|
+
* - [Context menu](@/guides/accessories-and-menus/context-menu.md)
|
1004
1004
|
* - [`width`](#width)
|
1005
1005
|
* - [`height`](#height)
|
1006
1006
|
* - [`readOnly`](#readOnly)
|
@@ -1047,11 +1047,11 @@ var _default = function _default() {
|
|
1047
1047
|
* | An object | - Enable the [`ContextMenu`](@/api/contextMenu.md) plugin<br>- Apply a [custom context menu configuration](@/guides/accessories-and-menus/context-menu.md#context-menu-with-fully-custom-configuration) |
|
1048
1048
|
*
|
1049
1049
|
* Read more:
|
1050
|
-
* - [Context menu
|
1051
|
-
* - [Context menu: Context menu with default options
|
1052
|
-
* - [Context menu: Context menu with specific options
|
1053
|
-
* - [Context menu: Context menu with fully custom configuration options
|
1054
|
-
* - [Plugins: `ContextMenu`
|
1050
|
+
* - [Context menu](@/guides/accessories-and-menus/context-menu.md)
|
1051
|
+
* - [Context menu: Context menu with default options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-default-options)
|
1052
|
+
* - [Context menu: Context menu with specific options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-specific-options)
|
1053
|
+
* - [Context menu: Context menu with fully custom configuration options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-fully-custom-configuration)
|
1054
|
+
* - [Plugins: `ContextMenu`](@/api/contextMenu.md)
|
1055
1055
|
*
|
1056
1056
|
* @memberof Options#
|
1057
1057
|
* @type {boolean|string[]|object}
|
@@ -1104,13 +1104,13 @@ var _default = function _default() {
|
|
1104
1104
|
*
|
1105
1105
|
* | Setting | Description |
|
1106
1106
|
* | -------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
|
1107
|
-
* | `true` (default) | - Enable copying for this cell<br>- On pressing <kbd
|
1107
|
+
* | `true` (default) | - Enable copying for this cell<br>- On pressing <kbd>**Ctrl**</kbd>/<kbd>**Cmd**</kbd> + <kbd>**C**</kbd>, add the cell's value to the clipboard |
|
1108
1108
|
* | `false`<br>(default for the [`password`](@/guides/cell-types/password-cell-type.md) [cell type](#type)) | - Disable copying for this cell |
|
1109
1109
|
*
|
1110
1110
|
* Read more:
|
1111
|
-
* - [Clipboard
|
1112
|
-
* - [Configuration options: Cascading configuration
|
1113
|
-
* - [Password cell type
|
1111
|
+
* - [Clipboard](@/guides/cell-features/clipboard.md)
|
1112
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
|
1113
|
+
* - [Password cell type](@/guides/cell-types/password-cell-type.md)
|
1114
1114
|
*
|
1115
1115
|
* @memberof Options#
|
1116
1116
|
* @type {boolean}
|
@@ -1168,7 +1168,7 @@ var _default = function _default() {
|
|
1168
1168
|
* | `uiContainer` | An HTML element | A UI container for the secondary focusable element |
|
1169
1169
|
*
|
1170
1170
|
* Read more:
|
1171
|
-
* - [Plugins: `CopyPaste`
|
1171
|
+
* - [Plugins: `CopyPaste`](@/api/copyPaste.md)
|
1172
1172
|
*
|
1173
1173
|
* @memberof Options#
|
1174
1174
|
* @type {object|boolean}
|
@@ -1197,17 +1197,15 @@ var _default = function _default() {
|
|
1197
1197
|
copyPaste: true,
|
1198
1198
|
|
1199
1199
|
/**
|
1200
|
-
* The `correctFormat` option configures [`date`](@/guides/cell-types/date-cell-type.md)
|
1200
|
+
* The `correctFormat` option configures what happens when the format of a date entered into a [`date`](@/guides/cell-types/date-cell-type.md) cell doesn't match the format specified by the [`dateFormat`](#dateFormat) option:
|
1201
1201
|
*
|
1202
|
-
*
|
1203
|
-
*
|
1204
|
-
* |
|
1205
|
-
* |
|
1206
|
-
* | `false` (default) | Don't correct dates |
|
1207
|
-
* | `true` | Enforce the date format set by the [`dateFormat`](#dateFormat) option |
|
1202
|
+
* | Setting | Description |
|
1203
|
+
* | ----------------- | ---------------------------------------------------------------------------------- |
|
1204
|
+
* | `false` (default) | Don't correct the entered date's format (treat the entered date as invalid) |
|
1205
|
+
* | `true` | Correct the entered date's format to match the [`dateFormat`](#dateFormat) setting |
|
1208
1206
|
*
|
1209
1207
|
* Read more:
|
1210
|
-
* - [Date cell type
|
1208
|
+
* - [Date cell type](@/guides/cell-types/date-cell-type.md)
|
1211
1209
|
* - [`dateFormat`](#dateFormat)
|
1212
1210
|
*
|
1213
1211
|
* @memberof Options#
|
@@ -1356,9 +1354,9 @@ var _default = function _default() {
|
|
1356
1354
|
* | `bottom` | `width`<br>`color` | `width`: Number<br>`color`: String | Sets the width (`width`) and color (`color`) of the bottom border. |
|
1357
1355
|
*
|
1358
1356
|
* Read more:
|
1359
|
-
* - [Formatting cells: Custom cell borders
|
1360
|
-
* - [Context menu
|
1361
|
-
* - [Plugins: `CustomBorders`
|
1357
|
+
* - [Formatting cells: Custom cell borders](@/guides/cell-features/formatting-cells.md#custom-cell-borders)
|
1358
|
+
* - [Context menu](@/guides/accessories-and-menus/context-menu.md)
|
1359
|
+
* - [Plugins: `CustomBorders`](@/api/customBorders.md)
|
1362
1360
|
* - [Layout direction](@/guides/internationalization/layout-direction.md)
|
1363
1361
|
* - [`layoutDirection`](#layoutDirection)
|
1364
1362
|
*
|
@@ -1444,7 +1442,7 @@ var _default = function _default() {
|
|
1444
1442
|
* - Or to an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects).
|
1445
1443
|
*
|
1446
1444
|
* Read more:
|
1447
|
-
* - [Binding to data
|
1445
|
+
* - [Binding to data](@/guides/getting-started/binding-to-data.md)
|
1448
1446
|
* - [`dataSchema`](#dataSchema)
|
1449
1447
|
*
|
1450
1448
|
* @memberof Options#
|
@@ -1479,7 +1477,7 @@ var _default = function _default() {
|
|
1479
1477
|
* (or is empty), the `dataSchema` option defines the structure of new rows.
|
1480
1478
|
*
|
1481
1479
|
* Read more:
|
1482
|
-
* - [Binding to data: Array of objects with custom data schema
|
1480
|
+
* - [Binding to data: Array of objects with custom data schema](@/guides/getting-started/binding-to-data.md#array-of-objects-with-custom-data-schema)
|
1483
1481
|
* - [`data`](#data)
|
1484
1482
|
*
|
1485
1483
|
* @memberof Options#
|
@@ -1506,15 +1504,14 @@ var _default = function _default() {
|
|
1506
1504
|
dataSchema: void 0,
|
1507
1505
|
|
1508
1506
|
/**
|
1509
|
-
* The `dateFormat` option configures [`date`](@/guides/cell-types/date-cell-type.md) cells
|
1507
|
+
* The `dateFormat` option configures the date format accepted by [`date`](@/guides/cell-types/date-cell-type.md) cells.
|
1510
1508
|
*
|
1511
|
-
* You can set the `dateFormat` option to a date format
|
1509
|
+
* You can set the `dateFormat` option to a string with a proper date format. The default value is: `'DD/MM/YYYY'`.
|
1512
1510
|
*
|
1513
|
-
* To
|
1514
|
-
* use the [`correctFormat`](#correctFormat) option.
|
1511
|
+
* To automatically correct dates whose format doesn't match the `dateFormat` setting, use the [`correctFormat`](#correctFormat) option.
|
1515
1512
|
*
|
1516
1513
|
* Read more:
|
1517
|
-
* - [Date cell type
|
1514
|
+
* - [Date cell type](@/guides/cell-types/date-cell-type.md)
|
1518
1515
|
* - [`correctFormat`](#correctFormat)
|
1519
1516
|
* - [`defaultDate`](#defaultDate)
|
1520
1517
|
*
|
@@ -1557,7 +1554,7 @@ var _default = function _default() {
|
|
1557
1554
|
* Read more:
|
1558
1555
|
* - [`editor`](#editor)
|
1559
1556
|
* - [`dateFormat`](#dateFormat)
|
1560
|
-
* - [Cell editor
|
1557
|
+
* - [Cell editor](@/guides/cell-functions/cell-editor.md)
|
1561
1558
|
* - [All Pikaday options →](https://github.com/Pikaday/Pikaday/tree/1.8.0#configuration)
|
1562
1559
|
*
|
1563
1560
|
* @memberof Options#
|
@@ -1574,7 +1571,7 @@ var _default = function _default() {
|
|
1574
1571
|
* You can set the `defaultDate` option to a string.
|
1575
1572
|
*
|
1576
1573
|
* Read more:
|
1577
|
-
* - [Date cell type
|
1574
|
+
* - [Date cell type](@/guides/cell-types/date-cell-type.md)
|
1578
1575
|
* - [`dateFormat`](#dateFormat)
|
1579
1576
|
*
|
1580
1577
|
* @memberof Options#
|
@@ -1613,7 +1610,7 @@ var _default = function _default() {
|
|
1613
1610
|
* | An array | A combination of `'current'`, `'area'`, and/or `'header'` |
|
1614
1611
|
*
|
1615
1612
|
* Read more:
|
1616
|
-
* - [Selection
|
1613
|
+
* - [Selection](@/guides/cell-features/selection.md)
|
1617
1614
|
*
|
1618
1615
|
* @memberof Options#
|
1619
1616
|
* @type {boolean|string|string[]}
|
@@ -1652,7 +1649,7 @@ var _default = function _default() {
|
|
1652
1649
|
* | `false` | Don't scroll the viewport |
|
1653
1650
|
*
|
1654
1651
|
* Read more:
|
1655
|
-
* - [Plugins: `DragToScroll`
|
1652
|
+
* - [Plugins: `DragToScroll`](@/api/dragToScroll.md)
|
1656
1653
|
*
|
1657
1654
|
* @memberof Options#
|
1658
1655
|
* @type {boolean}
|
@@ -1680,8 +1677,8 @@ var _default = function _default() {
|
|
1680
1677
|
* | An object | - Enable the [`DropdownMenu`](@/api/dropdownMenu.md) plugin<br>- Apply a custom dropdown menu configuration |
|
1681
1678
|
*
|
1682
1679
|
* Read more:
|
1683
|
-
* - [Context menu
|
1684
|
-
* - [Plugins: `DropdownMenu`
|
1680
|
+
* - [Context menu](@/guides/accessories-and-menus/context-menu.md)
|
1681
|
+
* - [Plugins: `DropdownMenu`](@/api/dropdownMenu.md)
|
1685
1682
|
*
|
1686
1683
|
* @memberof Options#
|
1687
1684
|
* @type {boolean|object|string[]}
|
@@ -1755,9 +1752,9 @@ var _default = function _default() {
|
|
1755
1752
|
* options all at once, use the [`type`](#type) option.
|
1756
1753
|
*
|
1757
1754
|
* Read more:
|
1758
|
-
* - [Cell editor
|
1759
|
-
* - [Cell type
|
1760
|
-
* - [Configuration options: Cascading configuration
|
1755
|
+
* - [Cell editor](@/guides/cell-functions/cell-editor.md)
|
1756
|
+
* - [Cell type](@/guides/cell-types/cell-type.md)
|
1757
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
|
1761
1758
|
* - [`type`](#type)
|
1762
1759
|
*
|
1763
1760
|
* @memberof Options#
|
@@ -1786,14 +1783,14 @@ var _default = function _default() {
|
|
1786
1783
|
editor: void 0,
|
1787
1784
|
|
1788
1785
|
/**
|
1789
|
-
* The `enterBeginsEditing` option configures the action of the <kbd
|
1786
|
+
* The `enterBeginsEditing` option configures the action of the <kbd>**Enter**</kbd> key.
|
1790
1787
|
*
|
1791
1788
|
* You can set the `enterBeginsEditing` option to one of the following:
|
1792
1789
|
*
|
1793
1790
|
* | Setting | Description |
|
1794
1791
|
* | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
1795
|
-
* | `true` (default) | - On pressing <kbd
|
1796
|
-
* | `false` | - On pressing <kbd
|
1792
|
+
* | `true` (default) | - On pressing <kbd>**Enter**</kbd> once, enter the editing mode of the active cell<br>- On pressing <kbd>**Enter**</kbd> twice, move to another cell,<br>as configured by the [`enterMoves`](#enterMoves) setting |
|
1793
|
+
* | `false` | - On pressing <kbd>**Enter**</kbd> once, move to another cell,<br>as configured by the [`enterMoves`](#enterMoves) setting |
|
1797
1794
|
*
|
1798
1795
|
* Read more:
|
1799
1796
|
* - [`enterMoves`](#enterMoves)
|
@@ -1816,21 +1813,21 @@ var _default = function _default() {
|
|
1816
1813
|
enterBeginsEditing: true,
|
1817
1814
|
|
1818
1815
|
/**
|
1819
|
-
* The `enterMoves` option configures the action of the <kbd
|
1816
|
+
* The `enterMoves` option configures the action of the <kbd>**Enter**</kbd> key.
|
1820
1817
|
*
|
1821
1818
|
* If the [`enterBeginsEditing`](#enterBeginsEditing) option is set to `true`,
|
1822
|
-
* the `enterMoves` setting applies to the **second** pressing of the <kbd
|
1819
|
+
* the `enterMoves` setting applies to the **second** pressing of the <kbd>**Enter**</kbd> key.
|
1823
1820
|
*
|
1824
1821
|
* If the [`enterBeginsEditing`](#enterBeginsEditing) option is set to `false`,
|
1825
|
-
* the `enterMoves` setting applies to the **first** pressing of the <kbd
|
1822
|
+
* the `enterMoves` setting applies to the **first** pressing of the <kbd>**Enter**</kbd> key.
|
1826
1823
|
*
|
1827
1824
|
* You can set the `enterMoves` option to an object with the following properties
|
1828
1825
|
* (or to a function that returns such an object):
|
1829
1826
|
*
|
1830
1827
|
* | Property | Type | Description |
|
1831
1828
|
* | -------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
1832
|
-
* | `col` | Number | - On pressing <kbd
|
1833
|
-
* | `row` | Number | - On pressing <kbd
|
1829
|
+
* | `col` | Number | - On pressing <kbd>**Enter**</kbd>, move selection `col` columns right<br>- On pressing <kbd>**Shift**</kbd> + <kbd>**Enter**</kbd>, move selection `col` columns left |
|
1830
|
+
* | `row` | Number | - On pressing <kbd>**Enter**</kbd>, move selection `row` rows down<br>- On pressing <kbd>**Shift**</kbd> + <kbd>**Enter**</kbd>, move selection `row` rows up |
|
1834
1831
|
*
|
1835
1832
|
* Read more:
|
1836
1833
|
* - [`enterBeginsEditing`](#enterBeginsEditing)
|
@@ -1880,7 +1877,7 @@ var _default = function _default() {
|
|
1880
1877
|
* | `direction` | `'vertical'` \| `'horizontal'` | `'vertical'`: Enable vertical autofill<br>`'horizontal'`: Enable horizontal autofill |
|
1881
1878
|
*
|
1882
1879
|
* Read more:
|
1883
|
-
* - [AutoFill values
|
1880
|
+
* - [AutoFill values](@/guides/cell-features/autofill-values.md)
|
1884
1881
|
*
|
1885
1882
|
* @memberof Options#
|
1886
1883
|
* @type {boolean|string|object}
|
@@ -1931,7 +1928,7 @@ var _default = function _default() {
|
|
1931
1928
|
* | `false` | When the end user types into the input area, all options are displayed<br>(options matching the input are put in bold |
|
1932
1929
|
*
|
1933
1930
|
* Read more:
|
1934
|
-
* - [Autocomplete cell type
|
1931
|
+
* - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
|
1935
1932
|
* - [`source`](#source)
|
1936
1933
|
* - [`filteringCaseSensitive`](#filteringCaseSensitive)
|
1937
1934
|
*
|
@@ -1968,7 +1965,7 @@ var _default = function _default() {
|
|
1968
1965
|
* | `true` | [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md) cells' input is case-sensitive |
|
1969
1966
|
*
|
1970
1967
|
* Read more:
|
1971
|
-
* - [Autocomplete cell type
|
1968
|
+
* - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
|
1972
1969
|
* - [`source`](#source)
|
1973
1970
|
* - [`filter`](#filter)
|
1974
1971
|
*
|
@@ -2002,8 +1999,8 @@ var _default = function _default() {
|
|
2002
1999
|
* | `true` | Enable the [`Filters`](@/api/filters.md) plugin |
|
2003
2000
|
*
|
2004
2001
|
* Read more:
|
2005
|
-
* - [Column filter
|
2006
|
-
* - [Plugins: `Filters`
|
2002
|
+
* - [Column filter](@/guides/columns/column-filter.md)
|
2003
|
+
* - [Plugins: `Filters`](@/api/filters.md)
|
2007
2004
|
* - [`dropdownMenu`](#dropdownMenu)
|
2008
2005
|
*
|
2009
2006
|
* @memberof Options#
|
@@ -2050,8 +2047,8 @@ var _default = function _default() {
|
|
2050
2047
|
* If your grid's [layout direction](@/guides/internationalization/layout-direction.md) is RTL, the `fixedColumnsStart` option sets the number of [frozen columns](@/guides/columns/column-freezing.md) at the right-hand edge of the grid.
|
2051
2048
|
*
|
2052
2049
|
* Read more:
|
2053
|
-
* - [Column freezing
|
2054
|
-
* - [Layout direction
|
2050
|
+
* - [Column freezing](@/guides/columns/column-freezing.md)
|
2051
|
+
* - [Layout direction](@/guides/internationalization/layout-direction.md)
|
2055
2052
|
* - [`fixedColumnsLeft`](#fixedcolumnsleft)
|
2056
2053
|
* - [`layoutDirection`](#layoutDirection)
|
2057
2054
|
*
|
@@ -2088,7 +2085,7 @@ var _default = function _default() {
|
|
2088
2085
|
* at the bottom of the grid.
|
2089
2086
|
*
|
2090
2087
|
* Read more:
|
2091
|
-
* - [Row freezing
|
2088
|
+
* - [Row freezing](@/guides/rows/row-freezing.md)
|
2092
2089
|
*
|
2093
2090
|
* @memberof Options#
|
2094
2091
|
* @type {number}
|
@@ -2107,7 +2104,7 @@ var _default = function _default() {
|
|
2107
2104
|
* The `fixedRowsTop` option sets the number of [frozen rows](@/guides/rows/row-freezing.md) at the top of the grid.
|
2108
2105
|
*
|
2109
2106
|
* Read more:
|
2110
|
-
* - [Row freezing
|
2107
|
+
* - [Row freezing](@/guides/rows/row-freezing.md)
|
2111
2108
|
*
|
2112
2109
|
* @memberof Options#
|
2113
2110
|
* @type {number}
|
@@ -2127,7 +2124,7 @@ var _default = function _default() {
|
|
2127
2124
|
*
|
2128
2125
|
* The [`Formulas`](@/api/formulas.md) plugin uses the [HyperFormula](https://handsontable.github.io/hyperformula/) calculation engine.
|
2129
2126
|
* To install [HyperFormula](https://handsontable.github.io/hyperformula/), read the following:
|
2130
|
-
* - [Formula calculation: Initialization methods
|
2127
|
+
* - [Formula calculation: Initialization methods](@/guides/formulas/formula-calculation.md#initialization-methods)
|
2131
2128
|
*
|
2132
2129
|
* You can set the `formulas` option to an object with the following properties:
|
2133
2130
|
*
|
@@ -2138,8 +2135,8 @@ var _default = function _default() {
|
|
2138
2135
|
* | `sheetName` | A string |
|
2139
2136
|
*
|
2140
2137
|
* Read more:
|
2141
|
-
* - [Plugins: `Formulas`
|
2142
|
-
* - [Formula calculation
|
2138
|
+
* - [Plugins: `Formulas`](@/api/formulas.md)
|
2139
|
+
* - [Formula calculation](@/guides/formulas/formula-calculation.md)
|
2143
2140
|
* - [HyperFormula documentation: Client-side installation](https://handsontable.github.io/hyperformula/guide/client-side-installation)
|
2144
2141
|
* - [HyperFormula documentation: Configuration options](https://handsontable.github.io/hyperformula/api/interfaces/configparams.html)
|
2145
2142
|
*
|
@@ -2241,7 +2238,7 @@ var _default = function _default() {
|
|
2241
2238
|
* | A function that returns a valid number or string | `height() { return 500; }` |
|
2242
2239
|
*
|
2243
2240
|
* Read more:
|
2244
|
-
* - [Grid size
|
2241
|
+
* - [Grid size](@/guides/getting-started/grid-size.md)
|
2245
2242
|
*
|
2246
2243
|
* @memberof Options#
|
2247
2244
|
* @type {number|string|Function}
|
@@ -2284,8 +2281,8 @@ var _default = function _default() {
|
|
2284
2281
|
* | `indicators` | `true` \| `false` | `true`: display UI markers to indicate the presence of hidden columns<br>`false`: display UI markers |
|
2285
2282
|
*
|
2286
2283
|
* Read more:
|
2287
|
-
* - [Plugins: `HiddenColumns`
|
2288
|
-
* - [Column hiding
|
2284
|
+
* - [Plugins: `HiddenColumns`](@/api/hiddenColumns.md)
|
2285
|
+
* - [Column hiding](@/guides/columns/column-hiding.md)
|
2289
2286
|
*
|
2290
2287
|
* @memberof Options#
|
2291
2288
|
* @type {boolean|object}
|
@@ -2330,8 +2327,8 @@ var _default = function _default() {
|
|
2330
2327
|
* | `indicators` | `true` \| `false` | `true`: display UI markers to indicate the presence of hidden rows<br>`false`: display UI markers |
|
2331
2328
|
*
|
2332
2329
|
* Read more:
|
2333
|
-
* - [Plugins: `HiddenRows`
|
2334
|
-
* - [Row hiding
|
2330
|
+
* - [Plugins: `HiddenRows`](@/api/hiddenRows.md)
|
2331
|
+
* - [Row hiding](@/guides/rows/row-hiding.md)
|
2335
2332
|
*
|
2336
2333
|
* @memberof Options#
|
2337
2334
|
* @type {boolean|object}
|
@@ -2361,7 +2358,7 @@ var _default = function _default() {
|
|
2361
2358
|
* that were marked as `invalid` by the [cell validator](@/guides/cell-functions/cell-validator.md).
|
2362
2359
|
*
|
2363
2360
|
* Read more:
|
2364
|
-
* - [Cell validator
|
2361
|
+
* - [Cell validator](@/guides/cell-functions/cell-validator.md)
|
2365
2362
|
* - [`currentRowClassName`](#currentRowClassName)
|
2366
2363
|
* - [`currentHeaderClassName`](#currentHeaderClassName)
|
2367
2364
|
* - [`activeHeaderClassName`](#activeHeaderClassName)
|
@@ -2480,7 +2477,7 @@ var _default = function _default() {
|
|
2480
2477
|
* | `property` | A string | - A [`data`](#data) object property name that's used as the label's text <br>- Works only when the [`data`](#data) option is set to an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects) |
|
2481
2478
|
*
|
2482
2479
|
* Read more:
|
2483
|
-
* - [Checkbox cell type: Checkbox labels
|
2480
|
+
* - [Checkbox cell type: Checkbox labels](@/guides/cell-types/checkbox-cell-type.md#checkbox-labels)
|
2484
2481
|
*
|
2485
2482
|
* @memberof Options#
|
2486
2483
|
* @type {object}
|
@@ -2521,11 +2518,12 @@ var _default = function _default() {
|
|
2521
2518
|
* | `'pl-PL'` | Polish - Poland |
|
2522
2519
|
* | `'pt-BR'` | Portuguese - Brazil |
|
2523
2520
|
* | `'ru-RU'` | Russian - Russia |
|
2521
|
+
* | `'sr-SP'` | Serbian (Latin) - Serbia |
|
2524
2522
|
* | `'zh-CN'` | Chinese - China |
|
2525
2523
|
* | `'zh-TW'` | Chinese - Taiwan |
|
2526
2524
|
*
|
2527
2525
|
* Read more:
|
2528
|
-
* - [Language
|
2526
|
+
* - [Language](@/guides/internationalization/language.md)
|
2529
2527
|
* - [`locale`](#locale)
|
2530
2528
|
* - [`layoutDirection`](#layoutdirection)
|
2531
2529
|
*
|
@@ -2545,7 +2543,7 @@ var _default = function _default() {
|
|
2545
2543
|
/**
|
2546
2544
|
* The `layoutDirection` option configures whether Handsontable renders from the left to the right, or from the right to the left.
|
2547
2545
|
*
|
2548
|
-
* You can set the layout direction only at Handsontable's [initialization](@/guides/getting-started/installation.md#initialize-
|
2546
|
+
* You can set the layout direction only at Handsontable's [initialization](@/guides/getting-started/installation.md#initialize-handsontable). Any change of the `layoutDirection` option after the initialization (e.g. using the [`updateSettings()`](@/api/core.md#updatesettings) method) is ignored.
|
2549
2547
|
*
|
2550
2548
|
* You can set the `layoutDirection` option only [for the entire grid](@/guides/getting-started/setting-options.md#setting-grid-options).
|
2551
2549
|
* You can't set it for individual columns, rows, or cells.
|
@@ -2559,8 +2557,8 @@ var _default = function _default() {
|
|
2559
2557
|
* | `ltr` | Render Handsontable from the left to the right,<br>even when your HTML document's [`dir`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir) attribute is set to `rtl` |
|
2560
2558
|
*
|
2561
2559
|
* Read more:
|
2562
|
-
* - [Layout direction
|
2563
|
-
* - [Language
|
2560
|
+
* - [Layout direction](@/guides/internationalization/layout-direction.md)
|
2561
|
+
* - [Language](@/guides/internationalization/language.md)
|
2564
2562
|
* - [`language`](#language)
|
2565
2563
|
* - [`locale`](#locale)
|
2566
2564
|
* - [`fixedColumnsStart`](#fixedcolumnsstart)
|
@@ -2599,7 +2597,7 @@ var _default = function _default() {
|
|
2599
2597
|
* | `'non-commercial-and-evaluation'` | For [non-commercial use](@/guides/technical-specification/software-license.md#non-commercial-use) |
|
2600
2598
|
*
|
2601
2599
|
* Read more:
|
2602
|
-
* - [License key
|
2600
|
+
* - [License key](@/guides/getting-started/license-key.md)
|
2603
2601
|
*
|
2604
2602
|
* @memberof Options#
|
2605
2603
|
* @type {string}
|
@@ -2625,7 +2623,7 @@ var _default = function _default() {
|
|
2625
2623
|
* and for [individual columns](@/guides/internationalization/locale.md#setting-a-column-s-locale).
|
2626
2624
|
*
|
2627
2625
|
* Read more:
|
2628
|
-
* - [Locale
|
2626
|
+
* - [Locale](@/guides/internationalization/locale.md)
|
2629
2627
|
* - [`language`](#language)
|
2630
2628
|
* - [`layoutDirection`](#layoutdirection)
|
2631
2629
|
*
|
@@ -2665,7 +2663,7 @@ var _default = function _default() {
|
|
2665
2663
|
* | `false` | Disable the [`ManualColumnFreeze`](@/api/manualColumnFreeze.md) plugin |
|
2666
2664
|
*
|
2667
2665
|
* Read more:
|
2668
|
-
* - [Column freezing
|
2666
|
+
* - [Column freezing](@/guides/columns/column-freezing.md#user-triggered-freeze)
|
2669
2667
|
*
|
2670
2668
|
* @memberof Options#
|
2671
2669
|
* @type {boolean}
|
@@ -2692,7 +2690,7 @@ var _default = function _default() {
|
|
2692
2690
|
* | An array | - Enable the [`ManualColumnMove`](@/api/manualColumnMove.md) plugin<br>- Move individual columns at initialization |
|
2693
2691
|
*
|
2694
2692
|
* Read more:
|
2695
|
-
* - [Column moving
|
2693
|
+
* - [Column moving](@/guides/columns/column-moving.md)
|
2696
2694
|
*
|
2697
2695
|
* @memberof Options#
|
2698
2696
|
* @type {boolean|number[]}
|
@@ -2726,7 +2724,7 @@ var _default = function _default() {
|
|
2726
2724
|
* | An array | - Enable the [`ManualColumnResize`](@/api/manualColumnResize.md) plugin<br>- Set initial widths of individual columns |
|
2727
2725
|
*
|
2728
2726
|
* Read more:
|
2729
|
-
* - [Column width: Column stretching
|
2727
|
+
* - [Column width: Column stretching](@/guides/columns/column-width.md#column-stretching)
|
2730
2728
|
*
|
2731
2729
|
* @memberof Options#
|
2732
2730
|
* @type {boolean|number[]}
|
@@ -2760,7 +2758,7 @@ var _default = function _default() {
|
|
2760
2758
|
* | An array | - Enable the [`ManualRowMove`](@/api/manualRowMove.md) plugin<br>- Move individual rows at initialization |
|
2761
2759
|
*
|
2762
2760
|
* Read more:
|
2763
|
-
* - [Row moving
|
2761
|
+
* - [Row moving](@/guides/rows/row-moving.md)
|
2764
2762
|
*
|
2765
2763
|
* @memberof Options#
|
2766
2764
|
* @type {boolean|number[]}
|
@@ -2794,7 +2792,7 @@ var _default = function _default() {
|
|
2794
2792
|
* | An array | - Enable the [`ManualRowResize`](@/api/manualRowResize.md) plugin<br>- Set initial heights of individual rows |
|
2795
2793
|
*
|
2796
2794
|
* Read more:
|
2797
|
-
* - [Row height: Adjust the row height manually
|
2795
|
+
* - [Row height: Adjust the row height manually](@/guides/rows/row-height.md#adjust-the-row-height-manually)
|
2798
2796
|
*
|
2799
2797
|
* @memberof Options#
|
2800
2798
|
* @type {boolean|number[]}
|
@@ -2880,7 +2878,7 @@ var _default = function _default() {
|
|
2880
2878
|
* | `colspan` | The height (as a number of columns ) of the merged section |
|
2881
2879
|
*
|
2882
2880
|
* Read more:
|
2883
|
-
* - [Merge cells
|
2881
|
+
* - [Merge cells](@/guides/cell-features/merge-cells.md)
|
2884
2882
|
*
|
2885
2883
|
* @memberof Options#
|
2886
2884
|
* @type {boolean|object[]}
|
@@ -2890,7 +2888,7 @@ var _default = function _default() {
|
|
2890
2888
|
* @example
|
2891
2889
|
* ```js
|
2892
2890
|
* // enable the `MergeCells` plugin
|
2893
|
-
*
|
2891
|
+
* mergeCells: true,
|
2894
2892
|
*
|
2895
2893
|
* // enable the `MergeCells` plugin
|
2896
2894
|
* // and merge specific cells at initialization
|
@@ -3039,7 +3037,7 @@ var _default = function _default() {
|
|
3039
3037
|
* | `sortOrder` | `'asc'` \| `'desc'` | The sorting order:<br>`'asc'`: ascending<br>`'desc'`: descending |
|
3040
3038
|
*
|
3041
3039
|
* Read more:
|
3042
|
-
* - [Row sorting
|
3040
|
+
* - [Row sorting](@/guides/rows/row-sorting.md)
|
3043
3041
|
* - [`columnSorting`](#columnSorting)
|
3044
3042
|
*
|
3045
3043
|
* @memberof Options#
|
@@ -3099,8 +3097,8 @@ var _default = function _default() {
|
|
3099
3097
|
* | An object | Properties:<br>`label` (string): the header's label<br>`colspan` (integer): the column width |
|
3100
3098
|
*
|
3101
3099
|
* Read more:
|
3102
|
-
* - [Plugins: `NestedHeaders`
|
3103
|
-
* - [Column groups: Nested headers
|
3100
|
+
* - [Plugins: `NestedHeaders`](@/api/nestedHeaders.md)
|
3101
|
+
* - [Column groups: Nested headers](@/guides/columns/column-groups.md#nested-headers)
|
3104
3102
|
*
|
3105
3103
|
* @memberof Options#
|
3106
3104
|
* @type {Array[]}
|
@@ -3130,7 +3128,7 @@ var _default = function _default() {
|
|
3130
3128
|
* | `true` | Enable the [`NestedRows`](@/api/nestedRows.md) plugin |
|
3131
3129
|
*
|
3132
3130
|
* Read more:
|
3133
|
-
* - [Plugins: `NestedRows`
|
3131
|
+
* - [Plugins: `NestedRows`](@/api/nestedRows.md)
|
3134
3132
|
*
|
3135
3133
|
* @example
|
3136
3134
|
* ```js
|
@@ -3194,8 +3192,8 @@ var _default = function _default() {
|
|
3194
3192
|
* In the source data, numeric data is stored as JavaScript numbers.
|
3195
3193
|
*
|
3196
3194
|
* Read more:
|
3197
|
-
* - [Numeric cell type
|
3198
|
-
* - [Third-party licenses
|
3195
|
+
* - [Numeric cell type](@/guides/cell-types/numeric-cell-type.md)
|
3196
|
+
* - [Third-party licenses](@/guides/technical-specification/third-party-licenses.md)
|
3199
3197
|
*
|
3200
3198
|
* @memberof Options#
|
3201
3199
|
* @since 0.35.0
|
@@ -3289,8 +3287,8 @@ var _default = function _default() {
|
|
3289
3287
|
* | `true` | Enable the [`PersistentState`](@/api/persistentState.md) plugin |
|
3290
3288
|
*
|
3291
3289
|
* Read more:
|
3292
|
-
* - [Saving data: Saving data locally
|
3293
|
-
* - [Plugins: `PersistentState`
|
3290
|
+
* - [Saving data: Saving data locally](@/guides/getting-started/saving-data.md#saving-data-locally)
|
3291
|
+
* - [Plugins: `PersistentState`](@/api/persistentState.md)
|
3294
3292
|
*
|
3295
3293
|
* @memberof Options#
|
3296
3294
|
* @type {boolean}
|
@@ -3348,7 +3346,7 @@ var _default = function _default() {
|
|
3348
3346
|
* that contain [`placeholder`](#placeholder) text.
|
3349
3347
|
*
|
3350
3348
|
* Read more:
|
3351
|
-
* - [Cell validator
|
3349
|
+
* - [Cell validator](@/guides/cell-functions/cell-validator.md)
|
3352
3350
|
* - [`placeholder`](#placeholder)
|
3353
3351
|
* - [`currentRowClassName`](#currentRowClassName)
|
3354
3352
|
* - [`currentHeaderClassName`](#currentHeaderClassName)
|
@@ -3403,7 +3401,7 @@ var _default = function _default() {
|
|
3403
3401
|
* The `preventWheel` option configures preventing the `wheel` event's default action
|
3404
3402
|
* on overlays.
|
3405
3403
|
*
|
3406
|
-
* You can set the `
|
3404
|
+
* You can set the `preventWheel` option to one of the following:
|
3407
3405
|
*
|
3408
3406
|
* | Setting | Description |
|
3409
3407
|
* | ----------------- | ------------------------------------------------ |
|
@@ -3436,7 +3434,7 @@ var _default = function _default() {
|
|
3436
3434
|
* | `true` | - Set as read-only<br>- Add the [`readOnlyCellClassName`](#readOnlyCellClassName) CSS class name (by default: `htDimmed`) |
|
3437
3435
|
*
|
3438
3436
|
* Read more:
|
3439
|
-
* - [Configuration options: Cascading configuration
|
3437
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
|
3440
3438
|
*
|
3441
3439
|
* @memberof Options#
|
3442
3440
|
* @type {boolean}
|
@@ -3491,7 +3489,7 @@ var _default = function _default() {
|
|
3491
3489
|
* | `true` | Disable [row virtualization](@/guides/rows/row-virtualization.md)<br>(render all rows of the grid) |
|
3492
3490
|
*
|
3493
3491
|
* Read more:
|
3494
|
-
* - [Row virtualization
|
3492
|
+
* - [Row virtualization](@/guides/rows/row-virtualization.md)
|
3495
3493
|
*
|
3496
3494
|
* @memberof Options#
|
3497
3495
|
* @type {boolean}
|
@@ -3532,9 +3530,9 @@ var _default = function _default() {
|
|
3532
3530
|
* options all at once, use the [`type`](#type) option.
|
3533
3531
|
*
|
3534
3532
|
* Read more:
|
3535
|
-
* - [Cell renderer
|
3536
|
-
* - [Cell type
|
3537
|
-
* - [Configuration options: Cascading configuration
|
3533
|
+
* - [Cell renderer](@/guides/cell-functions/cell-renderer.md)
|
3534
|
+
* - [Cell type](@/guides/cell-types/cell-type.md)
|
3535
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
|
3538
3536
|
* - [`type`](#type)
|
3539
3537
|
*
|
3540
3538
|
* @memberof Options#
|
@@ -3581,7 +3579,7 @@ var _default = function _default() {
|
|
3581
3579
|
* | A function | Define your own row headers, using a function |
|
3582
3580
|
*
|
3583
3581
|
* Read more:
|
3584
|
-
* - [Row header
|
3582
|
+
* - [Row header](@/guides/rows/row-header.md)
|
3585
3583
|
*
|
3586
3584
|
* @memberof Options#
|
3587
3585
|
* @type {boolean|string[]|Function}
|
@@ -3649,7 +3647,7 @@ var _default = function _default() {
|
|
3649
3647
|
* via the {@link ManualRowResize} and {@link AutoRowSize} plugins (if they are enabled).
|
3650
3648
|
*
|
3651
3649
|
* Read more:
|
3652
|
-
* - [Row height
|
3650
|
+
* - [Row height](@/guides/rows/row-height.md)
|
3653
3651
|
*
|
3654
3652
|
* @memberof Options#
|
3655
3653
|
* @type {number|number[]|string|string[]|Array<undefined>|Function}
|
@@ -3699,9 +3697,9 @@ var _default = function _default() {
|
|
3699
3697
|
* | `callback` | A function | Add a [custom callback function](@/guides/accessories-and-menus/searching-values.md#custom-callback) |
|
3700
3698
|
*
|
3701
3699
|
* Read more:
|
3702
|
-
* - [Searching values
|
3703
|
-
* - [Searching values: Custom query method
|
3704
|
-
* - [Searching values: Custom callback
|
3700
|
+
* - [Searching values](@/guides/accessories-and-menus/searching-values.md)
|
3701
|
+
* - [Searching values: Custom query method](@/guides/accessories-and-menus/searching-values.md#custom-query-method)
|
3702
|
+
* - [Searching values: Custom callback](@/guides/accessories-and-menus/searching-values.md#custom-callback)
|
3705
3703
|
*
|
3706
3704
|
* @memberof Options#
|
3707
3705
|
* @type {boolean|object}
|
@@ -3743,7 +3741,7 @@ var _default = function _default() {
|
|
3743
3741
|
* | `'multiple'` | Allow the user to select multiple ranges of cells at a time. |
|
3744
3742
|
*
|
3745
3743
|
* Read more:
|
3746
|
-
* - [Selection: Selecting ranges
|
3744
|
+
* - [Selection: Selecting ranges](@/guides/cell-features/selection.md#selecting-ranges)
|
3747
3745
|
*
|
3748
3746
|
* @memberof Options#
|
3749
3747
|
* @type {string}
|
@@ -3776,7 +3774,7 @@ var _default = function _default() {
|
|
3776
3774
|
* | A function | A function that returns an object with key-string pairs |
|
3777
3775
|
*
|
3778
3776
|
* Read more:
|
3779
|
-
* - [Select cell type
|
3777
|
+
* - [Select cell type](@/guides/cell-types/select-cell-type.md)
|
3780
3778
|
*
|
3781
3779
|
* @memberof Options#
|
3782
3780
|
* @type {string[]|object|Function}
|
@@ -3836,7 +3834,7 @@ var _default = function _default() {
|
|
3836
3834
|
* | `true` | - Disable pasting data into this column<br>- On pasting, paste data into the next column to the right |
|
3837
3835
|
*
|
3838
3836
|
* Read more:
|
3839
|
-
* - [Configuration options: Setting column options
|
3837
|
+
* - [Configuration options: Setting column options](@/guides/getting-started/setting-options.md#setting-column-options)
|
3840
3838
|
*
|
3841
3839
|
* @memberof Options#
|
3842
3840
|
* @type {boolean}
|
@@ -3870,7 +3868,7 @@ var _default = function _default() {
|
|
3870
3868
|
* | `true` | - Disable pasting data into this row<br>- On pasting, paste data into the row below |
|
3871
3869
|
*
|
3872
3870
|
* Read more:
|
3873
|
-
* - [Configuration options: Setting row options
|
3871
|
+
* - [Configuration options: Setting row options](@/guides/getting-started/setting-options.md#setting-row-options)
|
3874
3872
|
*
|
3875
3873
|
* @memberof Options#
|
3876
3874
|
* @type {boolean}
|
@@ -3906,7 +3904,7 @@ var _default = function _default() {
|
|
3906
3904
|
*
|
3907
3905
|
* Read more:
|
3908
3906
|
* - [`source`](#source)
|
3909
|
-
* - [Autocomplete cell type
|
3907
|
+
* - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
|
3910
3908
|
*
|
3911
3909
|
* @memberof Options#
|
3912
3910
|
* @type {boolean}
|
@@ -3937,8 +3935,8 @@ var _default = function _default() {
|
|
3937
3935
|
* - A function
|
3938
3936
|
*
|
3939
3937
|
* Read more:
|
3940
|
-
* - [Autocomplete cell type
|
3941
|
-
* - [Dropdown cell type
|
3938
|
+
* - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
|
3939
|
+
* - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type.md)
|
3942
3940
|
* - [`strict`](#strict)
|
3943
3941
|
* - [`allowHtml`](#allowHtml)
|
3944
3942
|
* - [`filter`](#filter)
|
@@ -4026,7 +4024,7 @@ var _default = function _default() {
|
|
4026
4024
|
* | `'all'` | Fit the grid to the container, by stretching all columns evenly |
|
4027
4025
|
*
|
4028
4026
|
* Read more:
|
4029
|
-
* - [Column width: Column stretching
|
4027
|
+
* - [Column width: Column stretching](@/guides/columns/column-width.md#column-stretching)
|
4030
4028
|
*
|
4031
4029
|
* @memberof Options#
|
4032
4030
|
* @type {string}
|
@@ -4043,18 +4041,17 @@ var _default = function _default() {
|
|
4043
4041
|
stretchH: 'none',
|
4044
4042
|
|
4045
4043
|
/**
|
4046
|
-
* The `strict` option configures [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md)
|
4047
|
-
* cells' strict/lazy mode.
|
4044
|
+
* The `strict` option configures the behavior of [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md) cells.
|
4048
4045
|
*
|
4049
4046
|
* You can set the `strict` option to one of the following:
|
4050
4047
|
*
|
4051
|
-
* | Setting | Mode
|
4052
|
-
* | ------- |
|
4053
|
-
* | `true` | [Strict mode](@/guides/cell-types/autocomplete-cell-type.md#autocomplete-strict-mode)
|
4054
|
-
* | `false` | [
|
4048
|
+
* | Setting | Mode | Description |
|
4049
|
+
* | ------- | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
|
4050
|
+
* | `true` | [Strict mode](@/guides/cell-types/autocomplete-cell-type.md#autocomplete-strict-mode) | The end user:<br>- Can only choose one of suggested values<br>- Can't enter a custom value |
|
4051
|
+
* | `false` | [Flexible mode](@/guides/cell-types/autocomplete-cell-type.md#autocomplete-flexible-mode) | The end user:<br>- Can choose one of suggested values<br>- Can enter a custom value |
|
4055
4052
|
*
|
4056
4053
|
* Read more:
|
4057
|
-
* - [Autocomplete cell type
|
4054
|
+
* - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
|
4058
4055
|
* - [`source`](#source)
|
4059
4056
|
*
|
4060
4057
|
* @memberof Options#
|
@@ -4120,15 +4117,15 @@ var _default = function _default() {
|
|
4120
4117
|
tableClassName: void 0,
|
4121
4118
|
|
4122
4119
|
/**
|
4123
|
-
* The `tabMoves` option configures the action of the <kbd
|
4120
|
+
* The `tabMoves` option configures the action of the <kbd>**Tab**</kbd> key.
|
4124
4121
|
*
|
4125
4122
|
* You can set the `tabMoves` option to an object with the following properties
|
4126
4123
|
* (or to a function that returns such an object):
|
4127
4124
|
*
|
4128
4125
|
* | Property | Type | Description |
|
4129
4126
|
* | -------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
4130
|
-
* | `row` | Number | - On pressing <kbd
|
4131
|
-
* | `col` | Number | - On pressing <kbd
|
4127
|
+
* | `row` | Number | - On pressing <kbd>**Tab**</kbd>, move selection `row` rows down<br>- On pressing <kbd>**Shift**</kbd> + <kbd>**Tab**</kbd>, move selection `row` rows up |
|
4128
|
+
* | `col` | Number | - On pressing <kbd>**Tab**</kbd>, move selection `col` columns right<br>- On pressing <kbd>**Shift**</kbd> + <kbd>**Tab**</kbd>, move selection `col` columns left |
|
4132
4129
|
*
|
4133
4130
|
* @memberof Options#
|
4134
4131
|
* @type {object|Function}
|
@@ -4161,7 +4158,7 @@ var _default = function _default() {
|
|
4161
4158
|
* You can set the `title` option to a string.
|
4162
4159
|
*
|
4163
4160
|
* Read more:
|
4164
|
-
* - [Column header
|
4161
|
+
* - [Column header](@/guides/columns/column-header.md)
|
4165
4162
|
* - [`columns`](#columns)
|
4166
4163
|
*
|
4167
4164
|
* @memberof Options#
|
@@ -4199,8 +4196,8 @@ var _default = function _default() {
|
|
4199
4196
|
* | `false` | Scale the dropdown/autocomplete list's width to the list's content |
|
4200
4197
|
*
|
4201
4198
|
* Read more:
|
4202
|
-
* - [Autocomplete cell type
|
4203
|
-
* - [Dropdown cell type
|
4199
|
+
* - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
|
4200
|
+
* - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type.md)
|
4204
4201
|
*
|
4205
4202
|
* @memberof Options#
|
4206
4203
|
* @type {boolean}
|
@@ -4240,8 +4237,8 @@ var _default = function _default() {
|
|
4240
4237
|
* | An array | - Enable the [`TrimRows`](@/api/trimRows.md) plugin<br>- Trim selected rows at initialization |
|
4241
4238
|
*
|
4242
4239
|
* Read more:
|
4243
|
-
* - [Plugins: `TrimRows`
|
4244
|
-
* - [Row trimming
|
4240
|
+
* - [Plugins: `TrimRows`](@/api/trimRows.md)
|
4241
|
+
* - [Row trimming](@/guides/rows/row-trimming.md)
|
4245
4242
|
*
|
4246
4243
|
* @memberof Options#
|
4247
4244
|
* @type {boolean|number[]}
|
@@ -4309,11 +4306,11 @@ var _default = function _default() {
|
|
4309
4306
|
* | [`'time`'](@/guides/cell-types/time-cell-type.md) | Renderer: `TimeRenderer`<br>Editor: `TimeEditor`<br>Validator: `TimeValidator` |
|
4310
4307
|
*
|
4311
4308
|
* Read more:
|
4312
|
-
* - [Cell type
|
4313
|
-
* - [Cell renderer
|
4314
|
-
* - [Cell editor
|
4315
|
-
* - [Cell validator
|
4316
|
-
* - [Configuration options: Cascading configuration
|
4309
|
+
* - [Cell type](@/guides/cell-types/cell-type.md)
|
4310
|
+
* - [Cell renderer](@/guides/cell-functions/cell-renderer.md)
|
4311
|
+
* - [Cell editor](@/guides/cell-functions/cell-editor.md)
|
4312
|
+
* - [Cell validator](@/guides/cell-functions/cell-validator.md)
|
4313
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
|
4317
4314
|
* - [`renderer`](#renderer)
|
4318
4315
|
* - [`editor`](#editor)
|
4319
4316
|
* - [`validator`](#validator)
|
@@ -4355,8 +4352,8 @@ var _default = function _default() {
|
|
4355
4352
|
* | A string | If a [`checkbox`](@/guides/cell-types/checkbox-cell-type.md) cell is unchecked,<br>the [`getDataAtCell`](@/api/core.md#getDataAtCell) method for this cell returns a string of your choice |
|
4356
4353
|
*
|
4357
4354
|
* Read more:
|
4358
|
-
* - [Checkbox cell type: Checkbox template
|
4359
|
-
* - [`getDataAtCell()`
|
4355
|
+
* - [Checkbox cell type: Checkbox template](@/guides/cell-types/checkbox-cell-type.md#checkbox-template)
|
4356
|
+
* - [`getDataAtCell()`](@/api/core.md#getDataAtCell)
|
4360
4357
|
* - [`checkedTemplate`](#checkedTemplate)
|
4361
4358
|
*
|
4362
4359
|
* @memberof Options#
|
@@ -4402,7 +4399,7 @@ var _default = function _default() {
|
|
4402
4399
|
* set the `undo` option to `false`.
|
4403
4400
|
*
|
4404
4401
|
* Read more:
|
4405
|
-
* - [Undo and redo
|
4402
|
+
* - [Undo and redo](@/guides/accessories-and-menus/undo-redo.md)
|
4406
4403
|
*
|
4407
4404
|
* @memberof Options#
|
4408
4405
|
* @type {boolean}
|
@@ -4445,9 +4442,9 @@ var _default = function _default() {
|
|
4445
4442
|
* options all at once, use the [`type`](#type) option.
|
4446
4443
|
*
|
4447
4444
|
* Read more:
|
4448
|
-
* - [Cell validator
|
4449
|
-
* - [Cell type
|
4450
|
-
* - [Configuration options: Cascading configuration
|
4445
|
+
* - [Cell validator](@/guides/cell-functions/cell-validator.md)
|
4446
|
+
* - [Cell type](@/guides/cell-types/cell-type.md)
|
4447
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
|
4451
4448
|
* - [`type`](#type)
|
4452
4449
|
*
|
4453
4450
|
* @memberof Options#
|
@@ -4490,7 +4487,7 @@ var _default = function _default() {
|
|
4490
4487
|
* | A number | Set the offset manually |
|
4491
4488
|
*
|
4492
4489
|
* Read more:
|
4493
|
-
* - [Performance: Define the number of pre-rendered rows and columns
|
4490
|
+
* - [Performance: Define the number of pre-rendered rows and columns](@/guides/optimization/performance.md#define-the-number-of-pre-rendered-rows-and-columns)
|
4494
4491
|
*
|
4495
4492
|
* @memberof Options#
|
4496
4493
|
* @type {number|string}
|
@@ -4518,8 +4515,8 @@ var _default = function _default() {
|
|
4518
4515
|
* | A number | Set the offset manually |
|
4519
4516
|
*
|
4520
4517
|
* Read more:
|
4521
|
-
* - [Performance: Define the number of pre-rendered rows and columns
|
4522
|
-
* - [Column virtualization
|
4518
|
+
* - [Performance: Define the number of pre-rendered rows and columns](@/guides/optimization/performance.md#define-the-number-of-pre-rendered-rows-and-columns)
|
4519
|
+
* - [Column virtualization](@/guides/columns/column-virtualization.md)
|
4523
4520
|
*
|
4524
4521
|
* @memberof Options#
|
4525
4522
|
* @type {number|string}
|
@@ -4541,8 +4538,8 @@ var _default = function _default() {
|
|
4541
4538
|
* When the number of list options exceeds the `visibleRows` number, a scrollbar appears.
|
4542
4539
|
*
|
4543
4540
|
* Read more:
|
4544
|
-
* - [Autocomplete cell type
|
4545
|
-
* - [Dropdown cell type
|
4541
|
+
* - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
|
4542
|
+
* - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type.md)
|
4546
4543
|
*
|
4547
4544
|
* @memberof Options#
|
4548
4545
|
* @type {number}
|
@@ -4581,7 +4578,7 @@ var _default = function _default() {
|
|
4581
4578
|
* | A function that returns a valid number or string | `width() { return 500; }` |
|
4582
4579
|
*
|
4583
4580
|
* Read more:
|
4584
|
-
* - [Grid size
|
4581
|
+
* - [Grid size](@/guides/getting-started/grid-size.md)
|
4585
4582
|
*
|
4586
4583
|
* @memberof Options#
|
4587
4584
|
* @type {number|string|Function}
|