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
@@ -20,13 +20,13 @@ import { isObjectEqual } from "../../helpers/object.mjs";
|
|
20
20
|
* [Configuration options](@/guides/getting-started/setting-options.md) let you heavily customize your Handsontable instance. For example, you can:
|
21
21
|
*
|
22
22
|
* - Enable and disable built-in features
|
23
|
-
* - Enable and configure additional [plugins](@/guides/
|
23
|
+
* - Enable and configure additional [plugins](@/guides/tools-and-building/custom-plugins.md)
|
24
24
|
* - Personalize Handsontable's look
|
25
25
|
* - Adjust Handsontable's behavior
|
26
26
|
* - Implement your own custom features
|
27
27
|
*
|
28
28
|
* To apply [configuration options](@/guides/getting-started/setting-options.md), pass them as
|
29
|
-
* a second argument of the [Handsontable constructor](@/guides/getting-started/installation.md#initialize-
|
29
|
+
* a second argument of the [Handsontable constructor](@/guides/getting-started/installation.md#initialize-handsontable),
|
30
30
|
* using the [object literal notation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Object_initializer):
|
31
31
|
*
|
32
32
|
* ```js
|
@@ -56,7 +56,7 @@ import { isObjectEqual } from "../../helpers/object.mjs";
|
|
56
56
|
* - [Individual grid elements, based on any logic you implement](@/guides/getting-started/setting-options.md#implementing-custom-logic)
|
57
57
|
*
|
58
58
|
* Read more:
|
59
|
-
* - [Configuration options
|
59
|
+
* - [Configuration options](@/guides/getting-started/setting-options.md)
|
60
60
|
*/
|
61
61
|
|
62
62
|
export default (function () {
|
@@ -144,8 +144,8 @@ export default (function () {
|
|
144
144
|
* __Warning:__ Setting the `allowHtml` option to `true` can cause serious XSS vulnerabilities.
|
145
145
|
*
|
146
146
|
* Read more:
|
147
|
-
* - [Autocomplete cell type
|
148
|
-
* - [Dropdown cell type
|
147
|
+
* - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
|
148
|
+
* - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type.md)
|
149
149
|
* - [`source`](#source)
|
150
150
|
*
|
151
151
|
* @memberof Options#
|
@@ -219,9 +219,9 @@ export default (function () {
|
|
219
219
|
* 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).
|
220
220
|
*
|
221
221
|
* Read more:
|
222
|
-
* - [Cell validator
|
223
|
-
* - [Cell editor
|
224
|
-
* - [Autocomplete strict mode
|
222
|
+
* - [Cell validator](@/guides/cell-functions/cell-validator.md)
|
223
|
+
* - [Cell editor](@/guides/cell-functions/cell-editor.md)
|
224
|
+
* - [Autocomplete strict mode](@/guides/cell-types/autocomplete-cell-type.md#autocomplete-strict-mode)
|
225
225
|
*
|
226
226
|
* @memberof Options#
|
227
227
|
* @type {boolean}
|
@@ -243,7 +243,7 @@ export default (function () {
|
|
243
243
|
* - **Remove column**
|
244
244
|
*
|
245
245
|
* Read more:
|
246
|
-
* - [Context menu
|
246
|
+
* - [Context menu](@/guides/accessories-and-menus/context-menu.md)
|
247
247
|
*
|
248
248
|
* @memberof Options#
|
249
249
|
* @type {boolean}
|
@@ -263,7 +263,7 @@ export default (function () {
|
|
263
263
|
* - **Remove row**
|
264
264
|
*
|
265
265
|
* Read more:
|
266
|
-
* - [Context menu
|
266
|
+
* - [Context menu](@/guides/accessories-and-menus/context-menu.md)
|
267
267
|
*
|
268
268
|
* @memberof Options#
|
269
269
|
* @type {boolean}
|
@@ -306,7 +306,7 @@ export default (function () {
|
|
306
306
|
* Using the [`colWidths`](#colWidths) option forcibly disables the [`AutoColumnSize`](@/api/autoColumnSize.md) plugin.
|
307
307
|
*
|
308
308
|
* Read more:
|
309
|
-
* - [Plugins: `AutoColumnSize`
|
309
|
+
* - [Plugins: `AutoColumnSize`](@/api/autoColumnSize.md)
|
310
310
|
*
|
311
311
|
* @memberof Options#
|
312
312
|
* @type {object|boolean}
|
@@ -352,7 +352,7 @@ export default (function () {
|
|
352
352
|
* Using the [`rowHeights`](#rowHeights) option forcibly disables the [`AutoRowSize`](@/api/autoRowSize.md) plugin.
|
353
353
|
*
|
354
354
|
* Read more:
|
355
|
-
* - [Plugins: `AutoRowSize`
|
355
|
+
* - [Plugins: `AutoRowSize`](@/api/autoRowSize.md)
|
356
356
|
*
|
357
357
|
* @memberof Options#
|
358
358
|
* @type {object|boolean}
|
@@ -427,7 +427,7 @@ export default (function () {
|
|
427
427
|
* | `true` | Enable the the [`BindRowsWithHeaders`](@/api/bindRowsWithHeaders.md) plugin |
|
428
428
|
*
|
429
429
|
* Read more:
|
430
|
-
* - [Plugins: `BindRowsWithHeaders`
|
430
|
+
* - [Plugins: `BindRowsWithHeaders`](@/api/bindRowsWithHeaders.md)
|
431
431
|
*
|
432
432
|
* @memberof Options#
|
433
433
|
* @type {boolean|string}
|
@@ -449,7 +449,7 @@ export default (function () {
|
|
449
449
|
* and the [`columns`](#columns) options.
|
450
450
|
*
|
451
451
|
* Read more:
|
452
|
-
* - [Configuration options: Setting cell options
|
452
|
+
* - [Configuration options: Setting cell options](@/guides/getting-started/setting-options.md#setting-cell-options)
|
453
453
|
* - [`columns`](#columns)
|
454
454
|
*
|
455
455
|
* @memberof Options#
|
@@ -487,8 +487,8 @@ export default (function () {
|
|
487
487
|
* | `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. |
|
488
488
|
*
|
489
489
|
* Read more:
|
490
|
-
* - [Configuration options: Implementing custom logic
|
491
|
-
* - [Configuration options: Setting row options
|
490
|
+
* - [Configuration options: Implementing custom logic](@/guides/getting-started/setting-options.md#implementing-custom-logic)
|
491
|
+
* - [Configuration options: Setting row options](@/guides/getting-started/setting-options.md#setting-row-options)
|
492
492
|
* - [`columns`](#columns)
|
493
493
|
* - [`cell`](#cell)
|
494
494
|
*
|
@@ -527,8 +527,8 @@ export default (function () {
|
|
527
527
|
* | 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 |
|
528
528
|
*
|
529
529
|
* Read more:
|
530
|
-
* - [Checkbox cell type: Checkbox template
|
531
|
-
* - [`getDataAtCell()`
|
530
|
+
* - [Checkbox cell type: Checkbox template](@/guides/cell-types/checkbox-cell-type.md#checkbox-template)
|
531
|
+
* - [`getDataAtCell()`](@/api/core.md#getDataAtCell)
|
532
532
|
* - [`uncheckedTemplate`](#uncheckedTemplate)
|
533
533
|
*
|
534
534
|
* @memberof Options#
|
@@ -571,7 +571,7 @@ export default (function () {
|
|
571
571
|
* To apply different CSS class names on different levels, use Handsontable's [cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration).
|
572
572
|
*
|
573
573
|
* Read more:
|
574
|
-
* - [Configuration options: Cascading configuration
|
574
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
|
575
575
|
* - [`currentRowClassName`](#currentRowClassName)
|
576
576
|
* - [`currentColClassName`](#currentColClassName)
|
577
577
|
* - [`currentHeaderClassName`](#currentHeaderClassName)
|
@@ -614,7 +614,7 @@ export default (function () {
|
|
614
614
|
* | A function | Define your own column headers, using a function |
|
615
615
|
*
|
616
616
|
* Read more:
|
617
|
-
* - [Column header
|
617
|
+
* - [Column header](@/guides/columns/column-header.md)
|
618
618
|
*
|
619
619
|
* @memberof Options#
|
620
620
|
* @type {boolean|string[]|Function}
|
@@ -650,7 +650,7 @@ export default (function () {
|
|
650
650
|
* | An array of objects | Enable the [`CollapsibleColumns`](@/api/collapsibleColumns.md) plugin for selected column headers |
|
651
651
|
*
|
652
652
|
* Read more:
|
653
|
-
* - [Plugins: `CollapsibleColumns`
|
653
|
+
* - [Plugins: `CollapsibleColumns`](@/api/collapsibleColumns.md)
|
654
654
|
*
|
655
655
|
* @memberof Options#
|
656
656
|
* @type {boolean|object[]}
|
@@ -711,7 +711,7 @@ export default (function () {
|
|
711
711
|
* When you use the `columns` option, the [`startCols`](#startCols), [`minCols`](#minCols), and [`maxCols`](#maxCols) are ignored.
|
712
712
|
*
|
713
713
|
* Read more:
|
714
|
-
* - [Configuration options: Setting column options
|
714
|
+
* - [Configuration options: Setting column options](@/guides/getting-started/setting-options.md#setting-column-options)
|
715
715
|
* - [`startCols`](#startCols)
|
716
716
|
* - [`minCols`](#minCols)
|
717
717
|
* - [`maxCols`](#maxCols)
|
@@ -784,8 +784,8 @@ export default (function () {
|
|
784
784
|
* | `sortOrder` | `'asc'` \| `'desc'` | The sorting order:<br>`'asc'`: ascending<br>`'desc'`: descending |
|
785
785
|
*
|
786
786
|
* Read more:
|
787
|
-
* - [Row sorting
|
788
|
-
* - [Row sorting: Custom compare functions
|
787
|
+
* - [Row sorting](@/guides/rows/row-sorting.md)
|
788
|
+
* - [Row sorting: Custom compare functions](@/guides/rows/row-sorting.md#custom-compare-functions)
|
789
789
|
* - [`multiColumnSorting`](#multiColumnSorting)
|
790
790
|
*
|
791
791
|
* @memberof Options#
|
@@ -853,8 +853,8 @@ export default (function () {
|
|
853
853
|
* | `customFunction` | A function | [Custom summary function](@/guides/columns/column-summary.md#implementing-a-custom-summary-function) |
|
854
854
|
*
|
855
855
|
* Read more:
|
856
|
-
* - [Column summary
|
857
|
-
* - [Plugins: `ColumnSummary`
|
856
|
+
* - [Column summary](@/guides/columns/column-summary.md)
|
857
|
+
* - [Plugins: `ColumnSummary`](@/api/columnSummary.md)
|
858
858
|
*
|
859
859
|
* @memberof Options#
|
860
860
|
* @type {object[]|Function}
|
@@ -903,8 +903,8 @@ export default (function () {
|
|
903
903
|
* Setting the `colWidths` option disables the {@link AutoColumnSize} plugin.
|
904
904
|
*
|
905
905
|
* Read more:
|
906
|
-
* - [Column width
|
907
|
-
* - [Hooks: `modifyColWidth`
|
906
|
+
* - [Column width](@/guides/columns/column-width.md)
|
907
|
+
* - [Hooks: `modifyColWidth`](@/api/hooks.md#modifyColWidth)
|
908
908
|
* - [`autoColumnSize`](#autoColumnSize)
|
909
909
|
*
|
910
910
|
* @memberof Options#
|
@@ -939,7 +939,7 @@ export default (function () {
|
|
939
939
|
* that have comments.
|
940
940
|
*
|
941
941
|
* Read more:
|
942
|
-
* - [Comments
|
942
|
+
* - [Comments](@/guides/cell-features/comments.md)
|
943
943
|
* - [`comments`](#comments)
|
944
944
|
* - [`readOnlyCellClassName`](#readOnlyCellClassName)
|
945
945
|
* - [`currentRowClassName`](#currentRowClassName)
|
@@ -987,8 +987,8 @@ export default (function () {
|
|
987
987
|
* | `style` | An object | Set comment boxes' `width` and `height` (in pixels) |
|
988
988
|
*
|
989
989
|
* Read more:
|
990
|
-
* - [Comments
|
991
|
-
* - [Context menu
|
990
|
+
* - [Comments](@/guides/cell-features/comments.md)
|
991
|
+
* - [Context menu](@/guides/accessories-and-menus/context-menu.md)
|
992
992
|
* - [`width`](#width)
|
993
993
|
* - [`height`](#height)
|
994
994
|
* - [`readOnly`](#readOnly)
|
@@ -1035,11 +1035,11 @@ export default (function () {
|
|
1035
1035
|
* | 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) |
|
1036
1036
|
*
|
1037
1037
|
* Read more:
|
1038
|
-
* - [Context menu
|
1039
|
-
* - [Context menu: Context menu with default options
|
1040
|
-
* - [Context menu: Context menu with specific options
|
1041
|
-
* - [Context menu: Context menu with fully custom configuration options
|
1042
|
-
* - [Plugins: `ContextMenu`
|
1038
|
+
* - [Context menu](@/guides/accessories-and-menus/context-menu.md)
|
1039
|
+
* - [Context menu: Context menu with default options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-default-options)
|
1040
|
+
* - [Context menu: Context menu with specific options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-specific-options)
|
1041
|
+
* - [Context menu: Context menu with fully custom configuration options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-fully-custom-configuration)
|
1042
|
+
* - [Plugins: `ContextMenu`](@/api/contextMenu.md)
|
1043
1043
|
*
|
1044
1044
|
* @memberof Options#
|
1045
1045
|
* @type {boolean|string[]|object}
|
@@ -1092,13 +1092,13 @@ export default (function () {
|
|
1092
1092
|
*
|
1093
1093
|
* | Setting | Description |
|
1094
1094
|
* | -------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
|
1095
|
-
* | `true` (default) | - Enable copying for this cell<br>- On pressing <kbd
|
1095
|
+
* | `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 |
|
1096
1096
|
* | `false`<br>(default for the [`password`](@/guides/cell-types/password-cell-type.md) [cell type](#type)) | - Disable copying for this cell |
|
1097
1097
|
*
|
1098
1098
|
* Read more:
|
1099
|
-
* - [Clipboard
|
1100
|
-
* - [Configuration options: Cascading configuration
|
1101
|
-
* - [Password cell type
|
1099
|
+
* - [Clipboard](@/guides/cell-features/clipboard.md)
|
1100
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
|
1101
|
+
* - [Password cell type](@/guides/cell-types/password-cell-type.md)
|
1102
1102
|
*
|
1103
1103
|
* @memberof Options#
|
1104
1104
|
* @type {boolean}
|
@@ -1156,7 +1156,7 @@ export default (function () {
|
|
1156
1156
|
* | `uiContainer` | An HTML element | A UI container for the secondary focusable element |
|
1157
1157
|
*
|
1158
1158
|
* Read more:
|
1159
|
-
* - [Plugins: `CopyPaste`
|
1159
|
+
* - [Plugins: `CopyPaste`](@/api/copyPaste.md)
|
1160
1160
|
*
|
1161
1161
|
* @memberof Options#
|
1162
1162
|
* @type {object|boolean}
|
@@ -1185,17 +1185,15 @@ export default (function () {
|
|
1185
1185
|
copyPaste: true,
|
1186
1186
|
|
1187
1187
|
/**
|
1188
|
-
* The `correctFormat` option configures [`date`](@/guides/cell-types/date-cell-type.md)
|
1188
|
+
* 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:
|
1189
1189
|
*
|
1190
|
-
*
|
1191
|
-
*
|
1192
|
-
* |
|
1193
|
-
* |
|
1194
|
-
* | `false` (default) | Don't correct dates |
|
1195
|
-
* | `true` | Enforce the date format set by the [`dateFormat`](#dateFormat) option |
|
1190
|
+
* | Setting | Description |
|
1191
|
+
* | ----------------- | ---------------------------------------------------------------------------------- |
|
1192
|
+
* | `false` (default) | Don't correct the entered date's format (treat the entered date as invalid) |
|
1193
|
+
* | `true` | Correct the entered date's format to match the [`dateFormat`](#dateFormat) setting |
|
1196
1194
|
*
|
1197
1195
|
* Read more:
|
1198
|
-
* - [Date cell type
|
1196
|
+
* - [Date cell type](@/guides/cell-types/date-cell-type.md)
|
1199
1197
|
* - [`dateFormat`](#dateFormat)
|
1200
1198
|
*
|
1201
1199
|
* @memberof Options#
|
@@ -1344,9 +1342,9 @@ export default (function () {
|
|
1344
1342
|
* | `bottom` | `width`<br>`color` | `width`: Number<br>`color`: String | Sets the width (`width`) and color (`color`) of the bottom border. |
|
1345
1343
|
*
|
1346
1344
|
* Read more:
|
1347
|
-
* - [Formatting cells: Custom cell borders
|
1348
|
-
* - [Context menu
|
1349
|
-
* - [Plugins: `CustomBorders`
|
1345
|
+
* - [Formatting cells: Custom cell borders](@/guides/cell-features/formatting-cells.md#custom-cell-borders)
|
1346
|
+
* - [Context menu](@/guides/accessories-and-menus/context-menu.md)
|
1347
|
+
* - [Plugins: `CustomBorders`](@/api/customBorders.md)
|
1350
1348
|
* - [Layout direction](@/guides/internationalization/layout-direction.md)
|
1351
1349
|
* - [`layoutDirection`](#layoutDirection)
|
1352
1350
|
*
|
@@ -1432,7 +1430,7 @@ export default (function () {
|
|
1432
1430
|
* - Or to an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects).
|
1433
1431
|
*
|
1434
1432
|
* Read more:
|
1435
|
-
* - [Binding to data
|
1433
|
+
* - [Binding to data](@/guides/getting-started/binding-to-data.md)
|
1436
1434
|
* - [`dataSchema`](#dataSchema)
|
1437
1435
|
*
|
1438
1436
|
* @memberof Options#
|
@@ -1467,7 +1465,7 @@ export default (function () {
|
|
1467
1465
|
* (or is empty), the `dataSchema` option defines the structure of new rows.
|
1468
1466
|
*
|
1469
1467
|
* Read more:
|
1470
|
-
* - [Binding to data: Array of objects with custom data schema
|
1468
|
+
* - [Binding to data: Array of objects with custom data schema](@/guides/getting-started/binding-to-data.md#array-of-objects-with-custom-data-schema)
|
1471
1469
|
* - [`data`](#data)
|
1472
1470
|
*
|
1473
1471
|
* @memberof Options#
|
@@ -1494,15 +1492,14 @@ export default (function () {
|
|
1494
1492
|
dataSchema: void 0,
|
1495
1493
|
|
1496
1494
|
/**
|
1497
|
-
* The `dateFormat` option configures [`date`](@/guides/cell-types/date-cell-type.md) cells
|
1495
|
+
* The `dateFormat` option configures the date format accepted by [`date`](@/guides/cell-types/date-cell-type.md) cells.
|
1498
1496
|
*
|
1499
|
-
* You can set the `dateFormat` option to a date format
|
1497
|
+
* You can set the `dateFormat` option to a string with a proper date format. The default value is: `'DD/MM/YYYY'`.
|
1500
1498
|
*
|
1501
|
-
* To
|
1502
|
-
* use the [`correctFormat`](#correctFormat) option.
|
1499
|
+
* To automatically correct dates whose format doesn't match the `dateFormat` setting, use the [`correctFormat`](#correctFormat) option.
|
1503
1500
|
*
|
1504
1501
|
* Read more:
|
1505
|
-
* - [Date cell type
|
1502
|
+
* - [Date cell type](@/guides/cell-types/date-cell-type.md)
|
1506
1503
|
* - [`correctFormat`](#correctFormat)
|
1507
1504
|
* - [`defaultDate`](#defaultDate)
|
1508
1505
|
*
|
@@ -1545,7 +1542,7 @@ export default (function () {
|
|
1545
1542
|
* Read more:
|
1546
1543
|
* - [`editor`](#editor)
|
1547
1544
|
* - [`dateFormat`](#dateFormat)
|
1548
|
-
* - [Cell editor
|
1545
|
+
* - [Cell editor](@/guides/cell-functions/cell-editor.md)
|
1549
1546
|
* - [All Pikaday options →](https://github.com/Pikaday/Pikaday/tree/1.8.0#configuration)
|
1550
1547
|
*
|
1551
1548
|
* @memberof Options#
|
@@ -1562,7 +1559,7 @@ export default (function () {
|
|
1562
1559
|
* You can set the `defaultDate` option to a string.
|
1563
1560
|
*
|
1564
1561
|
* Read more:
|
1565
|
-
* - [Date cell type
|
1562
|
+
* - [Date cell type](@/guides/cell-types/date-cell-type.md)
|
1566
1563
|
* - [`dateFormat`](#dateFormat)
|
1567
1564
|
*
|
1568
1565
|
* @memberof Options#
|
@@ -1601,7 +1598,7 @@ export default (function () {
|
|
1601
1598
|
* | An array | A combination of `'current'`, `'area'`, and/or `'header'` |
|
1602
1599
|
*
|
1603
1600
|
* Read more:
|
1604
|
-
* - [Selection
|
1601
|
+
* - [Selection](@/guides/cell-features/selection.md)
|
1605
1602
|
*
|
1606
1603
|
* @memberof Options#
|
1607
1604
|
* @type {boolean|string|string[]}
|
@@ -1640,7 +1637,7 @@ export default (function () {
|
|
1640
1637
|
* | `false` | Don't scroll the viewport |
|
1641
1638
|
*
|
1642
1639
|
* Read more:
|
1643
|
-
* - [Plugins: `DragToScroll`
|
1640
|
+
* - [Plugins: `DragToScroll`](@/api/dragToScroll.md)
|
1644
1641
|
*
|
1645
1642
|
* @memberof Options#
|
1646
1643
|
* @type {boolean}
|
@@ -1668,8 +1665,8 @@ export default (function () {
|
|
1668
1665
|
* | An object | - Enable the [`DropdownMenu`](@/api/dropdownMenu.md) plugin<br>- Apply a custom dropdown menu configuration |
|
1669
1666
|
*
|
1670
1667
|
* Read more:
|
1671
|
-
* - [Context menu
|
1672
|
-
* - [Plugins: `DropdownMenu`
|
1668
|
+
* - [Context menu](@/guides/accessories-and-menus/context-menu.md)
|
1669
|
+
* - [Plugins: `DropdownMenu`](@/api/dropdownMenu.md)
|
1673
1670
|
*
|
1674
1671
|
* @memberof Options#
|
1675
1672
|
* @type {boolean|object|string[]}
|
@@ -1743,9 +1740,9 @@ export default (function () {
|
|
1743
1740
|
* options all at once, use the [`type`](#type) option.
|
1744
1741
|
*
|
1745
1742
|
* Read more:
|
1746
|
-
* - [Cell editor
|
1747
|
-
* - [Cell type
|
1748
|
-
* - [Configuration options: Cascading configuration
|
1743
|
+
* - [Cell editor](@/guides/cell-functions/cell-editor.md)
|
1744
|
+
* - [Cell type](@/guides/cell-types/cell-type.md)
|
1745
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
|
1749
1746
|
* - [`type`](#type)
|
1750
1747
|
*
|
1751
1748
|
* @memberof Options#
|
@@ -1774,14 +1771,14 @@ export default (function () {
|
|
1774
1771
|
editor: void 0,
|
1775
1772
|
|
1776
1773
|
/**
|
1777
|
-
* The `enterBeginsEditing` option configures the action of the <kbd
|
1774
|
+
* The `enterBeginsEditing` option configures the action of the <kbd>**Enter**</kbd> key.
|
1778
1775
|
*
|
1779
1776
|
* You can set the `enterBeginsEditing` option to one of the following:
|
1780
1777
|
*
|
1781
1778
|
* | Setting | Description |
|
1782
1779
|
* | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
1783
|
-
* | `true` (default) | - On pressing <kbd
|
1784
|
-
* | `false` | - On pressing <kbd
|
1780
|
+
* | `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 |
|
1781
|
+
* | `false` | - On pressing <kbd>**Enter**</kbd> once, move to another cell,<br>as configured by the [`enterMoves`](#enterMoves) setting |
|
1785
1782
|
*
|
1786
1783
|
* Read more:
|
1787
1784
|
* - [`enterMoves`](#enterMoves)
|
@@ -1804,21 +1801,21 @@ export default (function () {
|
|
1804
1801
|
enterBeginsEditing: true,
|
1805
1802
|
|
1806
1803
|
/**
|
1807
|
-
* The `enterMoves` option configures the action of the <kbd
|
1804
|
+
* The `enterMoves` option configures the action of the <kbd>**Enter**</kbd> key.
|
1808
1805
|
*
|
1809
1806
|
* If the [`enterBeginsEditing`](#enterBeginsEditing) option is set to `true`,
|
1810
|
-
* the `enterMoves` setting applies to the **second** pressing of the <kbd
|
1807
|
+
* the `enterMoves` setting applies to the **second** pressing of the <kbd>**Enter**</kbd> key.
|
1811
1808
|
*
|
1812
1809
|
* If the [`enterBeginsEditing`](#enterBeginsEditing) option is set to `false`,
|
1813
|
-
* the `enterMoves` setting applies to the **first** pressing of the <kbd
|
1810
|
+
* the `enterMoves` setting applies to the **first** pressing of the <kbd>**Enter**</kbd> key.
|
1814
1811
|
*
|
1815
1812
|
* You can set the `enterMoves` option to an object with the following properties
|
1816
1813
|
* (or to a function that returns such an object):
|
1817
1814
|
*
|
1818
1815
|
* | Property | Type | Description |
|
1819
1816
|
* | -------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
1820
|
-
* | `col` | Number | - On pressing <kbd
|
1821
|
-
* | `row` | Number | - On pressing <kbd
|
1817
|
+
* | `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 |
|
1818
|
+
* | `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 |
|
1822
1819
|
*
|
1823
1820
|
* Read more:
|
1824
1821
|
* - [`enterBeginsEditing`](#enterBeginsEditing)
|
@@ -1868,7 +1865,7 @@ export default (function () {
|
|
1868
1865
|
* | `direction` | `'vertical'` \| `'horizontal'` | `'vertical'`: Enable vertical autofill<br>`'horizontal'`: Enable horizontal autofill |
|
1869
1866
|
*
|
1870
1867
|
* Read more:
|
1871
|
-
* - [AutoFill values
|
1868
|
+
* - [AutoFill values](@/guides/cell-features/autofill-values.md)
|
1872
1869
|
*
|
1873
1870
|
* @memberof Options#
|
1874
1871
|
* @type {boolean|string|object}
|
@@ -1919,7 +1916,7 @@ export default (function () {
|
|
1919
1916
|
* | `false` | When the end user types into the input area, all options are displayed<br>(options matching the input are put in bold |
|
1920
1917
|
*
|
1921
1918
|
* Read more:
|
1922
|
-
* - [Autocomplete cell type
|
1919
|
+
* - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
|
1923
1920
|
* - [`source`](#source)
|
1924
1921
|
* - [`filteringCaseSensitive`](#filteringCaseSensitive)
|
1925
1922
|
*
|
@@ -1956,7 +1953,7 @@ export default (function () {
|
|
1956
1953
|
* | `true` | [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md) cells' input is case-sensitive |
|
1957
1954
|
*
|
1958
1955
|
* Read more:
|
1959
|
-
* - [Autocomplete cell type
|
1956
|
+
* - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
|
1960
1957
|
* - [`source`](#source)
|
1961
1958
|
* - [`filter`](#filter)
|
1962
1959
|
*
|
@@ -1990,8 +1987,8 @@ export default (function () {
|
|
1990
1987
|
* | `true` | Enable the [`Filters`](@/api/filters.md) plugin |
|
1991
1988
|
*
|
1992
1989
|
* Read more:
|
1993
|
-
* - [Column filter
|
1994
|
-
* - [Plugins: `Filters`
|
1990
|
+
* - [Column filter](@/guides/columns/column-filter.md)
|
1991
|
+
* - [Plugins: `Filters`](@/api/filters.md)
|
1995
1992
|
* - [`dropdownMenu`](#dropdownMenu)
|
1996
1993
|
*
|
1997
1994
|
* @memberof Options#
|
@@ -2038,8 +2035,8 @@ export default (function () {
|
|
2038
2035
|
* 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.
|
2039
2036
|
*
|
2040
2037
|
* Read more:
|
2041
|
-
* - [Column freezing
|
2042
|
-
* - [Layout direction
|
2038
|
+
* - [Column freezing](@/guides/columns/column-freezing.md)
|
2039
|
+
* - [Layout direction](@/guides/internationalization/layout-direction.md)
|
2043
2040
|
* - [`fixedColumnsLeft`](#fixedcolumnsleft)
|
2044
2041
|
* - [`layoutDirection`](#layoutDirection)
|
2045
2042
|
*
|
@@ -2076,7 +2073,7 @@ export default (function () {
|
|
2076
2073
|
* at the bottom of the grid.
|
2077
2074
|
*
|
2078
2075
|
* Read more:
|
2079
|
-
* - [Row freezing
|
2076
|
+
* - [Row freezing](@/guides/rows/row-freezing.md)
|
2080
2077
|
*
|
2081
2078
|
* @memberof Options#
|
2082
2079
|
* @type {number}
|
@@ -2095,7 +2092,7 @@ export default (function () {
|
|
2095
2092
|
* The `fixedRowsTop` option sets the number of [frozen rows](@/guides/rows/row-freezing.md) at the top of the grid.
|
2096
2093
|
*
|
2097
2094
|
* Read more:
|
2098
|
-
* - [Row freezing
|
2095
|
+
* - [Row freezing](@/guides/rows/row-freezing.md)
|
2099
2096
|
*
|
2100
2097
|
* @memberof Options#
|
2101
2098
|
* @type {number}
|
@@ -2115,7 +2112,7 @@ export default (function () {
|
|
2115
2112
|
*
|
2116
2113
|
* The [`Formulas`](@/api/formulas.md) plugin uses the [HyperFormula](https://handsontable.github.io/hyperformula/) calculation engine.
|
2117
2114
|
* To install [HyperFormula](https://handsontable.github.io/hyperformula/), read the following:
|
2118
|
-
* - [Formula calculation: Initialization methods
|
2115
|
+
* - [Formula calculation: Initialization methods](@/guides/formulas/formula-calculation.md#initialization-methods)
|
2119
2116
|
*
|
2120
2117
|
* You can set the `formulas` option to an object with the following properties:
|
2121
2118
|
*
|
@@ -2126,8 +2123,8 @@ export default (function () {
|
|
2126
2123
|
* | `sheetName` | A string |
|
2127
2124
|
*
|
2128
2125
|
* Read more:
|
2129
|
-
* - [Plugins: `Formulas`
|
2130
|
-
* - [Formula calculation
|
2126
|
+
* - [Plugins: `Formulas`](@/api/formulas.md)
|
2127
|
+
* - [Formula calculation](@/guides/formulas/formula-calculation.md)
|
2131
2128
|
* - [HyperFormula documentation: Client-side installation](https://handsontable.github.io/hyperformula/guide/client-side-installation)
|
2132
2129
|
* - [HyperFormula documentation: Configuration options](https://handsontable.github.io/hyperformula/api/interfaces/configparams.html)
|
2133
2130
|
*
|
@@ -2229,7 +2226,7 @@ export default (function () {
|
|
2229
2226
|
* | A function that returns a valid number or string | `height() { return 500; }` |
|
2230
2227
|
*
|
2231
2228
|
* Read more:
|
2232
|
-
* - [Grid size
|
2229
|
+
* - [Grid size](@/guides/getting-started/grid-size.md)
|
2233
2230
|
*
|
2234
2231
|
* @memberof Options#
|
2235
2232
|
* @type {number|string|Function}
|
@@ -2272,8 +2269,8 @@ export default (function () {
|
|
2272
2269
|
* | `indicators` | `true` \| `false` | `true`: display UI markers to indicate the presence of hidden columns<br>`false`: display UI markers |
|
2273
2270
|
*
|
2274
2271
|
* Read more:
|
2275
|
-
* - [Plugins: `HiddenColumns`
|
2276
|
-
* - [Column hiding
|
2272
|
+
* - [Plugins: `HiddenColumns`](@/api/hiddenColumns.md)
|
2273
|
+
* - [Column hiding](@/guides/columns/column-hiding.md)
|
2277
2274
|
*
|
2278
2275
|
* @memberof Options#
|
2279
2276
|
* @type {boolean|object}
|
@@ -2318,8 +2315,8 @@ export default (function () {
|
|
2318
2315
|
* | `indicators` | `true` \| `false` | `true`: display UI markers to indicate the presence of hidden rows<br>`false`: display UI markers |
|
2319
2316
|
*
|
2320
2317
|
* Read more:
|
2321
|
-
* - [Plugins: `HiddenRows`
|
2322
|
-
* - [Row hiding
|
2318
|
+
* - [Plugins: `HiddenRows`](@/api/hiddenRows.md)
|
2319
|
+
* - [Row hiding](@/guides/rows/row-hiding.md)
|
2323
2320
|
*
|
2324
2321
|
* @memberof Options#
|
2325
2322
|
* @type {boolean|object}
|
@@ -2349,7 +2346,7 @@ export default (function () {
|
|
2349
2346
|
* that were marked as `invalid` by the [cell validator](@/guides/cell-functions/cell-validator.md).
|
2350
2347
|
*
|
2351
2348
|
* Read more:
|
2352
|
-
* - [Cell validator
|
2349
|
+
* - [Cell validator](@/guides/cell-functions/cell-validator.md)
|
2353
2350
|
* - [`currentRowClassName`](#currentRowClassName)
|
2354
2351
|
* - [`currentHeaderClassName`](#currentHeaderClassName)
|
2355
2352
|
* - [`activeHeaderClassName`](#activeHeaderClassName)
|
@@ -2468,7 +2465,7 @@ export default (function () {
|
|
2468
2465
|
* | `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) |
|
2469
2466
|
*
|
2470
2467
|
* Read more:
|
2471
|
-
* - [Checkbox cell type: Checkbox labels
|
2468
|
+
* - [Checkbox cell type: Checkbox labels](@/guides/cell-types/checkbox-cell-type.md#checkbox-labels)
|
2472
2469
|
*
|
2473
2470
|
* @memberof Options#
|
2474
2471
|
* @type {object}
|
@@ -2509,11 +2506,12 @@ export default (function () {
|
|
2509
2506
|
* | `'pl-PL'` | Polish - Poland |
|
2510
2507
|
* | `'pt-BR'` | Portuguese - Brazil |
|
2511
2508
|
* | `'ru-RU'` | Russian - Russia |
|
2509
|
+
* | `'sr-SP'` | Serbian (Latin) - Serbia |
|
2512
2510
|
* | `'zh-CN'` | Chinese - China |
|
2513
2511
|
* | `'zh-TW'` | Chinese - Taiwan |
|
2514
2512
|
*
|
2515
2513
|
* Read more:
|
2516
|
-
* - [Language
|
2514
|
+
* - [Language](@/guides/internationalization/language.md)
|
2517
2515
|
* - [`locale`](#locale)
|
2518
2516
|
* - [`layoutDirection`](#layoutdirection)
|
2519
2517
|
*
|
@@ -2533,7 +2531,7 @@ export default (function () {
|
|
2533
2531
|
/**
|
2534
2532
|
* The `layoutDirection` option configures whether Handsontable renders from the left to the right, or from the right to the left.
|
2535
2533
|
*
|
2536
|
-
* You can set the layout direction only at Handsontable's [initialization](@/guides/getting-started/installation.md#initialize-
|
2534
|
+
* 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.
|
2537
2535
|
*
|
2538
2536
|
* You can set the `layoutDirection` option only [for the entire grid](@/guides/getting-started/setting-options.md#setting-grid-options).
|
2539
2537
|
* You can't set it for individual columns, rows, or cells.
|
@@ -2547,8 +2545,8 @@ export default (function () {
|
|
2547
2545
|
* | `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` |
|
2548
2546
|
*
|
2549
2547
|
* Read more:
|
2550
|
-
* - [Layout direction
|
2551
|
-
* - [Language
|
2548
|
+
* - [Layout direction](@/guides/internationalization/layout-direction.md)
|
2549
|
+
* - [Language](@/guides/internationalization/language.md)
|
2552
2550
|
* - [`language`](#language)
|
2553
2551
|
* - [`locale`](#locale)
|
2554
2552
|
* - [`fixedColumnsStart`](#fixedcolumnsstart)
|
@@ -2587,7 +2585,7 @@ export default (function () {
|
|
2587
2585
|
* | `'non-commercial-and-evaluation'` | For [non-commercial use](@/guides/technical-specification/software-license.md#non-commercial-use) |
|
2588
2586
|
*
|
2589
2587
|
* Read more:
|
2590
|
-
* - [License key
|
2588
|
+
* - [License key](@/guides/getting-started/license-key.md)
|
2591
2589
|
*
|
2592
2590
|
* @memberof Options#
|
2593
2591
|
* @type {string}
|
@@ -2613,7 +2611,7 @@ export default (function () {
|
|
2613
2611
|
* and for [individual columns](@/guides/internationalization/locale.md#setting-a-column-s-locale).
|
2614
2612
|
*
|
2615
2613
|
* Read more:
|
2616
|
-
* - [Locale
|
2614
|
+
* - [Locale](@/guides/internationalization/locale.md)
|
2617
2615
|
* - [`language`](#language)
|
2618
2616
|
* - [`layoutDirection`](#layoutdirection)
|
2619
2617
|
*
|
@@ -2653,7 +2651,7 @@ export default (function () {
|
|
2653
2651
|
* | `false` | Disable the [`ManualColumnFreeze`](@/api/manualColumnFreeze.md) plugin |
|
2654
2652
|
*
|
2655
2653
|
* Read more:
|
2656
|
-
* - [Column freezing
|
2654
|
+
* - [Column freezing](@/guides/columns/column-freezing.md#user-triggered-freeze)
|
2657
2655
|
*
|
2658
2656
|
* @memberof Options#
|
2659
2657
|
* @type {boolean}
|
@@ -2680,7 +2678,7 @@ export default (function () {
|
|
2680
2678
|
* | An array | - Enable the [`ManualColumnMove`](@/api/manualColumnMove.md) plugin<br>- Move individual columns at initialization |
|
2681
2679
|
*
|
2682
2680
|
* Read more:
|
2683
|
-
* - [Column moving
|
2681
|
+
* - [Column moving](@/guides/columns/column-moving.md)
|
2684
2682
|
*
|
2685
2683
|
* @memberof Options#
|
2686
2684
|
* @type {boolean|number[]}
|
@@ -2714,7 +2712,7 @@ export default (function () {
|
|
2714
2712
|
* | An array | - Enable the [`ManualColumnResize`](@/api/manualColumnResize.md) plugin<br>- Set initial widths of individual columns |
|
2715
2713
|
*
|
2716
2714
|
* Read more:
|
2717
|
-
* - [Column width: Column stretching
|
2715
|
+
* - [Column width: Column stretching](@/guides/columns/column-width.md#column-stretching)
|
2718
2716
|
*
|
2719
2717
|
* @memberof Options#
|
2720
2718
|
* @type {boolean|number[]}
|
@@ -2748,7 +2746,7 @@ export default (function () {
|
|
2748
2746
|
* | An array | - Enable the [`ManualRowMove`](@/api/manualRowMove.md) plugin<br>- Move individual rows at initialization |
|
2749
2747
|
*
|
2750
2748
|
* Read more:
|
2751
|
-
* - [Row moving
|
2749
|
+
* - [Row moving](@/guides/rows/row-moving.md)
|
2752
2750
|
*
|
2753
2751
|
* @memberof Options#
|
2754
2752
|
* @type {boolean|number[]}
|
@@ -2782,7 +2780,7 @@ export default (function () {
|
|
2782
2780
|
* | An array | - Enable the [`ManualRowResize`](@/api/manualRowResize.md) plugin<br>- Set initial heights of individual rows |
|
2783
2781
|
*
|
2784
2782
|
* Read more:
|
2785
|
-
* - [Row height: Adjust the row height manually
|
2783
|
+
* - [Row height: Adjust the row height manually](@/guides/rows/row-height.md#adjust-the-row-height-manually)
|
2786
2784
|
*
|
2787
2785
|
* @memberof Options#
|
2788
2786
|
* @type {boolean|number[]}
|
@@ -2868,7 +2866,7 @@ export default (function () {
|
|
2868
2866
|
* | `colspan` | The height (as a number of columns ) of the merged section |
|
2869
2867
|
*
|
2870
2868
|
* Read more:
|
2871
|
-
* - [Merge cells
|
2869
|
+
* - [Merge cells](@/guides/cell-features/merge-cells.md)
|
2872
2870
|
*
|
2873
2871
|
* @memberof Options#
|
2874
2872
|
* @type {boolean|object[]}
|
@@ -2878,7 +2876,7 @@ export default (function () {
|
|
2878
2876
|
* @example
|
2879
2877
|
* ```js
|
2880
2878
|
* // enable the `MergeCells` plugin
|
2881
|
-
*
|
2879
|
+
* mergeCells: true,
|
2882
2880
|
*
|
2883
2881
|
* // enable the `MergeCells` plugin
|
2884
2882
|
* // and merge specific cells at initialization
|
@@ -3027,7 +3025,7 @@ export default (function () {
|
|
3027
3025
|
* | `sortOrder` | `'asc'` \| `'desc'` | The sorting order:<br>`'asc'`: ascending<br>`'desc'`: descending |
|
3028
3026
|
*
|
3029
3027
|
* Read more:
|
3030
|
-
* - [Row sorting
|
3028
|
+
* - [Row sorting](@/guides/rows/row-sorting.md)
|
3031
3029
|
* - [`columnSorting`](#columnSorting)
|
3032
3030
|
*
|
3033
3031
|
* @memberof Options#
|
@@ -3087,8 +3085,8 @@ export default (function () {
|
|
3087
3085
|
* | An object | Properties:<br>`label` (string): the header's label<br>`colspan` (integer): the column width |
|
3088
3086
|
*
|
3089
3087
|
* Read more:
|
3090
|
-
* - [Plugins: `NestedHeaders`
|
3091
|
-
* - [Column groups: Nested headers
|
3088
|
+
* - [Plugins: `NestedHeaders`](@/api/nestedHeaders.md)
|
3089
|
+
* - [Column groups: Nested headers](@/guides/columns/column-groups.md#nested-headers)
|
3092
3090
|
*
|
3093
3091
|
* @memberof Options#
|
3094
3092
|
* @type {Array[]}
|
@@ -3118,7 +3116,7 @@ export default (function () {
|
|
3118
3116
|
* | `true` | Enable the [`NestedRows`](@/api/nestedRows.md) plugin |
|
3119
3117
|
*
|
3120
3118
|
* Read more:
|
3121
|
-
* - [Plugins: `NestedRows`
|
3119
|
+
* - [Plugins: `NestedRows`](@/api/nestedRows.md)
|
3122
3120
|
*
|
3123
3121
|
* @example
|
3124
3122
|
* ```js
|
@@ -3182,8 +3180,8 @@ export default (function () {
|
|
3182
3180
|
* In the source data, numeric data is stored as JavaScript numbers.
|
3183
3181
|
*
|
3184
3182
|
* Read more:
|
3185
|
-
* - [Numeric cell type
|
3186
|
-
* - [Third-party licenses
|
3183
|
+
* - [Numeric cell type](@/guides/cell-types/numeric-cell-type.md)
|
3184
|
+
* - [Third-party licenses](@/guides/technical-specification/third-party-licenses.md)
|
3187
3185
|
*
|
3188
3186
|
* @memberof Options#
|
3189
3187
|
* @since 0.35.0
|
@@ -3277,8 +3275,8 @@ export default (function () {
|
|
3277
3275
|
* | `true` | Enable the [`PersistentState`](@/api/persistentState.md) plugin |
|
3278
3276
|
*
|
3279
3277
|
* Read more:
|
3280
|
-
* - [Saving data: Saving data locally
|
3281
|
-
* - [Plugins: `PersistentState`
|
3278
|
+
* - [Saving data: Saving data locally](@/guides/getting-started/saving-data.md#saving-data-locally)
|
3279
|
+
* - [Plugins: `PersistentState`](@/api/persistentState.md)
|
3282
3280
|
*
|
3283
3281
|
* @memberof Options#
|
3284
3282
|
* @type {boolean}
|
@@ -3336,7 +3334,7 @@ export default (function () {
|
|
3336
3334
|
* that contain [`placeholder`](#placeholder) text.
|
3337
3335
|
*
|
3338
3336
|
* Read more:
|
3339
|
-
* - [Cell validator
|
3337
|
+
* - [Cell validator](@/guides/cell-functions/cell-validator.md)
|
3340
3338
|
* - [`placeholder`](#placeholder)
|
3341
3339
|
* - [`currentRowClassName`](#currentRowClassName)
|
3342
3340
|
* - [`currentHeaderClassName`](#currentHeaderClassName)
|
@@ -3391,7 +3389,7 @@ export default (function () {
|
|
3391
3389
|
* The `preventWheel` option configures preventing the `wheel` event's default action
|
3392
3390
|
* on overlays.
|
3393
3391
|
*
|
3394
|
-
* You can set the `
|
3392
|
+
* You can set the `preventWheel` option to one of the following:
|
3395
3393
|
*
|
3396
3394
|
* | Setting | Description |
|
3397
3395
|
* | ----------------- | ------------------------------------------------ |
|
@@ -3424,7 +3422,7 @@ export default (function () {
|
|
3424
3422
|
* | `true` | - Set as read-only<br>- Add the [`readOnlyCellClassName`](#readOnlyCellClassName) CSS class name (by default: `htDimmed`) |
|
3425
3423
|
*
|
3426
3424
|
* Read more:
|
3427
|
-
* - [Configuration options: Cascading configuration
|
3425
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
|
3428
3426
|
*
|
3429
3427
|
* @memberof Options#
|
3430
3428
|
* @type {boolean}
|
@@ -3479,7 +3477,7 @@ export default (function () {
|
|
3479
3477
|
* | `true` | Disable [row virtualization](@/guides/rows/row-virtualization.md)<br>(render all rows of the grid) |
|
3480
3478
|
*
|
3481
3479
|
* Read more:
|
3482
|
-
* - [Row virtualization
|
3480
|
+
* - [Row virtualization](@/guides/rows/row-virtualization.md)
|
3483
3481
|
*
|
3484
3482
|
* @memberof Options#
|
3485
3483
|
* @type {boolean}
|
@@ -3520,9 +3518,9 @@ export default (function () {
|
|
3520
3518
|
* options all at once, use the [`type`](#type) option.
|
3521
3519
|
*
|
3522
3520
|
* Read more:
|
3523
|
-
* - [Cell renderer
|
3524
|
-
* - [Cell type
|
3525
|
-
* - [Configuration options: Cascading configuration
|
3521
|
+
* - [Cell renderer](@/guides/cell-functions/cell-renderer.md)
|
3522
|
+
* - [Cell type](@/guides/cell-types/cell-type.md)
|
3523
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
|
3526
3524
|
* - [`type`](#type)
|
3527
3525
|
*
|
3528
3526
|
* @memberof Options#
|
@@ -3569,7 +3567,7 @@ export default (function () {
|
|
3569
3567
|
* | A function | Define your own row headers, using a function |
|
3570
3568
|
*
|
3571
3569
|
* Read more:
|
3572
|
-
* - [Row header
|
3570
|
+
* - [Row header](@/guides/rows/row-header.md)
|
3573
3571
|
*
|
3574
3572
|
* @memberof Options#
|
3575
3573
|
* @type {boolean|string[]|Function}
|
@@ -3637,7 +3635,7 @@ export default (function () {
|
|
3637
3635
|
* via the {@link ManualRowResize} and {@link AutoRowSize} plugins (if they are enabled).
|
3638
3636
|
*
|
3639
3637
|
* Read more:
|
3640
|
-
* - [Row height
|
3638
|
+
* - [Row height](@/guides/rows/row-height.md)
|
3641
3639
|
*
|
3642
3640
|
* @memberof Options#
|
3643
3641
|
* @type {number|number[]|string|string[]|Array<undefined>|Function}
|
@@ -3687,9 +3685,9 @@ export default (function () {
|
|
3687
3685
|
* | `callback` | A function | Add a [custom callback function](@/guides/accessories-and-menus/searching-values.md#custom-callback) |
|
3688
3686
|
*
|
3689
3687
|
* Read more:
|
3690
|
-
* - [Searching values
|
3691
|
-
* - [Searching values: Custom query method
|
3692
|
-
* - [Searching values: Custom callback
|
3688
|
+
* - [Searching values](@/guides/accessories-and-menus/searching-values.md)
|
3689
|
+
* - [Searching values: Custom query method](@/guides/accessories-and-menus/searching-values.md#custom-query-method)
|
3690
|
+
* - [Searching values: Custom callback](@/guides/accessories-and-menus/searching-values.md#custom-callback)
|
3693
3691
|
*
|
3694
3692
|
* @memberof Options#
|
3695
3693
|
* @type {boolean|object}
|
@@ -3731,7 +3729,7 @@ export default (function () {
|
|
3731
3729
|
* | `'multiple'` | Allow the user to select multiple ranges of cells at a time. |
|
3732
3730
|
*
|
3733
3731
|
* Read more:
|
3734
|
-
* - [Selection: Selecting ranges
|
3732
|
+
* - [Selection: Selecting ranges](@/guides/cell-features/selection.md#selecting-ranges)
|
3735
3733
|
*
|
3736
3734
|
* @memberof Options#
|
3737
3735
|
* @type {string}
|
@@ -3764,7 +3762,7 @@ export default (function () {
|
|
3764
3762
|
* | A function | A function that returns an object with key-string pairs |
|
3765
3763
|
*
|
3766
3764
|
* Read more:
|
3767
|
-
* - [Select cell type
|
3765
|
+
* - [Select cell type](@/guides/cell-types/select-cell-type.md)
|
3768
3766
|
*
|
3769
3767
|
* @memberof Options#
|
3770
3768
|
* @type {string[]|object|Function}
|
@@ -3824,7 +3822,7 @@ export default (function () {
|
|
3824
3822
|
* | `true` | - Disable pasting data into this column<br>- On pasting, paste data into the next column to the right |
|
3825
3823
|
*
|
3826
3824
|
* Read more:
|
3827
|
-
* - [Configuration options: Setting column options
|
3825
|
+
* - [Configuration options: Setting column options](@/guides/getting-started/setting-options.md#setting-column-options)
|
3828
3826
|
*
|
3829
3827
|
* @memberof Options#
|
3830
3828
|
* @type {boolean}
|
@@ -3858,7 +3856,7 @@ export default (function () {
|
|
3858
3856
|
* | `true` | - Disable pasting data into this row<br>- On pasting, paste data into the row below |
|
3859
3857
|
*
|
3860
3858
|
* Read more:
|
3861
|
-
* - [Configuration options: Setting row options
|
3859
|
+
* - [Configuration options: Setting row options](@/guides/getting-started/setting-options.md#setting-row-options)
|
3862
3860
|
*
|
3863
3861
|
* @memberof Options#
|
3864
3862
|
* @type {boolean}
|
@@ -3894,7 +3892,7 @@ export default (function () {
|
|
3894
3892
|
*
|
3895
3893
|
* Read more:
|
3896
3894
|
* - [`source`](#source)
|
3897
|
-
* - [Autocomplete cell type
|
3895
|
+
* - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
|
3898
3896
|
*
|
3899
3897
|
* @memberof Options#
|
3900
3898
|
* @type {boolean}
|
@@ -3925,8 +3923,8 @@ export default (function () {
|
|
3925
3923
|
* - A function
|
3926
3924
|
*
|
3927
3925
|
* Read more:
|
3928
|
-
* - [Autocomplete cell type
|
3929
|
-
* - [Dropdown cell type
|
3926
|
+
* - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
|
3927
|
+
* - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type.md)
|
3930
3928
|
* - [`strict`](#strict)
|
3931
3929
|
* - [`allowHtml`](#allowHtml)
|
3932
3930
|
* - [`filter`](#filter)
|
@@ -4014,7 +4012,7 @@ export default (function () {
|
|
4014
4012
|
* | `'all'` | Fit the grid to the container, by stretching all columns evenly |
|
4015
4013
|
*
|
4016
4014
|
* Read more:
|
4017
|
-
* - [Column width: Column stretching
|
4015
|
+
* - [Column width: Column stretching](@/guides/columns/column-width.md#column-stretching)
|
4018
4016
|
*
|
4019
4017
|
* @memberof Options#
|
4020
4018
|
* @type {string}
|
@@ -4031,18 +4029,17 @@ export default (function () {
|
|
4031
4029
|
stretchH: 'none',
|
4032
4030
|
|
4033
4031
|
/**
|
4034
|
-
* The `strict` option configures [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md)
|
4035
|
-
* cells' strict/lazy mode.
|
4032
|
+
* The `strict` option configures the behavior of [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md) cells.
|
4036
4033
|
*
|
4037
4034
|
* You can set the `strict` option to one of the following:
|
4038
4035
|
*
|
4039
|
-
* | Setting | Mode
|
4040
|
-
* | ------- |
|
4041
|
-
* | `true` | [Strict mode](@/guides/cell-types/autocomplete-cell-type.md#autocomplete-strict-mode)
|
4042
|
-
* | `false` | [
|
4036
|
+
* | Setting | Mode | Description |
|
4037
|
+
* | ------- | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
|
4038
|
+
* | `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 |
|
4039
|
+
* | `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 |
|
4043
4040
|
*
|
4044
4041
|
* Read more:
|
4045
|
-
* - [Autocomplete cell type
|
4042
|
+
* - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
|
4046
4043
|
* - [`source`](#source)
|
4047
4044
|
*
|
4048
4045
|
* @memberof Options#
|
@@ -4108,15 +4105,15 @@ export default (function () {
|
|
4108
4105
|
tableClassName: void 0,
|
4109
4106
|
|
4110
4107
|
/**
|
4111
|
-
* The `tabMoves` option configures the action of the <kbd
|
4108
|
+
* The `tabMoves` option configures the action of the <kbd>**Tab**</kbd> key.
|
4112
4109
|
*
|
4113
4110
|
* You can set the `tabMoves` option to an object with the following properties
|
4114
4111
|
* (or to a function that returns such an object):
|
4115
4112
|
*
|
4116
4113
|
* | Property | Type | Description |
|
4117
4114
|
* | -------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
4118
|
-
* | `row` | Number | - On pressing <kbd
|
4119
|
-
* | `col` | Number | - On pressing <kbd
|
4115
|
+
* | `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 |
|
4116
|
+
* | `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 |
|
4120
4117
|
*
|
4121
4118
|
* @memberof Options#
|
4122
4119
|
* @type {object|Function}
|
@@ -4149,7 +4146,7 @@ export default (function () {
|
|
4149
4146
|
* You can set the `title` option to a string.
|
4150
4147
|
*
|
4151
4148
|
* Read more:
|
4152
|
-
* - [Column header
|
4149
|
+
* - [Column header](@/guides/columns/column-header.md)
|
4153
4150
|
* - [`columns`](#columns)
|
4154
4151
|
*
|
4155
4152
|
* @memberof Options#
|
@@ -4187,8 +4184,8 @@ export default (function () {
|
|
4187
4184
|
* | `false` | Scale the dropdown/autocomplete list's width to the list's content |
|
4188
4185
|
*
|
4189
4186
|
* Read more:
|
4190
|
-
* - [Autocomplete cell type
|
4191
|
-
* - [Dropdown cell type
|
4187
|
+
* - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
|
4188
|
+
* - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type.md)
|
4192
4189
|
*
|
4193
4190
|
* @memberof Options#
|
4194
4191
|
* @type {boolean}
|
@@ -4228,8 +4225,8 @@ export default (function () {
|
|
4228
4225
|
* | An array | - Enable the [`TrimRows`](@/api/trimRows.md) plugin<br>- Trim selected rows at initialization |
|
4229
4226
|
*
|
4230
4227
|
* Read more:
|
4231
|
-
* - [Plugins: `TrimRows`
|
4232
|
-
* - [Row trimming
|
4228
|
+
* - [Plugins: `TrimRows`](@/api/trimRows.md)
|
4229
|
+
* - [Row trimming](@/guides/rows/row-trimming.md)
|
4233
4230
|
*
|
4234
4231
|
* @memberof Options#
|
4235
4232
|
* @type {boolean|number[]}
|
@@ -4297,11 +4294,11 @@ export default (function () {
|
|
4297
4294
|
* | [`'time`'](@/guides/cell-types/time-cell-type.md) | Renderer: `TimeRenderer`<br>Editor: `TimeEditor`<br>Validator: `TimeValidator` |
|
4298
4295
|
*
|
4299
4296
|
* Read more:
|
4300
|
-
* - [Cell type
|
4301
|
-
* - [Cell renderer
|
4302
|
-
* - [Cell editor
|
4303
|
-
* - [Cell validator
|
4304
|
-
* - [Configuration options: Cascading configuration
|
4297
|
+
* - [Cell type](@/guides/cell-types/cell-type.md)
|
4298
|
+
* - [Cell renderer](@/guides/cell-functions/cell-renderer.md)
|
4299
|
+
* - [Cell editor](@/guides/cell-functions/cell-editor.md)
|
4300
|
+
* - [Cell validator](@/guides/cell-functions/cell-validator.md)
|
4301
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
|
4305
4302
|
* - [`renderer`](#renderer)
|
4306
4303
|
* - [`editor`](#editor)
|
4307
4304
|
* - [`validator`](#validator)
|
@@ -4343,8 +4340,8 @@ export default (function () {
|
|
4343
4340
|
* | 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 |
|
4344
4341
|
*
|
4345
4342
|
* Read more:
|
4346
|
-
* - [Checkbox cell type: Checkbox template
|
4347
|
-
* - [`getDataAtCell()`
|
4343
|
+
* - [Checkbox cell type: Checkbox template](@/guides/cell-types/checkbox-cell-type.md#checkbox-template)
|
4344
|
+
* - [`getDataAtCell()`](@/api/core.md#getDataAtCell)
|
4348
4345
|
* - [`checkedTemplate`](#checkedTemplate)
|
4349
4346
|
*
|
4350
4347
|
* @memberof Options#
|
@@ -4390,7 +4387,7 @@ export default (function () {
|
|
4390
4387
|
* set the `undo` option to `false`.
|
4391
4388
|
*
|
4392
4389
|
* Read more:
|
4393
|
-
* - [Undo and redo
|
4390
|
+
* - [Undo and redo](@/guides/accessories-and-menus/undo-redo.md)
|
4394
4391
|
*
|
4395
4392
|
* @memberof Options#
|
4396
4393
|
* @type {boolean}
|
@@ -4433,9 +4430,9 @@ export default (function () {
|
|
4433
4430
|
* options all at once, use the [`type`](#type) option.
|
4434
4431
|
*
|
4435
4432
|
* Read more:
|
4436
|
-
* - [Cell validator
|
4437
|
-
* - [Cell type
|
4438
|
-
* - [Configuration options: Cascading configuration
|
4433
|
+
* - [Cell validator](@/guides/cell-functions/cell-validator.md)
|
4434
|
+
* - [Cell type](@/guides/cell-types/cell-type.md)
|
4435
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
|
4439
4436
|
* - [`type`](#type)
|
4440
4437
|
*
|
4441
4438
|
* @memberof Options#
|
@@ -4478,7 +4475,7 @@ export default (function () {
|
|
4478
4475
|
* | A number | Set the offset manually |
|
4479
4476
|
*
|
4480
4477
|
* Read more:
|
4481
|
-
* - [Performance: Define the number of pre-rendered rows and columns
|
4478
|
+
* - [Performance: Define the number of pre-rendered rows and columns](@/guides/optimization/performance.md#define-the-number-of-pre-rendered-rows-and-columns)
|
4482
4479
|
*
|
4483
4480
|
* @memberof Options#
|
4484
4481
|
* @type {number|string}
|
@@ -4506,8 +4503,8 @@ export default (function () {
|
|
4506
4503
|
* | A number | Set the offset manually |
|
4507
4504
|
*
|
4508
4505
|
* Read more:
|
4509
|
-
* - [Performance: Define the number of pre-rendered rows and columns
|
4510
|
-
* - [Column virtualization
|
4506
|
+
* - [Performance: Define the number of pre-rendered rows and columns](@/guides/optimization/performance.md#define-the-number-of-pre-rendered-rows-and-columns)
|
4507
|
+
* - [Column virtualization](@/guides/columns/column-virtualization.md)
|
4511
4508
|
*
|
4512
4509
|
* @memberof Options#
|
4513
4510
|
* @type {number|string}
|
@@ -4529,8 +4526,8 @@ export default (function () {
|
|
4529
4526
|
* When the number of list options exceeds the `visibleRows` number, a scrollbar appears.
|
4530
4527
|
*
|
4531
4528
|
* Read more:
|
4532
|
-
* - [Autocomplete cell type
|
4533
|
-
* - [Dropdown cell type
|
4529
|
+
* - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
|
4530
|
+
* - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type.md)
|
4534
4531
|
*
|
4535
4532
|
* @memberof Options#
|
4536
4533
|
* @type {number}
|
@@ -4569,7 +4566,7 @@ export default (function () {
|
|
4569
4566
|
* | A function that returns a valid number or string | `width() { return 500; }` |
|
4570
4567
|
*
|
4571
4568
|
* Read more:
|
4572
|
-
* - [Grid size
|
4569
|
+
* - [Grid size](@/guides/getting-started/grid-size.md)
|
4573
4570
|
*
|
4574
4571
|
* @memberof Options#
|
4575
4572
|
* @type {number|string|Function}
|