handsontable 12.1.3 → 12.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/3rdparty/SheetClip/SheetClip.js +3 -32
- package/3rdparty/SheetClip/SheetClip.mjs +3 -23
- package/3rdparty/SheetClip/index.js +0 -2
- package/3rdparty/autoResize/autoResize.js +119 -145
- package/3rdparty/autoResize/autoResize.mjs +119 -143
- package/3rdparty/autoResize/index.js +0 -2
- package/3rdparty/walkontable/src/border.js +34 -151
- package/3rdparty/walkontable/src/border.mjs +36 -138
- package/3rdparty/walkontable/src/calculator/constants.js +0 -3
- package/3rdparty/walkontable/src/calculator/constants.mjs +0 -2
- package/3rdparty/walkontable/src/calculator/index.js +0 -10
- package/3rdparty/walkontable/src/calculator/viewportColumns.js +26 -76
- package/3rdparty/walkontable/src/calculator/viewportColumns.mjs +26 -69
- package/3rdparty/walkontable/src/calculator/viewportRows.js +20 -48
- package/3rdparty/walkontable/src/calculator/viewportRows.mjs +20 -41
- package/3rdparty/walkontable/src/cell/coords.js +13 -43
- package/3rdparty/walkontable/src/cell/coords.mjs +13 -38
- package/3rdparty/walkontable/src/cell/range.js +55 -130
- package/3rdparty/walkontable/src/cell/range.mjs +60 -126
- package/3rdparty/walkontable/src/core/_base.js +16 -74
- package/3rdparty/walkontable/src/core/_base.mjs +19 -70
- package/3rdparty/walkontable/src/core/clone.js +1 -40
- package/3rdparty/walkontable/src/core/clone.mjs +3 -30
- package/3rdparty/walkontable/src/core/core.js +3 -57
- package/3rdparty/walkontable/src/core/core.mjs +5 -41
- package/3rdparty/walkontable/src/event.js +31 -78
- package/3rdparty/walkontable/src/event.mjs +31 -65
- package/3rdparty/walkontable/src/facade/core.js +1 -17
- package/3rdparty/walkontable/src/facade/core.mjs +7 -20
- package/3rdparty/walkontable/src/filter/column.js +9 -18
- package/3rdparty/walkontable/src/filter/column.mjs +9 -17
- package/3rdparty/walkontable/src/filter/row.js +9 -18
- package/3rdparty/walkontable/src/filter/row.mjs +9 -17
- package/3rdparty/walkontable/src/index.js +0 -31
- package/3rdparty/walkontable/src/overlay/_base.js +24 -69
- package/3rdparty/walkontable/src/overlay/_base.mjs +31 -68
- package/3rdparty/walkontable/src/overlay/bottom.js +28 -99
- package/3rdparty/walkontable/src/overlay/bottom.mjs +30 -86
- package/3rdparty/walkontable/src/overlay/bottomInlineStartCorner.js +7 -53
- package/3rdparty/walkontable/src/overlay/bottomInlineStartCorner.mjs +9 -40
- package/3rdparty/walkontable/src/overlay/constants.js +0 -6
- package/3rdparty/walkontable/src/overlay/constants.mjs +0 -1
- package/3rdparty/walkontable/src/overlay/index.js +0 -17
- package/3rdparty/walkontable/src/overlay/inlineStart.js +21 -91
- package/3rdparty/walkontable/src/overlay/inlineStart.mjs +23 -78
- package/3rdparty/walkontable/src/overlay/top.js +27 -100
- package/3rdparty/walkontable/src/overlay/top.mjs +29 -87
- package/3rdparty/walkontable/src/overlay/topInlineStartCorner.js +4 -51
- package/3rdparty/walkontable/src/overlay/topInlineStartCorner.mjs +6 -38
- package/3rdparty/walkontable/src/overlays.js +58 -129
- package/3rdparty/walkontable/src/overlays.mjs +60 -121
- package/3rdparty/walkontable/src/renderer/_base.js +4 -20
- package/3rdparty/walkontable/src/renderer/_base.mjs +8 -22
- package/3rdparty/walkontable/src/renderer/cells.js +10 -54
- package/3rdparty/walkontable/src/renderer/cells.mjs +22 -52
- package/3rdparty/walkontable/src/renderer/colGroup.js +10 -47
- package/3rdparty/walkontable/src/renderer/colGroup.mjs +21 -46
- package/3rdparty/walkontable/src/renderer/columnHeaders.js +8 -50
- package/3rdparty/walkontable/src/renderer/columnHeaders.mjs +19 -49
- package/3rdparty/walkontable/src/renderer/index.js +13 -36
- package/3rdparty/walkontable/src/renderer/index.mjs +17 -27
- package/3rdparty/walkontable/src/renderer/rowHeaders.js +8 -50
- package/3rdparty/walkontable/src/renderer/rowHeaders.mjs +20 -49
- package/3rdparty/walkontable/src/renderer/rows.js +3 -46
- package/3rdparty/walkontable/src/renderer/rows.mjs +3 -29
- package/3rdparty/walkontable/src/renderer/table.js +22 -49
- package/3rdparty/walkontable/src/renderer/table.mjs +22 -48
- package/3rdparty/walkontable/src/scroll.js +56 -86
- package/3rdparty/walkontable/src/scroll.mjs +58 -86
- package/3rdparty/walkontable/src/selection.js +20 -101
- package/3rdparty/walkontable/src/selection.mjs +22 -85
- package/3rdparty/walkontable/src/settings.js +9 -29
- package/3rdparty/walkontable/src/settings.mjs +9 -27
- package/3rdparty/walkontable/src/table/bottom.js +1 -35
- package/3rdparty/walkontable/src/table/bottom.mjs +6 -25
- package/3rdparty/walkontable/src/table/bottomInlineStartCorner.js +1 -35
- package/3rdparty/walkontable/src/table/bottomInlineStartCorner.mjs +7 -26
- package/3rdparty/walkontable/src/table/inlineStart.js +1 -35
- package/3rdparty/walkontable/src/table/inlineStart.mjs +3 -22
- package/3rdparty/walkontable/src/table/master.js +10 -55
- package/3rdparty/walkontable/src/table/master.mjs +15 -44
- package/3rdparty/walkontable/src/table/mixin/calculatedColumns.js +7 -28
- package/3rdparty/walkontable/src/table/mixin/calculatedColumns.mjs +7 -26
- package/3rdparty/walkontable/src/table/mixin/calculatedRows.js +7 -28
- package/3rdparty/walkontable/src/table/mixin/calculatedRows.mjs +7 -26
- package/3rdparty/walkontable/src/table/mixin/stickyColumnsStart.js +7 -22
- package/3rdparty/walkontable/src/table/mixin/stickyColumnsStart.mjs +7 -20
- package/3rdparty/walkontable/src/table/mixin/stickyRowsBottom.js +7 -23
- package/3rdparty/walkontable/src/table/mixin/stickyRowsBottom.mjs +7 -21
- package/3rdparty/walkontable/src/table/mixin/stickyRowsTop.js +7 -22
- package/3rdparty/walkontable/src/table/mixin/stickyRowsTop.mjs +7 -20
- package/3rdparty/walkontable/src/table/top.js +1 -35
- package/3rdparty/walkontable/src/table/top.mjs +6 -25
- package/3rdparty/walkontable/src/table/topInlineStartCorner.js +1 -35
- package/3rdparty/walkontable/src/table/topInlineStartCorner.mjs +7 -26
- package/3rdparty/walkontable/src/table.js +63 -230
- package/3rdparty/walkontable/src/table.mjs +73 -219
- package/3rdparty/walkontable/src/types.js +0 -5
- package/3rdparty/walkontable/src/types.mjs +0 -5
- package/3rdparty/walkontable/src/utils/column.js +9 -31
- package/3rdparty/walkontable/src/utils/column.mjs +13 -30
- package/3rdparty/walkontable/src/utils/nodesPool.js +3 -12
- package/3rdparty/walkontable/src/utils/nodesPool.mjs +3 -11
- package/3rdparty/walkontable/src/utils/orderView/constants.js +0 -3
- package/3rdparty/walkontable/src/utils/orderView/constants.mjs +0 -2
- package/3rdparty/walkontable/src/utils/orderView/index.js +0 -5
- package/3rdparty/walkontable/src/utils/orderView/sharedView.js +2 -33
- package/3rdparty/walkontable/src/utils/orderView/sharedView.mjs +6 -26
- package/3rdparty/walkontable/src/utils/orderView/view.js +14 -46
- package/3rdparty/walkontable/src/utils/orderView/view.mjs +21 -50
- package/3rdparty/walkontable/src/utils/orderView/viewSize.js +3 -15
- package/3rdparty/walkontable/src/utils/orderView/viewSize.mjs +3 -14
- package/3rdparty/walkontable/src/utils/orderView/viewSizeSet.js +8 -22
- package/3rdparty/walkontable/src/utils/orderView/viewSizeSet.mjs +23 -34
- package/3rdparty/walkontable/src/utils/row.js +2 -13
- package/3rdparty/walkontable/src/utils/row.mjs +2 -12
- package/3rdparty/walkontable/src/viewport.js +38 -100
- package/3rdparty/walkontable/src/viewport.mjs +40 -99
- package/CHANGELOG.md +76 -1
- package/base.js +6 -17
- package/base.mjs +6 -12
- package/cellTypes/autocompleteType/autocompleteType.js +0 -4
- package/cellTypes/autocompleteType/index.js +0 -2
- package/cellTypes/checkboxType/checkboxType.js +0 -3
- package/cellTypes/checkboxType/index.js +0 -2
- package/cellTypes/dateType/dateType.js +0 -4
- package/cellTypes/dateType/index.js +0 -2
- package/cellTypes/dropdownType/dropdownType.js +0 -4
- package/cellTypes/dropdownType/index.js +0 -2
- package/cellTypes/handsontableType/handsontableType.js +0 -3
- package/cellTypes/handsontableType/index.js +0 -2
- package/cellTypes/index.js +0 -21
- package/cellTypes/index.mjs +3 -5
- package/cellTypes/numericType/index.js +0 -2
- package/cellTypes/numericType/numericType.js +0 -4
- package/cellTypes/passwordType/index.js +0 -2
- package/cellTypes/passwordType/passwordType.js +0 -3
- package/cellTypes/registry.js +10 -25
- package/cellTypes/registry.mjs +10 -20
- package/cellTypes/textType/index.js +0 -2
- package/cellTypes/textType/textType.js +0 -3
- package/cellTypes/timeType/index.js +0 -2
- package/cellTypes/timeType/timeType.js +0 -4
- package/core.d.ts +5 -1
- package/core.js +505 -973
- package/core.mjs +510 -920
- package/dataMap/dataMap.js +106 -210
- package/dataMap/dataMap.mjs +106 -184
- package/{dataSource.js → dataMap/dataSource.js} +18 -66
- package/{dataSource.mjs → dataMap/dataSource.mjs} +20 -60
- package/dataMap/index.js +0 -13
- package/dataMap/metaManager/index.js +21 -46
- package/dataMap/metaManager/index.mjs +47 -64
- package/dataMap/metaManager/lazyFactoryMap.js +10 -61
- package/dataMap/metaManager/lazyFactoryMap.mjs +10 -45
- package/dataMap/metaManager/metaLayers/cellMeta.js +16 -52
- package/dataMap/metaManager/metaLayers/cellMeta.mjs +16 -37
- package/dataMap/metaManager/metaLayers/columnMeta.js +8 -22
- package/dataMap/metaManager/metaLayers/columnMeta.mjs +14 -25
- package/dataMap/metaManager/metaLayers/globalMeta.js +4 -19
- package/dataMap/metaManager/metaLayers/globalMeta.mjs +4 -15
- package/dataMap/metaManager/metaLayers/tableMeta.js +4 -15
- package/dataMap/metaManager/metaLayers/tableMeta.mjs +28 -37
- package/dataMap/metaManager/metaSchema.js +86 -179
- package/dataMap/metaManager/metaSchema.mjs +86 -170
- package/dataMap/metaManager/mods/dynamicCellMeta.js +6 -36
- package/dataMap/metaManager/mods/dynamicCellMeta.mjs +20 -39
- package/dataMap/metaManager/mods/extendMetaProperties.js +5 -28
- package/dataMap/metaManager/mods/extendMetaProperties.mjs +4 -18
- package/dataMap/metaManager/utils.js +11 -20
- package/dataMap/metaManager/utils.mjs +21 -23
- package/dataMap/replaceData.js +14 -35
- package/dataMap/replaceData.mjs +35 -45
- package/dist/handsontable.css +2 -2
- package/dist/handsontable.full.css +2 -2
- package/dist/handsontable.full.js +8478 -20043
- package/dist/handsontable.full.min.css +2 -2
- package/dist/handsontable.full.min.js +55 -55
- package/dist/handsontable.js +7995 -19560
- package/dist/handsontable.min.css +2 -2
- package/dist/handsontable.min.js +3 -3
- package/dist/languages/all.js +0 -175
- package/dist/languages/ar-AR.js +0 -10
- package/dist/languages/cs-CZ.js +0 -10
- package/dist/languages/de-CH.js +0 -10
- package/dist/languages/de-DE.js +0 -10
- package/dist/languages/en-US.js +0 -10
- package/dist/languages/es-MX.js +0 -10
- package/dist/languages/fr-FR.js +0 -10
- package/dist/languages/it-IT.js +0 -10
- package/dist/languages/ja-JP.js +0 -10
- package/dist/languages/ko-KR.js +0 -10
- package/dist/languages/lv-LV.js +0 -10
- package/dist/languages/nb-NO.js +0 -10
- package/dist/languages/nl-NL.js +0 -10
- package/dist/languages/pl-PL.js +0 -10
- package/dist/languages/pt-BR.js +0 -10
- package/dist/languages/ru-RU.js +0 -10
- package/dist/languages/sr-SP.js +0 -10
- package/dist/languages/zh-CN.js +0 -10
- package/dist/languages/zh-TW.js +0 -10
- package/editorManager.js +36 -105
- package/editorManager.mjs +36 -85
- package/editors/autocompleteEditor/autocompleteEditor.js +26 -133
- package/editors/autocompleteEditor/autocompleteEditor.mjs +26 -104
- package/editors/autocompleteEditor/index.js +0 -2
- package/editors/baseEditor/baseEditor.js +44 -154
- package/editors/baseEditor/baseEditor.mjs +44 -128
- package/editors/baseEditor/index.js +0 -2
- package/editors/checkboxEditor/checkboxEditor.js +2 -33
- package/editors/checkboxEditor/checkboxEditor.mjs +2 -19
- package/editors/checkboxEditor/index.js +0 -2
- package/editors/dateEditor/dateEditor.js +20 -96
- package/editors/dateEditor/dateEditor.mjs +20 -75
- package/editors/dateEditor/index.js +0 -2
- package/editors/dropdownEditor/dropdownEditor.js +1 -41
- package/editors/dropdownEditor/dropdownEditor.mjs +1 -22
- package/editors/dropdownEditor/index.js +0 -2
- package/editors/handsontableEditor/handsontableEditor.js +13 -85
- package/editors/handsontableEditor/handsontableEditor.mjs +13 -66
- package/editors/handsontableEditor/index.js +0 -2
- package/editors/index.js +0 -25
- package/editors/index.mjs +3 -5
- package/editors/numericEditor/index.js +0 -2
- package/editors/numericEditor/numericEditor.js +1 -31
- package/editors/numericEditor/numericEditor.mjs +1 -18
- package/editors/passwordEditor/index.js +0 -2
- package/editors/passwordEditor/passwordEditor.js +1 -38
- package/editors/passwordEditor/passwordEditor.mjs +1 -22
- package/editors/registry.js +10 -36
- package/editors/registry.mjs +10 -28
- package/editors/selectEditor/index.js +0 -2
- package/editors/selectEditor/selectEditor.js +21 -73
- package/editors/selectEditor/selectEditor.mjs +21 -56
- package/editors/textEditor/caretPositioner.js +0 -8
- package/editors/textEditor/caretPositioner.mjs +10 -18
- package/editors/textEditor/index.js +0 -2
- package/editors/textEditor/textEditor.js +38 -137
- package/editors/textEditor/textEditor.mjs +38 -106
- package/editors/timeEditor/index.js +0 -2
- package/editors/timeEditor/timeEditor.js +1 -36
- package/editors/timeEditor/timeEditor.mjs +1 -21
- package/eventManager.js +20 -56
- package/eventManager.mjs +23 -56
- package/helpers/array.js +22 -88
- package/helpers/array.mjs +22 -58
- package/helpers/browser.js +25 -51
- package/helpers/browser.mjs +25 -32
- package/helpers/console.js +3 -13
- package/helpers/console.mjs +8 -16
- package/helpers/data.d.ts +0 -1
- package/helpers/data.js +10 -55
- package/helpers/data.mjs +10 -33
- package/helpers/date.js +2 -3
- package/helpers/date.mjs +2 -2
- package/helpers/dom/element.js +66 -256
- package/helpers/dom/element.mjs +73 -192
- package/helpers/dom/event.js +3 -7
- package/helpers/dom/event.mjs +3 -3
- package/helpers/feature.js +13 -47
- package/helpers/feature.mjs +13 -31
- package/helpers/function.js +14 -59
- package/helpers/function.mjs +20 -52
- package/helpers/mixed.js +9 -64
- package/helpers/mixed.mjs +15 -50
- package/helpers/number.js +4 -46
- package/helpers/number.mjs +4 -23
- package/helpers/object.js +15 -68
- package/helpers/object.mjs +21 -50
- package/helpers/string.js +6 -28
- package/helpers/string.mjs +12 -21
- package/helpers/templateLiteralTag.js +0 -6
- package/helpers/templateLiteralTag.mjs +7 -10
- package/helpers/unicode.js +17 -22
- package/helpers/unicode.mjs +17 -13
- package/helpers/wrappers/jquery.js +4 -14
- package/helpers/wrappers/jquery.mjs +4 -13
- package/i18n/constants.js +1 -3
- package/i18n/constants.mjs +1 -1
- package/i18n/index.js +0 -7
- package/i18n/languages/ar-AR.js +0 -16
- package/i18n/languages/ar-AR.mjs +1 -4
- package/i18n/languages/cs-CZ.js +0 -16
- package/i18n/languages/cs-CZ.mjs +1 -4
- package/i18n/languages/de-CH.js +0 -16
- package/i18n/languages/de-CH.mjs +1 -4
- package/i18n/languages/de-DE.js +0 -16
- package/i18n/languages/de-DE.mjs +1 -4
- package/i18n/languages/en-US.js +0 -16
- package/i18n/languages/en-US.mjs +1 -4
- package/i18n/languages/es-MX.js +0 -16
- package/i18n/languages/es-MX.mjs +1 -4
- package/i18n/languages/fr-FR.js +0 -16
- package/i18n/languages/fr-FR.mjs +1 -4
- package/i18n/languages/index.js +0 -39
- package/i18n/languages/it-IT.js +0 -16
- package/i18n/languages/it-IT.mjs +1 -4
- package/i18n/languages/ja-JP.js +0 -16
- package/i18n/languages/ja-JP.mjs +1 -4
- package/i18n/languages/ko-KR.js +0 -16
- package/i18n/languages/ko-KR.mjs +1 -4
- package/i18n/languages/lv-LV.js +0 -16
- package/i18n/languages/lv-LV.mjs +1 -4
- package/i18n/languages/nb-NO.js +0 -16
- package/i18n/languages/nb-NO.mjs +1 -4
- package/i18n/languages/nl-NL.js +0 -16
- package/i18n/languages/nl-NL.mjs +1 -4
- package/i18n/languages/pl-PL.js +0 -16
- package/i18n/languages/pl-PL.mjs +1 -4
- package/i18n/languages/pt-BR.js +0 -16
- package/i18n/languages/pt-BR.mjs +1 -4
- package/i18n/languages/ru-RU.js +0 -16
- package/i18n/languages/ru-RU.mjs +1 -4
- package/i18n/languages/sr-SP.js +0 -16
- package/i18n/languages/sr-SP.mjs +1 -4
- package/i18n/languages/zh-CN.js +0 -16
- package/i18n/languages/zh-CN.mjs +1 -4
- package/i18n/languages/zh-TW.js +0 -16
- package/i18n/languages/zh-TW.mjs +1 -4
- package/i18n/phraseFormatters/index.js +4 -11
- package/i18n/phraseFormatters/index.mjs +4 -6
- package/i18n/phraseFormatters/pluralize.js +0 -5
- package/i18n/phraseFormatters/pluralize.mjs +0 -3
- package/i18n/phraseFormatters/substituteVariables.js +0 -4
- package/i18n/phraseFormatters/substituteVariables.mjs +8 -11
- package/i18n/registry.js +18 -59
- package/i18n/registry.mjs +18 -30
- package/i18n/utils.js +4 -22
- package/i18n/utils.mjs +13 -21
- package/index.js +19 -56
- package/index.mjs +19 -15
- package/languages/all.js +0 -175
- package/languages/ar-AR.js +0 -10
- package/languages/ar-AR.mjs +1 -4
- package/languages/cs-CZ.js +0 -10
- package/languages/cs-CZ.mjs +1 -4
- package/languages/de-CH.js +0 -10
- package/languages/de-CH.mjs +1 -4
- package/languages/de-DE.js +0 -10
- package/languages/de-DE.mjs +1 -4
- package/languages/en-US.js +0 -10
- package/languages/en-US.mjs +1 -4
- package/languages/es-MX.js +0 -10
- package/languages/es-MX.mjs +1 -4
- package/languages/fr-FR.js +0 -10
- package/languages/fr-FR.mjs +1 -4
- package/languages/index.js +0 -175
- package/languages/it-IT.js +0 -10
- package/languages/it-IT.mjs +1 -4
- package/languages/ja-JP.js +0 -10
- package/languages/ja-JP.mjs +1 -4
- package/languages/ko-KR.js +0 -10
- package/languages/ko-KR.mjs +1 -4
- package/languages/lv-LV.js +0 -10
- package/languages/lv-LV.mjs +1 -4
- package/languages/nb-NO.js +0 -10
- package/languages/nb-NO.mjs +1 -4
- package/languages/nl-NL.js +0 -10
- package/languages/nl-NL.mjs +1 -4
- package/languages/pl-PL.js +0 -10
- package/languages/pl-PL.mjs +1 -4
- package/languages/pt-BR.js +0 -10
- package/languages/pt-BR.mjs +1 -4
- package/languages/ru-RU.js +0 -10
- package/languages/ru-RU.mjs +1 -4
- package/languages/sr-SP.js +0 -10
- package/languages/sr-SP.mjs +1 -4
- package/languages/zh-CN.js +0 -10
- package/languages/zh-CN.mjs +1 -4
- package/languages/zh-TW.js +0 -10
- package/languages/zh-TW.mjs +1 -4
- package/mixins/hooksRefRegisterer.js +4 -18
- package/mixins/hooksRefRegisterer.mjs +4 -15
- package/mixins/localHooks.js +7 -17
- package/mixins/localHooks.mjs +7 -14
- package/package.json +1 -1
- package/pluginHooks.d.ts +3 -3
- package/pluginHooks.js +271 -96
- package/pluginHooks.mjs +270 -83
- package/plugins/autoColumnSize/autoColumnSize.js +74 -172
- package/plugins/autoColumnSize/autoColumnSize.mjs +74 -137
- package/plugins/autoColumnSize/index.js +0 -2
- package/plugins/autoRowSize/autoRowSize.js +73 -153
- package/plugins/autoRowSize/autoRowSize.mjs +73 -124
- package/plugins/autoRowSize/index.js +0 -2
- package/plugins/autofill/autofill.js +46 -163
- package/plugins/autofill/autofill.mjs +46 -131
- package/plugins/autofill/index.js +0 -2
- package/plugins/autofill/utils.js +4 -26
- package/plugins/autofill/utils.mjs +4 -18
- package/plugins/base/base.js +20 -89
- package/plugins/base/base.mjs +20 -61
- package/plugins/base/index.js +0 -2
- package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.js +19 -52
- package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.mjs +19 -33
- package/plugins/bindRowsWithHeaders/index.js +0 -2
- package/plugins/bindRowsWithHeaders/maps/looseBindsMap.js +5 -41
- package/plugins/bindRowsWithHeaders/maps/looseBindsMap.mjs +5 -29
- package/plugins/bindRowsWithHeaders/maps/strictBindsMap.js +6 -53
- package/plugins/bindRowsWithHeaders/maps/strictBindsMap.mjs +6 -37
- package/plugins/collapsibleColumns/collapsibleColumns.js +96 -188
- package/plugins/collapsibleColumns/collapsibleColumns.mjs +97 -158
- package/plugins/collapsibleColumns/index.js +0 -2
- package/plugins/columnSorting/columnSorting.js +50 -188
- package/plugins/columnSorting/columnSorting.mjs +50 -143
- package/plugins/columnSorting/columnStatesManager.js +15 -71
- package/plugins/columnSorting/columnStatesManager.mjs +15 -48
- package/plugins/columnSorting/domHelpers.js +2 -18
- package/plugins/columnSorting/domHelpers.mjs +2 -7
- package/plugins/columnSorting/index.js +0 -2
- package/plugins/columnSorting/rootComparator.js +5 -24
- package/plugins/columnSorting/rootComparator.mjs +12 -21
- package/plugins/columnSorting/sortFunction/checkbox.js +8 -16
- package/plugins/columnSorting/sortFunction/checkbox.mjs +16 -21
- package/plugins/columnSorting/sortFunction/date.js +2 -19
- package/plugins/columnSorting/sortFunction/date.mjs +10 -23
- package/plugins/columnSorting/sortFunction/default.js +2 -17
- package/plugins/columnSorting/sortFunction/default.mjs +10 -23
- package/plugins/columnSorting/sortFunction/numeric.js +2 -11
- package/plugins/columnSorting/sortFunction/numeric.mjs +10 -17
- package/plugins/columnSorting/sortService/engine.js +1 -7
- package/plugins/columnSorting/sortService/engine.mjs +1 -3
- package/plugins/columnSorting/sortService/index.js +0 -5
- package/plugins/columnSorting/sortService/registry.js +6 -18
- package/plugins/columnSorting/sortService/registry.mjs +6 -10
- package/plugins/columnSorting/utils.js +9 -34
- package/plugins/columnSorting/utils.mjs +9 -15
- package/plugins/columnSummary/columnSummary.js +52 -118
- package/plugins/columnSummary/columnSummary.mjs +52 -93
- package/plugins/columnSummary/endpoints.js +21 -98
- package/plugins/columnSummary/endpoints.mjs +26 -99
- package/plugins/columnSummary/index.js +0 -2
- package/plugins/columnSummary/utils.js +0 -1
- package/plugins/comments/commentEditor.js +16 -28
- package/plugins/comments/commentEditor.mjs +21 -32
- package/plugins/comments/comments.js +92 -175
- package/plugins/comments/comments.mjs +92 -149
- package/plugins/comments/displaySwitch.js +6 -23
- package/plugins/comments/displaySwitch.mjs +6 -18
- package/plugins/comments/index.js +0 -2
- package/plugins/contextMenu/commandExecutor.js +9 -36
- package/plugins/contextMenu/commandExecutor.mjs +14 -39
- package/plugins/contextMenu/contextMenu.js +21 -104
- package/plugins/contextMenu/contextMenu.mjs +21 -74
- package/plugins/contextMenu/cursor.js +6 -20
- package/plugins/contextMenu/cursor.mjs +11 -24
- package/plugins/contextMenu/index.js +0 -2
- package/plugins/contextMenu/itemsFactory.js +14 -43
- package/plugins/contextMenu/itemsFactory.mjs +19 -44
- package/plugins/contextMenu/menu.js +57 -177
- package/plugins/contextMenu/menu.mjs +57 -149
- package/plugins/contextMenu/predefinedItems/alignment.js +1 -55
- package/plugins/contextMenu/predefinedItems/alignment.mjs +1 -37
- package/plugins/contextMenu/predefinedItems/clearColumn.js +1 -20
- package/plugins/contextMenu/predefinedItems/clearColumn.mjs +1 -4
- package/plugins/contextMenu/predefinedItems/columnLeft.js +6 -43
- package/plugins/contextMenu/predefinedItems/columnLeft.mjs +6 -26
- package/plugins/contextMenu/predefinedItems/columnRight.js +4 -42
- package/plugins/contextMenu/predefinedItems/columnRight.mjs +4 -25
- package/plugins/contextMenu/predefinedItems/noItems.js +1 -4
- package/plugins/contextMenu/predefinedItems/noItems.mjs +1 -1
- package/plugins/contextMenu/predefinedItems/readOnly.js +1 -25
- package/plugins/contextMenu/predefinedItems/readOnly.mjs +1 -8
- package/plugins/contextMenu/predefinedItems/redo.js +1 -16
- package/plugins/contextMenu/predefinedItems/redo.mjs +1 -1
- package/plugins/contextMenu/predefinedItems/removeColumn.js +3 -38
- package/plugins/contextMenu/predefinedItems/removeColumn.mjs +3 -18
- package/plugins/contextMenu/predefinedItems/removeRow.js +3 -37
- package/plugins/contextMenu/predefinedItems/removeRow.mjs +3 -17
- package/plugins/contextMenu/predefinedItems/rowAbove.js +6 -35
- package/plugins/contextMenu/predefinedItems/rowAbove.mjs +6 -19
- package/plugins/contextMenu/predefinedItems/rowBelow.js +4 -42
- package/plugins/contextMenu/predefinedItems/rowBelow.mjs +4 -25
- package/plugins/contextMenu/predefinedItems/separator.js +1 -2
- package/plugins/contextMenu/predefinedItems/separator.mjs +1 -1
- package/plugins/contextMenu/predefinedItems/undo.js +1 -16
- package/plugins/contextMenu/predefinedItems/undo.mjs +1 -1
- package/plugins/contextMenu/predefinedItems.js +2 -48
- package/plugins/contextMenu/predefinedItems.mjs +2 -7
- package/plugins/contextMenu/utils.js +17 -57
- package/plugins/contextMenu/utils.mjs +21 -39
- package/plugins/copyPaste/clipboardData.js +1 -10
- package/plugins/copyPaste/clipboardData.mjs +1 -9
- package/plugins/copyPaste/contextMenuItem/copy.js +2 -17
- package/plugins/copyPaste/contextMenuItem/copy.mjs +6 -9
- package/plugins/copyPaste/contextMenuItem/cut.js +2 -17
- package/plugins/copyPaste/contextMenuItem/cut.mjs +6 -9
- package/plugins/copyPaste/copyPaste.js +51 -185
- package/plugins/copyPaste/copyPaste.mjs +51 -144
- package/plugins/copyPaste/focusableElement.js +12 -56
- package/plugins/copyPaste/focusableElement.mjs +15 -49
- package/plugins/copyPaste/index.js +0 -2
- package/plugins/copyPaste/pasteEvent.js +1 -10
- package/plugins/copyPaste/pasteEvent.mjs +3 -10
- package/plugins/customBorders/contextMenuItem/bottom.js +0 -17
- package/plugins/customBorders/contextMenuItem/bottom.mjs +4 -8
- package/plugins/customBorders/contextMenuItem/index.js +0 -11
- package/plugins/customBorders/contextMenuItem/left.js +0 -17
- package/plugins/customBorders/contextMenuItem/left.mjs +4 -8
- package/plugins/customBorders/contextMenuItem/noBorders.js +0 -15
- package/plugins/customBorders/contextMenuItem/noBorders.mjs +4 -6
- package/plugins/customBorders/contextMenuItem/right.js +0 -17
- package/plugins/customBorders/contextMenuItem/right.mjs +4 -8
- package/plugins/customBorders/contextMenuItem/top.js +0 -17
- package/plugins/customBorders/contextMenuItem/top.mjs +4 -8
- package/plugins/customBorders/customBorders.js +52 -181
- package/plugins/customBorders/customBorders.mjs +52 -147
- package/plugins/customBorders/index.js +0 -2
- package/plugins/customBorders/utils.js +13 -52
- package/plugins/customBorders/utils.mjs +20 -39
- package/plugins/dragToScroll/dragToScroll.js +17 -74
- package/plugins/dragToScroll/dragToScroll.mjs +17 -55
- package/plugins/dragToScroll/index.js +0 -2
- package/plugins/dropdownMenu/dropdownMenu.js +43 -126
- package/plugins/dropdownMenu/dropdownMenu.mjs +43 -95
- package/plugins/dropdownMenu/index.js +0 -2
- package/plugins/exportFile/dataProvider.js +24 -69
- package/plugins/exportFile/dataProvider.mjs +26 -60
- package/plugins/exportFile/exportFile.js +48 -58
- package/plugins/exportFile/exportFile.mjs +48 -36
- package/plugins/exportFile/index.js +0 -2
- package/plugins/exportFile/typeFactory.js +1 -11
- package/plugins/exportFile/typeFactory.mjs +1 -4
- package/plugins/exportFile/types/_base.js +2 -16
- package/plugins/exportFile/types/_base.mjs +4 -16
- package/plugins/exportFile/types/csv.js +2 -50
- package/plugins/exportFile/types/csv.mjs +2 -29
- package/plugins/filters/component/_base.js +12 -32
- package/plugins/filters/component/_base.mjs +15 -30
- package/plugins/filters/component/actionBar.js +6 -55
- package/plugins/filters/component/actionBar.mjs +9 -38
- package/plugins/filters/component/condition.js +15 -94
- package/plugins/filters/component/condition.mjs +18 -67
- package/plugins/filters/component/operators.js +10 -68
- package/plugins/filters/component/operators.mjs +10 -45
- package/plugins/filters/component/value.js +16 -97
- package/plugins/filters/component/value.mjs +19 -70
- package/plugins/filters/condition/beginsWith.js +2 -32
- package/plugins/filters/condition/beginsWith.mjs +2 -10
- package/plugins/filters/condition/between.js +3 -37
- package/plugins/filters/condition/between.mjs +3 -15
- package/plugins/filters/condition/byValue.js +3 -27
- package/plugins/filters/condition/byValue.mjs +3 -12
- package/plugins/filters/condition/contains.js +2 -32
- package/plugins/filters/condition/contains.mjs +2 -10
- package/plugins/filters/condition/date/after.js +2 -34
- package/plugins/filters/condition/date/after.mjs +2 -12
- package/plugins/filters/condition/date/before.js +2 -34
- package/plugins/filters/condition/date/before.mjs +2 -12
- package/plugins/filters/condition/date/today.js +1 -22
- package/plugins/filters/condition/date/today.mjs +1 -3
- package/plugins/filters/condition/date/tomorrow.js +1 -22
- package/plugins/filters/condition/date/tomorrow.mjs +1 -3
- package/plugins/filters/condition/date/yesterday.js +1 -22
- package/plugins/filters/condition/date/yesterday.mjs +1 -3
- package/plugins/filters/condition/empty.js +1 -19
- package/plugins/filters/condition/empty.mjs +1 -1
- package/plugins/filters/condition/endsWith.js +2 -32
- package/plugins/filters/condition/endsWith.mjs +2 -10
- package/plugins/filters/condition/equal.js +2 -31
- package/plugins/filters/condition/equal.mjs +2 -10
- package/plugins/filters/condition/false.js +1 -5
- package/plugins/filters/condition/false.mjs +1 -1
- package/plugins/filters/condition/greaterThan.js +2 -32
- package/plugins/filters/condition/greaterThan.mjs +2 -12
- package/plugins/filters/condition/greaterThanOrEqual.js +2 -32
- package/plugins/filters/condition/greaterThanOrEqual.mjs +2 -12
- package/plugins/filters/condition/lessThan.js +2 -32
- package/plugins/filters/condition/lessThan.mjs +2 -12
- package/plugins/filters/condition/lessThanOrEqual.js +2 -32
- package/plugins/filters/condition/lessThanOrEqual.mjs +2 -12
- package/plugins/filters/condition/none.js +1 -18
- package/plugins/filters/condition/none.mjs +1 -1
- package/plugins/filters/condition/notBetween.js +1 -19
- package/plugins/filters/condition/notBetween.mjs +1 -1
- package/plugins/filters/condition/notContains.js +1 -19
- package/plugins/filters/condition/notContains.mjs +1 -1
- package/plugins/filters/condition/notEmpty.js +1 -19
- package/plugins/filters/condition/notEmpty.mjs +1 -1
- package/plugins/filters/condition/notEqual.js +1 -19
- package/plugins/filters/condition/notEqual.mjs +1 -1
- package/plugins/filters/condition/true.js +1 -5
- package/plugins/filters/condition/true.mjs +1 -1
- package/plugins/filters/conditionCollection.js +21 -80
- package/plugins/filters/conditionCollection.mjs +21 -57
- package/plugins/filters/conditionRegisterer.js +5 -14
- package/plugins/filters/conditionRegisterer.mjs +5 -9
- package/plugins/filters/conditionUpdateObserver.js +17 -57
- package/plugins/filters/conditionUpdateObserver.mjs +25 -53
- package/plugins/filters/constants.js +1 -66
- package/plugins/filters/constants.mjs +1 -8
- package/plugins/filters/dataFilter.js +4 -21
- package/plugins/filters/dataFilter.mjs +7 -23
- package/plugins/filters/filters.js +103 -208
- package/plugins/filters/filters.mjs +103 -163
- package/plugins/filters/index.js +0 -2
- package/plugins/filters/logicalOperationRegisterer.js +3 -9
- package/plugins/filters/logicalOperationRegisterer.mjs +3 -4
- package/plugins/filters/logicalOperations/conjunction.js +2 -19
- package/plugins/filters/logicalOperations/conjunction.mjs +2 -2
- package/plugins/filters/logicalOperations/disjunction.js +2 -19
- package/plugins/filters/logicalOperations/disjunction.mjs +2 -2
- package/plugins/filters/logicalOperations/disjunctionWithExtraCondition.js +2 -21
- package/plugins/filters/logicalOperations/disjunctionWithExtraCondition.mjs +2 -3
- package/plugins/filters/ui/_base.js +12 -55
- package/plugins/filters/ui/_base.mjs +12 -35
- package/plugins/filters/ui/input.js +7 -52
- package/plugins/filters/ui/input.mjs +7 -34
- package/plugins/filters/ui/link.js +3 -43
- package/plugins/filters/ui/link.mjs +3 -25
- package/plugins/filters/ui/multipleSelect.js +26 -120
- package/plugins/filters/ui/multipleSelect.mjs +20 -76
- package/plugins/filters/ui/radioInput.js +6 -47
- package/plugins/filters/ui/radioInput.mjs +6 -30
- package/plugins/filters/ui/select.js +14 -76
- package/plugins/filters/ui/select.mjs +14 -52
- package/plugins/filters/utils.js +6 -39
- package/plugins/filters/utils.mjs +6 -23
- package/plugins/formulas/engine/register.js +24 -74
- package/plugins/formulas/engine/register.mjs +29 -51
- package/plugins/formulas/engine/settings.js +4 -24
- package/plugins/formulas/engine/settings.mjs +4 -12
- package/plugins/formulas/formulas.js +103 -295
- package/plugins/formulas/formulas.mjs +104 -248
- package/plugins/formulas/index.js +0 -2
- package/plugins/formulas/utils.js +1 -3
- package/plugins/formulas/utils.mjs +1 -1
- package/plugins/hiddenColumns/contextMenuItem/hideColumn.js +4 -38
- package/plugins/hiddenColumns/contextMenuItem/hideColumn.mjs +8 -25
- package/plugins/hiddenColumns/contextMenuItem/showColumn.js +17 -45
- package/plugins/hiddenColumns/contextMenuItem/showColumn.mjs +21 -29
- package/plugins/hiddenColumns/hiddenColumns.js +72 -149
- package/plugins/hiddenColumns/hiddenColumns.mjs +72 -108
- package/plugins/hiddenColumns/index.js +0 -2
- package/plugins/hiddenRows/contextMenuItem/hideRow.js +4 -38
- package/plugins/hiddenRows/contextMenuItem/hideRow.mjs +8 -25
- package/plugins/hiddenRows/contextMenuItem/showRow.js +17 -45
- package/plugins/hiddenRows/contextMenuItem/showRow.mjs +21 -29
- package/plugins/hiddenRows/hiddenRows.js +70 -148
- package/plugins/hiddenRows/hiddenRows.mjs +70 -107
- package/plugins/hiddenRows/index.js +0 -2
- package/plugins/index.js +0 -71
- package/plugins/index.mjs +3 -5
- package/plugins/manualColumnFreeze/contextMenuItem/freezeColumn.js +1 -28
- package/plugins/manualColumnFreeze/contextMenuItem/freezeColumn.mjs +5 -17
- package/plugins/manualColumnFreeze/contextMenuItem/unfreezeColumn.js +1 -28
- package/plugins/manualColumnFreeze/contextMenuItem/unfreezeColumn.mjs +5 -17
- package/plugins/manualColumnFreeze/index.js +0 -2
- package/plugins/manualColumnFreeze/manualColumnFreeze.js +21 -78
- package/plugins/manualColumnFreeze/manualColumnFreeze.mjs +21 -54
- package/plugins/manualColumnMove/index.js +0 -2
- package/plugins/manualColumnMove/manualColumnMove.js +45 -134
- package/plugins/manualColumnMove/manualColumnMove.mjs +45 -106
- package/plugins/manualColumnMove/ui/_base.js +12 -30
- package/plugins/manualColumnMove/ui/_base.mjs +12 -27
- package/plugins/manualColumnMove/ui/backlight.js +1 -37
- package/plugins/manualColumnMove/ui/backlight.mjs +1 -22
- package/plugins/manualColumnMove/ui/guideline.js +1 -37
- package/plugins/manualColumnMove/ui/guideline.mjs +1 -22
- package/plugins/manualColumnResize/index.js +0 -2
- package/plugins/manualColumnResize/manualColumnResize.js +44 -143
- package/plugins/manualColumnResize/manualColumnResize.mjs +43 -118
- package/plugins/manualRowMove/index.js +0 -2
- package/plugins/manualRowMove/manualRowMove.js +45 -137
- package/plugins/manualRowMove/manualRowMove.mjs +45 -109
- package/plugins/manualRowMove/ui/_base.js +12 -27
- package/plugins/manualRowMove/ui/_base.mjs +12 -26
- package/plugins/manualRowMove/ui/backlight.js +1 -37
- package/plugins/manualRowMove/ui/backlight.mjs +1 -22
- package/plugins/manualRowMove/ui/guideline.js +1 -37
- package/plugins/manualRowMove/ui/guideline.mjs +1 -22
- package/plugins/manualRowResize/index.js +0 -2
- package/plugins/manualRowResize/manualRowResize.js +42 -138
- package/plugins/manualRowResize/manualRowResize.mjs +41 -112
- package/plugins/mergeCells/calculations/autofill.js +39 -130
- package/plugins/mergeCells/calculations/autofill.mjs +44 -122
- package/plugins/mergeCells/calculations/selection.js +9 -40
- package/plugins/mergeCells/calculations/selection.mjs +9 -37
- package/plugins/mergeCells/cellCoords.js +30 -51
- package/plugins/mergeCells/cellCoords.mjs +35 -54
- package/plugins/mergeCells/cellsCollection.js +13 -84
- package/plugins/mergeCells/cellsCollection.mjs +18 -69
- package/plugins/mergeCells/contextMenuItem/toggleMerge.js +0 -22
- package/plugins/mergeCells/contextMenuItem/toggleMerge.mjs +4 -11
- package/plugins/mergeCells/index.js +0 -2
- package/plugins/mergeCells/mergeCells.js +130 -333
- package/plugins/mergeCells/mergeCells.mjs +130 -292
- package/plugins/mergeCells/utils.js +0 -3
- package/plugins/mergeCells/utils.mjs +0 -1
- package/plugins/multiColumnSorting/domHelpers.js +2 -12
- package/plugins/multiColumnSorting/domHelpers.mjs +2 -5
- package/plugins/multiColumnSorting/index.js +0 -2
- package/plugins/multiColumnSorting/multiColumnSorting.js +14 -66
- package/plugins/multiColumnSorting/multiColumnSorting.mjs +14 -44
- package/plugins/multiColumnSorting/rootComparator.js +2 -26
- package/plugins/multiColumnSorting/rootComparator.mjs +9 -23
- package/plugins/multiColumnSorting/utils.js +0 -7
- package/plugins/multiColumnSorting/utils.mjs +3 -8
- package/plugins/multipleSelectionHandles/index.js +0 -2
- package/plugins/multipleSelectionHandles/multipleSelectionHandles.js +6 -109
- package/plugins/multipleSelectionHandles/multipleSelectionHandles.mjs +6 -87
- package/plugins/nestedHeaders/index.js +0 -2
- package/plugins/nestedHeaders/nestedHeaders.js +79 -200
- package/plugins/nestedHeaders/nestedHeaders.mjs +80 -173
- package/plugins/nestedHeaders/stateManager/headersTree.js +16 -93
- package/plugins/nestedHeaders/stateManager/headersTree.mjs +16 -73
- package/plugins/nestedHeaders/stateManager/index.js +24 -107
- package/plugins/nestedHeaders/stateManager/index.mjs +51 -115
- package/plugins/nestedHeaders/stateManager/matrixGenerator.js +7 -25
- package/plugins/nestedHeaders/stateManager/matrixGenerator.mjs +38 -51
- package/plugins/nestedHeaders/stateManager/nodeModifiers/collapse.js +12 -27
- package/plugins/nestedHeaders/stateManager/nodeModifiers/collapse.mjs +29 -35
- package/plugins/nestedHeaders/stateManager/nodeModifiers/expand.js +10 -25
- package/plugins/nestedHeaders/stateManager/nodeModifiers/expand.mjs +26 -32
- package/plugins/nestedHeaders/stateManager/nodeModifiers/hideColumn.js +3 -19
- package/plugins/nestedHeaders/stateManager/nodeModifiers/hideColumn.mjs +9 -20
- package/plugins/nestedHeaders/stateManager/nodeModifiers/index.js +2 -12
- package/plugins/nestedHeaders/stateManager/nodeModifiers/index.mjs +2 -5
- package/plugins/nestedHeaders/stateManager/nodeModifiers/showColumn.js +3 -22
- package/plugins/nestedHeaders/stateManager/nodeModifiers/showColumn.mjs +9 -21
- package/plugins/nestedHeaders/stateManager/nodeModifiers/utils/tree.js +3 -10
- package/plugins/nestedHeaders/stateManager/nodeModifiers/utils/tree.mjs +3 -7
- package/plugins/nestedHeaders/stateManager/settingsNormalizer.js +5 -36
- package/plugins/nestedHeaders/stateManager/settingsNormalizer.mjs +44 -61
- package/plugins/nestedHeaders/stateManager/sourceSettings.js +16 -78
- package/plugins/nestedHeaders/stateManager/sourceSettings.mjs +21 -68
- package/plugins/nestedHeaders/stateManager/utils.js +19 -22
- package/plugins/nestedHeaders/stateManager/utils.mjs +19 -20
- package/plugins/nestedHeaders/utils/ghostTable.js +9 -37
- package/plugins/nestedHeaders/utils/ghostTable.mjs +16 -43
- package/plugins/nestedRows/data/dataManager.js +40 -161
- package/plugins/nestedRows/data/dataManager.mjs +44 -148
- package/plugins/nestedRows/index.js +0 -2
- package/plugins/nestedRows/nestedRows.js +40 -118
- package/plugins/nestedRows/nestedRows.mjs +40 -85
- package/plugins/nestedRows/ui/_base.js +1 -9
- package/plugins/nestedRows/ui/_base.mjs +1 -8
- package/plugins/nestedRows/ui/collapsing.js +28 -134
- package/plugins/nestedRows/ui/collapsing.mjs +34 -118
- package/plugins/nestedRows/ui/contextMenu.js +2 -53
- package/plugins/nestedRows/ui/contextMenu.mjs +2 -32
- package/plugins/nestedRows/ui/headers.js +5 -50
- package/plugins/nestedRows/ui/headers.mjs +11 -41
- package/plugins/nestedRows/utils/rowMoveController.js +28 -78
- package/plugins/nestedRows/utils/rowMoveController.mjs +33 -66
- package/plugins/persistentState/index.js +0 -2
- package/plugins/persistentState/persistentState.js +10 -58
- package/plugins/persistentState/persistentState.mjs +10 -37
- package/plugins/persistentState/storage.js +9 -25
- package/plugins/persistentState/storage.mjs +12 -26
- package/plugins/registry.js +7 -51
- package/plugins/registry.mjs +8 -34
- package/plugins/search/index.js +0 -2
- package/plugins/search/search.js +16 -96
- package/plugins/search/search.mjs +16 -67
- package/plugins/touchScroll/index.js +0 -2
- package/plugins/touchScroll/touchScroll.js +15 -76
- package/plugins/touchScroll/touchScroll.mjs +15 -58
- package/plugins/trimRows/index.js +0 -2
- package/plugins/trimRows/trimRows.js +59 -85
- package/plugins/trimRows/trimRows.mjs +59 -62
- package/plugins/undoRedo/index.js +0 -14
- package/plugins/undoRedo/undoRedo.js +48 -218
- package/plugins/undoRedo/undoRedo.mjs +48 -188
- package/registry.js +0 -11
- package/registry.mjs +2 -4
- package/renderers/autocompleteRenderer/autocompleteRenderer.js +5 -14
- package/renderers/autocompleteRenderer/autocompleteRenderer.mjs +5 -6
- package/renderers/autocompleteRenderer/index.js +0 -2
- package/renderers/baseRenderer/baseRenderer.js +2 -11
- package/renderers/baseRenderer/baseRenderer.mjs +2 -9
- package/renderers/baseRenderer/index.js +0 -2
- package/renderers/checkboxRenderer/checkboxRenderer.js +22 -103
- package/renderers/checkboxRenderer/checkboxRenderer.mjs +22 -81
- package/renderers/checkboxRenderer/index.js +0 -2
- package/renderers/htmlRenderer/htmlRenderer.js +1 -7
- package/renderers/htmlRenderer/htmlRenderer.mjs +1 -1
- package/renderers/htmlRenderer/index.js +0 -2
- package/renderers/index.js +0 -19
- package/renderers/index.mjs +3 -5
- package/renderers/numericRenderer/index.js +0 -2
- package/renderers/numericRenderer/numericRenderer.js +1 -21
- package/renderers/numericRenderer/numericRenderer.mjs +1 -9
- package/renderers/passwordRenderer/index.js +0 -2
- package/renderers/passwordRenderer/passwordRenderer.js +1 -8
- package/renderers/passwordRenderer/passwordRenderer.mjs +1 -1
- package/renderers/registry.js +7 -16
- package/renderers/registry.mjs +7 -14
- package/renderers/textRenderer/index.js +0 -2
- package/renderers/textRenderer/textRenderer.js +1 -13
- package/renderers/textRenderer/textRenderer.mjs +1 -5
- package/renderers/timeRenderer/index.js +0 -2
- package/renderers/timeRenderer/timeRenderer.js +1 -6
- package/renderers/timeRenderer/timeRenderer.mjs +1 -1
- package/selection/highlight/highlight.js +17 -73
- package/selection/highlight/highlight.mjs +31 -64
- package/selection/highlight/types/activeHeader.js +1 -21
- package/selection/highlight/types/activeHeader.mjs +6 -16
- package/selection/highlight/types/area.js +2 -22
- package/selection/highlight/types/area.mjs +10 -20
- package/selection/highlight/types/cell.js +1 -21
- package/selection/highlight/types/cell.mjs +9 -19
- package/selection/highlight/types/customSelection.js +2 -22
- package/selection/highlight/types/customSelection.mjs +11 -21
- package/selection/highlight/types/fill.js +2 -17
- package/selection/highlight/types/fill.mjs +9 -14
- package/selection/highlight/types/header.js +3 -23
- package/selection/highlight/types/header.mjs +13 -23
- package/selection/highlight/types/index.js +3 -24
- package/selection/highlight/types/index.mjs +3 -10
- package/selection/highlight/visualSelection.js +24 -74
- package/selection/highlight/visualSelection.mjs +24 -62
- package/selection/index.js +0 -14
- package/selection/mouseEventHandler.js +19 -30
- package/selection/mouseEventHandler.mjs +32 -36
- package/selection/range.js +11 -31
- package/selection/range.mjs +11 -22
- package/selection/selection.js +62 -157
- package/selection/selection.mjs +65 -132
- package/selection/transformation.js +10 -40
- package/selection/transformation.mjs +18 -45
- package/selection/utils.js +22 -70
- package/selection/utils.mjs +22 -47
- package/shortcuts/context.js +23 -78
- package/shortcuts/context.mjs +23 -55
- package/shortcuts/index.js +0 -2
- package/shortcuts/keyObserver.js +4 -17
- package/shortcuts/keyObserver.mjs +4 -12
- package/shortcuts/manager.js +16 -36
- package/shortcuts/manager.mjs +16 -33
- package/shortcuts/recorder.js +9 -40
- package/shortcuts/recorder.mjs +9 -31
- package/shortcuts/utils.js +5 -20
- package/shortcuts/utils.mjs +5 -6
- package/tableView.js +100 -270
- package/tableView.mjs +100 -248
- package/translations/changesObservable/observable.js +5 -54
- package/translations/changesObservable/observable.mjs +12 -51
- package/translations/changesObservable/observer.js +4 -32
- package/translations/changesObservable/observer.mjs +9 -29
- package/translations/changesObservable/utils.js +1 -5
- package/translations/changesObservable/utils.mjs +1 -4
- package/translations/index.js +0 -11
- package/translations/indexMapper.js +68 -156
- package/translations/indexMapper.mjs +68 -123
- package/translations/mapCollections/aggregatedCollection.js +9 -51
- package/translations/mapCollections/aggregatedCollection.mjs +12 -41
- package/translations/mapCollections/index.js +0 -7
- package/translations/mapCollections/mapCollection.js +10 -33
- package/translations/mapCollections/mapCollection.mjs +10 -22
- package/translations/maps/hidingMap.js +2 -35
- package/translations/maps/hidingMap.mjs +7 -28
- package/translations/maps/index.js +1 -24
- package/translations/maps/index.mjs +1 -3
- package/translations/maps/indexMap.js +12 -34
- package/translations/maps/indexMap.mjs +16 -32
- package/translations/maps/indexesSequence.js +3 -41
- package/translations/maps/indexesSequence.mjs +9 -32
- package/translations/maps/linkedPhysicalIndexToValueMap.js +9 -78
- package/translations/maps/linkedPhysicalIndexToValueMap.mjs +16 -59
- package/translations/maps/physicalIndexToValueMap.js +2 -39
- package/translations/maps/physicalIndexToValueMap.mjs +8 -31
- package/translations/maps/trimmingMap.js +2 -35
- package/translations/maps/trimmingMap.mjs +7 -28
- package/translations/maps/utils/actionsOnIndexes.js +1 -7
- package/translations/maps/utils/actionsOnIndexes.mjs +9 -12
- package/translations/maps/utils/index.js +0 -13
- package/translations/maps/utils/index.mjs +0 -3
- package/translations/maps/utils/indexesSequence.js +1 -24
- package/translations/maps/utils/indexesSequence.mjs +10 -19
- package/translations/maps/utils/physicallyIndexed.js +1 -27
- package/translations/maps/utils/physicallyIndexed.mjs +11 -21
- package/utils/dataStructures/linkedList.js +15 -56
- package/utils/dataStructures/linkedList.mjs +15 -54
- package/utils/dataStructures/priorityMap.js +8 -46
- package/utils/dataStructures/priorityMap.mjs +8 -29
- package/utils/dataStructures/queue.js +6 -17
- package/utils/dataStructures/queue.mjs +6 -16
- package/utils/dataStructures/stack.js +6 -17
- package/utils/dataStructures/stack.mjs +6 -16
- package/utils/dataStructures/tree.js +11 -75
- package/utils/dataStructures/tree.mjs +11 -54
- package/utils/dataStructures/uniqueMap.js +17 -56
- package/utils/dataStructures/uniqueMap.mjs +17 -42
- package/utils/dataStructures/uniqueSet.js +5 -32
- package/utils/dataStructures/uniqueSet.mjs +5 -19
- package/utils/ghostTable.js +33 -104
- package/utils/ghostTable.mjs +35 -92
- package/utils/interval.js +10 -37
- package/utils/interval.mjs +7 -29
- package/utils/parseTable.js +11 -92
- package/utils/parseTable.mjs +11 -62
- package/utils/rootInstance.js +3 -14
- package/utils/rootInstance.mjs +3 -3
- package/utils/samplesGenerator.js +15 -51
- package/utils/samplesGenerator.mjs +17 -44
- package/utils/staticRegister.js +6 -33
- package/utils/staticRegister.mjs +6 -19
- package/validators/autocompleteValidator/autocompleteValidator.js +2 -10
- package/validators/autocompleteValidator/autocompleteValidator.mjs +2 -8
- package/validators/autocompleteValidator/index.js +0 -2
- package/validators/dateValidator/dateValidator.js +2 -21
- package/validators/dateValidator/dateValidator.mjs +2 -11
- package/validators/dateValidator/index.js +0 -2
- package/validators/index.js +0 -11
- package/validators/index.mjs +3 -5
- package/validators/numericValidator/index.js +0 -2
- package/validators/numericValidator/numericValidator.js +1 -7
- package/validators/numericValidator/numericValidator.mjs +1 -3
- package/validators/registry.js +7 -16
- package/validators/registry.mjs +7 -14
- package/validators/timeValidator/index.js +0 -2
- package/validators/timeValidator/timeValidator.js +6 -18
- package/validators/timeValidator/timeValidator.mjs +8 -13
@@ -5,19 +5,16 @@ import "core-js/modules/es.symbol.iterator.js";
|
|
5
5
|
import "core-js/modules/es.array.iterator.js";
|
6
6
|
import "core-js/modules/es.string.iterator.js";
|
7
7
|
import "core-js/modules/web.dom-collections.iterator.js";
|
8
|
-
|
9
8
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
10
|
-
|
11
9
|
import { isEmpty } from "../../helpers/mixed.mjs";
|
12
10
|
import { isObjectEqual } from "../../helpers/object.mjs";
|
13
11
|
/* eslint-disable jsdoc/require-description-complete-sentence */
|
14
|
-
|
15
12
|
/**
|
16
13
|
* @alias Options
|
17
14
|
* @class Options
|
18
15
|
* @description
|
19
16
|
*
|
20
|
-
* [Configuration options](@/guides/getting-started/
|
17
|
+
* [Configuration options](@/guides/getting-started/configuration-options.md) let you heavily customize your Handsontable instance. For example, you can:
|
21
18
|
*
|
22
19
|
* - Enable and disable built-in features
|
23
20
|
* - Enable and configure additional [plugins](@/guides/tools-and-building/custom-plugins.md)
|
@@ -25,10 +22,11 @@ import { isObjectEqual } from "../../helpers/object.mjs";
|
|
25
22
|
* - Adjust Handsontable's behavior
|
26
23
|
* - Implement your own custom features
|
27
24
|
*
|
28
|
-
* To apply [configuration options](@/guides/getting-started/
|
25
|
+
* To apply [configuration options](@/guides/getting-started/configuration-options.md), pass them as
|
29
26
|
* a second argument of the [Handsontable constructor](@/guides/getting-started/installation.md#initialize-handsontable),
|
30
27
|
* using the [object literal notation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Object_initializer):
|
31
28
|
*
|
29
|
+
* ::: only-for javascript
|
32
30
|
* ```js
|
33
31
|
* const container = document.getElementById('example');
|
34
32
|
*
|
@@ -47,22 +45,58 @@ import { isObjectEqual } from "../../helpers/object.mjs";
|
|
47
45
|
* manualRowMove: true,
|
48
46
|
* });
|
49
47
|
* ```
|
48
|
+
* :::
|
49
|
+
*
|
50
|
+
* ::: only-for react
|
51
|
+
* ```jsx
|
52
|
+
* <HotTable
|
53
|
+
* // configuration options, in the object literal notation
|
54
|
+
* licenseKey='non-commercial-and-evaluation'
|
55
|
+
* data={Handsontable.helper.createSpreadsheetData(5, 10)}
|
56
|
+
* width={400}
|
57
|
+
* height={300}
|
58
|
+
* colHeaders={true}
|
59
|
+
* rowHeaders={true}
|
60
|
+
* customBorders={true}
|
61
|
+
* dropdownMenu={true}
|
62
|
+
* multiColumnSorting={true}
|
63
|
+
* filters={true}
|
64
|
+
* manualRowMove={true}
|
65
|
+
* />
|
66
|
+
* ```
|
67
|
+
* :::
|
50
68
|
*
|
51
69
|
* Depending on your needs, you can apply [configuration options](@/api/options.md) to different elements of your grid:
|
52
|
-
* - [The entire grid](@/guides/getting-started/
|
53
|
-
* - [Individual columns](@/guides/getting-started/
|
54
|
-
* - [Individual rows](@/guides/getting-started/
|
55
|
-
* - [Individual cells](@/guides/getting-started/
|
56
|
-
* - [Individual grid elements, based on any logic you implement](@/guides/getting-started/
|
70
|
+
* - [The entire grid](@/guides/getting-started/configuration-options.md#setting-grid-options)
|
71
|
+
* - [Individual columns](@/guides/getting-started/configuration-options.md#setting-column-options)
|
72
|
+
* - [Individual rows](@/guides/getting-started/configuration-options.md#setting-row-options)
|
73
|
+
* - [Individual cells](@/guides/getting-started/configuration-options.md#setting-cell-options)
|
74
|
+
* - [Individual grid elements, based on any logic you implement](@/guides/getting-started/configuration-options.md#implementing-custom-logic)
|
57
75
|
*
|
58
76
|
* Read more:
|
59
|
-
* - [Configuration options](@/guides/getting-started/
|
77
|
+
* - [Configuration options](@/guides/getting-started/configuration-options.md)
|
60
78
|
*/
|
61
|
-
|
62
79
|
export default (function () {
|
63
80
|
return {
|
64
81
|
/* eslint-disable jsdoc/require-description-complete-sentence */
|
65
82
|
|
83
|
+
/**
|
84
|
+
* Information on which of the meta properties were added automatically.
|
85
|
+
* For example: setting the `renderer` property directly won't extend the `_automaticallyAssignedMetaProps`
|
86
|
+
* entry, but setting a `type` will modify it to:
|
87
|
+
* ```
|
88
|
+
* _automaticallyAssignedMetaProps: {
|
89
|
+
* renderer: true,
|
90
|
+
* editor: true,
|
91
|
+
* validator: true
|
92
|
+
* }
|
93
|
+
* ```
|
94
|
+
*
|
95
|
+
* @private
|
96
|
+
* @type {object}
|
97
|
+
* @default {}
|
98
|
+
*/
|
99
|
+
_automaticallyAssignedMetaProps: {},
|
66
100
|
/**
|
67
101
|
* The `activeHeaderClassName` option lets you add a CSS class name
|
68
102
|
* to every currently-active, currently-selected header (when a whole column or row is selected).
|
@@ -92,7 +126,6 @@ export default (function () {
|
|
92
126
|
* ```
|
93
127
|
*/
|
94
128
|
activeHeaderClassName: 'ht__active_highlight',
|
95
|
-
|
96
129
|
/**
|
97
130
|
* The `allowEmpty` option determines whether Handsontable accepts the following values:
|
98
131
|
* - `null`
|
@@ -132,7 +165,6 @@ export default (function () {
|
|
132
165
|
* ```
|
133
166
|
*/
|
134
167
|
allowEmpty: true,
|
135
|
-
|
136
168
|
/**
|
137
169
|
* The `allowHtml` option configures whether [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md)
|
138
170
|
* and [`dropdown`](@/guides/cell-types/dropdown-cell-type.md) cells' [`source`](#source) data
|
@@ -172,7 +204,6 @@ export default (function () {
|
|
172
204
|
* ```
|
173
205
|
*/
|
174
206
|
allowHtml: false,
|
175
|
-
|
176
207
|
/**
|
177
208
|
* If set to `true`, the `allowInsertColumn` option adds the following menu items to the [context menu](@/guides/accessories-and-menus/context-menu.md):
|
178
209
|
* - **Insert column left**
|
@@ -190,7 +221,6 @@ export default (function () {
|
|
190
221
|
* ```
|
191
222
|
*/
|
192
223
|
allowInsertColumn: true,
|
193
|
-
|
194
224
|
/**
|
195
225
|
* If set to `true`, the `allowInsertRow` option adds the following menu items to the [context menu](@/guides/accessories-and-menus/context-menu.md):
|
196
226
|
* - **Insert row above**
|
@@ -208,7 +238,6 @@ export default (function () {
|
|
208
238
|
* ```
|
209
239
|
*/
|
210
240
|
allowInsertRow: true,
|
211
|
-
|
212
241
|
/**
|
213
242
|
* The `allowInvalid` option determines whether Handsontable accepts values
|
214
243
|
* that were marked as `invalid` by the [cell validator](@/guides/cell-functions/cell-validator.md).
|
@@ -241,7 +270,6 @@ export default (function () {
|
|
241
270
|
* ```
|
242
271
|
*/
|
243
272
|
allowInvalid: true,
|
244
|
-
|
245
273
|
/**
|
246
274
|
* If set to `true`, the `allowRemoveColumn` option adds the following menu items to the [context menu](@/guides/accessories-and-menus/context-menu.md):
|
247
275
|
* - **Remove column**
|
@@ -261,7 +289,6 @@ export default (function () {
|
|
261
289
|
* ```
|
262
290
|
*/
|
263
291
|
allowRemoveColumn: true,
|
264
|
-
|
265
292
|
/**
|
266
293
|
* If set to `true`, the `allowRemoveRow` option adds the following menu items to the [context menu](@/guides/accessories-and-menus/context-menu.md):
|
267
294
|
* - **Remove row**
|
@@ -281,7 +308,6 @@ export default (function () {
|
|
281
308
|
* ```
|
282
309
|
*/
|
283
310
|
allowRemoveRow: true,
|
284
|
-
|
285
311
|
/**
|
286
312
|
* The `autoColumnSize` option configures the [`AutoColumnSize`](@/api/autoColumnSize.md) plugin.
|
287
313
|
*
|
@@ -332,7 +358,6 @@ export default (function () {
|
|
332
358
|
* ```
|
333
359
|
*/
|
334
360
|
autoColumnSize: void 0,
|
335
|
-
|
336
361
|
/**
|
337
362
|
* The `autoRowSize` option configures the [`AutoRowSize`](@/api/autoRowSize.md) plugin.
|
338
363
|
*
|
@@ -372,7 +397,6 @@ export default (function () {
|
|
372
397
|
* ```
|
373
398
|
*/
|
374
399
|
autoRowSize: void 0,
|
375
|
-
|
376
400
|
/**
|
377
401
|
* The `autoWrapCol` option determines what happens to current cell selection when you navigate to the grid's top or bottom edge.
|
378
402
|
*
|
@@ -395,7 +419,6 @@ export default (function () {
|
|
395
419
|
* ```
|
396
420
|
*/
|
397
421
|
autoWrapCol: false,
|
398
|
-
|
399
422
|
/**
|
400
423
|
* The `autoWrapRow` option determines what happens to current cell selection when you navigate to the grid's left or right edge.
|
401
424
|
*
|
@@ -418,7 +441,6 @@ export default (function () {
|
|
418
441
|
* ```
|
419
442
|
*/
|
420
443
|
autoWrapRow: false,
|
421
|
-
|
422
444
|
/**
|
423
445
|
* @description
|
424
446
|
* The `bindRowsWithHeaders` option configures the [`BindRowsWithHeaders`](@/api/bindRowsWithHeaders.md) plugin.
|
@@ -445,15 +467,14 @@ export default (function () {
|
|
445
467
|
* ```
|
446
468
|
*/
|
447
469
|
bindRowsWithHeaders: void 0,
|
448
|
-
|
449
470
|
/**
|
450
|
-
* The `cell` option lets you apply [configuration options](@/guides/getting-started/
|
471
|
+
* The `cell` option lets you apply [configuration options](@/guides/getting-started/configuration-options.md) to individual cells.
|
451
472
|
*
|
452
|
-
* The `cell` option overwrites the [top-level grid options](@/guides/getting-started/
|
473
|
+
* The `cell` option overwrites the [top-level grid options](@/guides/getting-started/configuration-options.md#setting-grid-options),
|
453
474
|
* and the [`columns`](#columns) options.
|
454
475
|
*
|
455
476
|
* Read more:
|
456
|
-
* - [Configuration options: Setting cell options](@/guides/getting-started/
|
477
|
+
* - [Configuration options: Setting cell options](@/guides/getting-started/configuration-options.md#setting-cell-options)
|
457
478
|
* - [`columns`](#columns)
|
458
479
|
*
|
459
480
|
* @memberof Options#
|
@@ -475,10 +496,9 @@ export default (function () {
|
|
475
496
|
* ```
|
476
497
|
*/
|
477
498
|
cell: [],
|
478
|
-
|
479
499
|
/**
|
480
500
|
* @description
|
481
|
-
* The `cells` option lets you apply any other [configuration options](@/guides/getting-started/
|
501
|
+
* The `cells` option lets you apply any other [configuration options](@/guides/getting-started/configuration-options.md) to
|
482
502
|
* individual grid elements (columns, rows, cells), based on any logic you implement.
|
483
503
|
*
|
484
504
|
* The `cells` option overwrites all other options (including options set by [`columns`](#columns) and [`cell`](#cell)).
|
@@ -491,8 +511,8 @@ export default (function () {
|
|
491
511
|
* | `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. |
|
492
512
|
*
|
493
513
|
* Read more:
|
494
|
-
* - [Configuration options: Implementing custom logic](@/guides/getting-started/
|
495
|
-
* - [Configuration options: Setting row options](@/guides/getting-started/
|
514
|
+
* - [Configuration options: Implementing custom logic](@/guides/getting-started/configuration-options.md#implementing-custom-logic)
|
515
|
+
* - [Configuration options: Setting row options](@/guides/getting-started/configuration-options.md#setting-row-options)
|
496
516
|
* - [`columns`](#columns)
|
497
517
|
* - [`cell`](#cell)
|
498
518
|
*
|
@@ -518,7 +538,6 @@ export default (function () {
|
|
518
538
|
* ```
|
519
539
|
*/
|
520
540
|
cells: void 0,
|
521
|
-
|
522
541
|
/**
|
523
542
|
* The `checkedTemplate` option lets you configure what value
|
524
543
|
* a checked [`checkbox`](@/guides/cell-types/checkbox-cell-type.md) cell has.
|
@@ -561,7 +580,6 @@ export default (function () {
|
|
561
580
|
* ```
|
562
581
|
*/
|
563
582
|
checkedTemplate: void 0,
|
564
|
-
|
565
583
|
/**
|
566
584
|
* The `className` option lets you add CSS class names to every currently-selected element.
|
567
585
|
*
|
@@ -572,10 +590,15 @@ export default (function () {
|
|
572
590
|
* | A string | Add a single CSS class name to every currently-selected element |
|
573
591
|
* | An array of strings | Add multiple CSS class names to every currently-selected element |
|
574
592
|
*
|
575
|
-
*
|
593
|
+
* ::: tip
|
594
|
+
* Don't change the `className` metadata of the [column summary](@/guides/columns/column-summary.md) row.
|
595
|
+
* To style the summary row, use the class name assigned automatically by the [`ColumnSummary`](@/api/columnSummary.md) plugin: `columnSummaryResult`.
|
596
|
+
* :::
|
597
|
+
*
|
598
|
+
* To apply different CSS class names on different levels, use Handsontable's [cascading configuration](@/guides/getting-started/configuration-options.md#cascading-configuration).
|
576
599
|
*
|
577
600
|
* Read more:
|
578
|
-
* - [Configuration options: Cascading configuration](@/guides/getting-started/
|
601
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options.md#cascading-configuration)
|
579
602
|
* - [`currentRowClassName`](#currentRowClassName)
|
580
603
|
* - [`currentColClassName`](#currentColClassName)
|
581
604
|
* - [`currentHeaderClassName`](#currentHeaderClassName)
|
@@ -604,7 +627,6 @@ export default (function () {
|
|
604
627
|
* ```
|
605
628
|
*/
|
606
629
|
className: void 0,
|
607
|
-
|
608
630
|
/**
|
609
631
|
* The `colHeaders` option configures your grid's column headers.
|
610
632
|
*
|
@@ -640,7 +662,6 @@ export default (function () {
|
|
640
662
|
* ```
|
641
663
|
*/
|
642
664
|
colHeaders: null,
|
643
|
-
|
644
665
|
/**
|
645
666
|
* @description
|
646
667
|
* The `collapsibleColumns` option configures the [`CollapsibleColumns`](@/api/collapsibleColumns.md) plugin.
|
@@ -674,7 +695,6 @@ export default (function () {
|
|
674
695
|
* ```
|
675
696
|
*/
|
676
697
|
collapsibleColumns: void 0,
|
677
|
-
|
678
698
|
/**
|
679
699
|
* @description
|
680
700
|
* The `columnHeaderHeight` option configures the height of column headers.
|
@@ -701,21 +721,20 @@ export default (function () {
|
|
701
721
|
* ```
|
702
722
|
*/
|
703
723
|
columnHeaderHeight: void 0,
|
704
|
-
|
705
724
|
/**
|
706
725
|
* @description
|
707
|
-
* The `columns` option lets you apply any other [configuration options](@/guides/getting-started/
|
726
|
+
* The `columns` option lets you apply any other [configuration options](@/guides/getting-started/configuration-options.md) to individual columns (or ranges of columns).
|
708
727
|
*
|
709
728
|
* You can set the `columns` option to one of the following:
|
710
729
|
* - An array of objects (each object represents one column)
|
711
730
|
* - A function that returns an array of objects
|
712
731
|
*
|
713
|
-
* The `columns` option overwrites the [top-level grid options](@/guides/getting-started/
|
732
|
+
* The `columns` option overwrites the [top-level grid options](@/guides/getting-started/configuration-options.md#setting-grid-options).
|
714
733
|
*
|
715
734
|
* When you use `columns`, the [`startCols`](#startCols), [`minCols`](#minCols), and [`maxCols`](#maxCols) options are ignored.
|
716
735
|
*
|
717
736
|
* Read more:
|
718
|
-
* - [Configuration options: Setting column options](@/guides/getting-started/
|
737
|
+
* - [Configuration options: Setting column options](@/guides/getting-started/configuration-options.md#setting-column-options)
|
719
738
|
* - [`startCols`](#startCols)
|
720
739
|
* - [`minCols`](#minCols)
|
721
740
|
* - [`maxCols`](#maxCols)
|
@@ -755,7 +774,6 @@ export default (function () {
|
|
755
774
|
* ```
|
756
775
|
*/
|
757
776
|
columns: void 0,
|
758
|
-
|
759
777
|
/**
|
760
778
|
* @description
|
761
779
|
* The `columnSorting` option configures the [`ColumnSorting`](@/api/columnSorting.md) plugin.
|
@@ -835,7 +853,6 @@ export default (function () {
|
|
835
853
|
* ```
|
836
854
|
*/
|
837
855
|
columnSorting: void 0,
|
838
|
-
|
839
856
|
/**
|
840
857
|
* @description
|
841
858
|
* The `columnSummary` option configures the [`ColumnSummary`](@/api/columnSummary.md) plugin.
|
@@ -890,7 +907,6 @@ export default (function () {
|
|
890
907
|
* ```
|
891
908
|
*/
|
892
909
|
columnSummary: void 0,
|
893
|
-
|
894
910
|
/**
|
895
911
|
* The `colWidths` option sets columns' widths, in pixels.
|
896
912
|
*
|
@@ -938,7 +954,6 @@ export default (function () {
|
|
938
954
|
* ```
|
939
955
|
*/
|
940
956
|
colWidths: void 0,
|
941
|
-
|
942
957
|
/**
|
943
958
|
* The `commentedCellClassName` option lets you add a CSS class name to cells
|
944
959
|
* that have comments.
|
@@ -970,7 +985,6 @@ export default (function () {
|
|
970
985
|
* ```
|
971
986
|
*/
|
972
987
|
commentedCellClassName: 'htCommentCell',
|
973
|
-
|
974
988
|
/**
|
975
989
|
* @description
|
976
990
|
* The `comments` option configures the [`Comments`](@/api/comments.md) plugin.
|
@@ -1025,7 +1039,6 @@ export default (function () {
|
|
1025
1039
|
* ```
|
1026
1040
|
*/
|
1027
1041
|
comments: false,
|
1028
|
-
|
1029
1042
|
/**
|
1030
1043
|
* @description
|
1031
1044
|
* The `contextMenu` option configures the [`ContextMenu`](@/api/contextMenu.md) plugin.
|
@@ -1088,7 +1101,6 @@ export default (function () {
|
|
1088
1101
|
* ```
|
1089
1102
|
*/
|
1090
1103
|
contextMenu: void 0,
|
1091
|
-
|
1092
1104
|
/**
|
1093
1105
|
* @description
|
1094
1106
|
* The `copyable` option determines whether a cell's value can be copied to the clipboard or not.
|
@@ -1102,7 +1114,7 @@ export default (function () {
|
|
1102
1114
|
*
|
1103
1115
|
* Read more:
|
1104
1116
|
* - [Clipboard](@/guides/cell-features/clipboard.md)
|
1105
|
-
* - [Configuration options: Cascading configuration](@/guides/getting-started/
|
1117
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options.md#cascading-configuration)
|
1106
1118
|
* - [Password cell type](@/guides/cell-types/password-cell-type.md)
|
1107
1119
|
*
|
1108
1120
|
* @memberof Options#
|
@@ -1139,7 +1151,6 @@ export default (function () {
|
|
1139
1151
|
* ```
|
1140
1152
|
*/
|
1141
1153
|
copyable: true,
|
1142
|
-
|
1143
1154
|
/**
|
1144
1155
|
* The `copyPaste` option configures the [`CopyPaste`](@/api/copyPaste.md) plugin.
|
1145
1156
|
*
|
@@ -1188,7 +1199,6 @@ export default (function () {
|
|
1188
1199
|
* ```
|
1189
1200
|
*/
|
1190
1201
|
copyPaste: true,
|
1191
|
-
|
1192
1202
|
/**
|
1193
1203
|
* The `correctFormat` option configures whether incorrectly-formatted times and dates are amended or not.
|
1194
1204
|
*
|
@@ -1236,7 +1246,6 @@ export default (function () {
|
|
1236
1246
|
* ```
|
1237
1247
|
*/
|
1238
1248
|
correctFormat: false,
|
1239
|
-
|
1240
1249
|
/**
|
1241
1250
|
* The `currentColClassName` option lets you add a CSS class name
|
1242
1251
|
* to each cell of the currently-visible, currently-selected columns.
|
@@ -1266,7 +1275,6 @@ export default (function () {
|
|
1266
1275
|
* ```
|
1267
1276
|
*/
|
1268
1277
|
currentColClassName: void 0,
|
1269
|
-
|
1270
1278
|
/**
|
1271
1279
|
* The `currentHeaderClassName` option lets you add a CSS class name
|
1272
1280
|
* to every currently-visible, currently-selected header.
|
@@ -1295,7 +1303,6 @@ export default (function () {
|
|
1295
1303
|
* ```
|
1296
1304
|
*/
|
1297
1305
|
currentHeaderClassName: 'ht__highlight',
|
1298
|
-
|
1299
1306
|
/**
|
1300
1307
|
* The `currentRowClassName` option lets you add a CSS class name
|
1301
1308
|
* to each cell of the currently-visible, currently-selected rows.
|
@@ -1325,7 +1332,6 @@ export default (function () {
|
|
1325
1332
|
* ```
|
1326
1333
|
*/
|
1327
1334
|
currentRowClassName: void 0,
|
1328
|
-
|
1329
1335
|
/**
|
1330
1336
|
* @description
|
1331
1337
|
* The `customBorders` option configures the [`CustomBorders`](@/api/customBorders.md) plugin.
|
@@ -1438,7 +1444,6 @@ export default (function () {
|
|
1438
1444
|
* ```
|
1439
1445
|
*/
|
1440
1446
|
customBorders: false,
|
1441
|
-
|
1442
1447
|
/**
|
1443
1448
|
* @description
|
1444
1449
|
* The `data` option sets the initial [data](@/guides/getting-started/binding-to-data.md) of your Handsontable instance.
|
@@ -1482,7 +1487,6 @@ export default (function () {
|
|
1482
1487
|
* ```
|
1483
1488
|
*/
|
1484
1489
|
data: void 0,
|
1485
|
-
|
1486
1490
|
/**
|
1487
1491
|
* @description
|
1488
1492
|
* When the [`data`](#data) option is set to an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects)
|
@@ -1521,7 +1525,6 @@ export default (function () {
|
|
1521
1525
|
* ```
|
1522
1526
|
*/
|
1523
1527
|
dataSchema: void 0,
|
1524
|
-
|
1525
1528
|
/**
|
1526
1529
|
* The `dateFormat` option configures the date format accepted by [`date`](@/guides/cell-types/date-cell-type.md) cells.
|
1527
1530
|
*
|
@@ -1552,7 +1555,6 @@ export default (function () {
|
|
1552
1555
|
* ```
|
1553
1556
|
*/
|
1554
1557
|
dateFormat: 'DD/MM/YYYY',
|
1555
|
-
|
1556
1558
|
/**
|
1557
1559
|
* The `datePickerConfig` option configures the `date` [cell editor](@/guides/cell-functions/cell-editor.md)'s date picker, which uses an external dependency: [Pikaday](https://github.com/Pikaday/Pikaday/tree/1.8.2).
|
1558
1560
|
*
|
@@ -1582,7 +1584,6 @@ export default (function () {
|
|
1582
1584
|
* @category Core
|
1583
1585
|
*/
|
1584
1586
|
datePickerConfig: void 0,
|
1585
|
-
|
1586
1587
|
/**
|
1587
1588
|
* The `defaultDate` option configures the date displayed
|
1588
1589
|
* in empty [`date`](@/guides/cell-types/date-cell-type.md) cells.
|
@@ -1611,7 +1612,6 @@ export default (function () {
|
|
1611
1612
|
* ```
|
1612
1613
|
*/
|
1613
1614
|
defaultDate: void 0,
|
1614
|
-
|
1615
1615
|
/**
|
1616
1616
|
* @description
|
1617
1617
|
* The `disableVisualSelection` option configures how
|
@@ -1655,7 +1655,6 @@ export default (function () {
|
|
1655
1655
|
* ```
|
1656
1656
|
*/
|
1657
1657
|
disableVisualSelection: false,
|
1658
|
-
|
1659
1658
|
/**
|
1660
1659
|
* @description
|
1661
1660
|
* The `dragToScroll` option configures the [`DragToScroll`](@/api/dragToScroll.md) plugin.
|
@@ -1682,7 +1681,6 @@ export default (function () {
|
|
1682
1681
|
* ```
|
1683
1682
|
*/
|
1684
1683
|
dragToScroll: true,
|
1685
|
-
|
1686
1684
|
/**
|
1687
1685
|
* The `dropdownMenu` option configures the [`DropdownMenu`](@/api/dropdownMenu.md) plugin.
|
1688
1686
|
*
|
@@ -1741,7 +1739,6 @@ export default (function () {
|
|
1741
1739
|
* ```
|
1742
1740
|
*/
|
1743
1741
|
dropdownMenu: void 0,
|
1744
|
-
|
1745
1742
|
/**
|
1746
1743
|
* The `editor` option sets a [cell editor](@/guides/cell-functions/cell-editor.md) for a cell.
|
1747
1744
|
*
|
@@ -1773,7 +1770,7 @@ export default (function () {
|
|
1773
1770
|
* Read more:
|
1774
1771
|
* - [Cell editor](@/guides/cell-functions/cell-editor.md)
|
1775
1772
|
* - [Cell type](@/guides/cell-types/cell-type.md)
|
1776
|
-
* - [Configuration options: Cascading configuration](@/guides/getting-started/
|
1773
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options.md#cascading-configuration)
|
1777
1774
|
* - [`type`](#type)
|
1778
1775
|
*
|
1779
1776
|
* @memberof Options#
|
@@ -1800,7 +1797,6 @@ export default (function () {
|
|
1800
1797
|
* ```
|
1801
1798
|
*/
|
1802
1799
|
editor: void 0,
|
1803
|
-
|
1804
1800
|
/**
|
1805
1801
|
* The `enterBeginsEditing` option configures the action of the <kbd>**Enter**</kbd> key.
|
1806
1802
|
*
|
@@ -1830,7 +1826,6 @@ export default (function () {
|
|
1830
1826
|
* ```
|
1831
1827
|
*/
|
1832
1828
|
enterBeginsEditing: true,
|
1833
|
-
|
1834
1829
|
/**
|
1835
1830
|
* The `enterMoves` option configures the action of the <kbd>**Enter**</kbd> key.
|
1836
1831
|
*
|
@@ -1874,7 +1869,6 @@ export default (function () {
|
|
1874
1869
|
col: 0,
|
1875
1870
|
row: 1
|
1876
1871
|
},
|
1877
|
-
|
1878
1872
|
/**
|
1879
1873
|
* The `fillHandle` option configures the [Autofill](@/api/autofill.md) plugin.
|
1880
1874
|
*
|
@@ -1934,7 +1928,6 @@ export default (function () {
|
|
1934
1928
|
fillHandle: {
|
1935
1929
|
autoInsertRow: false
|
1936
1930
|
},
|
1937
|
-
|
1938
1931
|
/**
|
1939
1932
|
* The `filter` option configures whether [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md) cells'
|
1940
1933
|
* lists are updated by the end user's input.
|
@@ -1971,7 +1964,6 @@ export default (function () {
|
|
1971
1964
|
* ```
|
1972
1965
|
*/
|
1973
1966
|
filter: true,
|
1974
|
-
|
1975
1967
|
/**
|
1976
1968
|
* The `filteringCaseSensitive` option configures whether [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md) cells'
|
1977
1969
|
* input is case-sensitive.
|
@@ -2006,7 +1998,6 @@ export default (function () {
|
|
2006
1998
|
* ```
|
2007
1999
|
*/
|
2008
2000
|
filteringCaseSensitive: false,
|
2009
|
-
|
2010
2001
|
/**
|
2011
2002
|
* The `filters` option configures the [`Filters`](@/api/filters.md) plugin.
|
2012
2003
|
*
|
@@ -2034,7 +2025,6 @@ export default (function () {
|
|
2034
2025
|
* ```
|
2035
2026
|
*/
|
2036
2027
|
filters: void 0,
|
2037
|
-
|
2038
2028
|
/**
|
2039
2029
|
* `fixedColumnsLeft` is a legacy option.
|
2040
2030
|
*
|
@@ -2059,7 +2049,6 @@ export default (function () {
|
|
2059
2049
|
* ```
|
2060
2050
|
*/
|
2061
2051
|
fixedColumnsLeft: 0,
|
2062
|
-
|
2063
2052
|
/**
|
2064
2053
|
* If your grid's [layout direction](@/guides/internationalization/layout-direction.md) is LTR (default), the `fixedColumnsStart` option sets the number of [frozen columns](@/guides/columns/column-freezing.md) at the left-hand edge of the grid.
|
2065
2054
|
*
|
@@ -2098,7 +2087,6 @@ export default (function () {
|
|
2098
2087
|
* ```
|
2099
2088
|
*/
|
2100
2089
|
fixedColumnsStart: 0,
|
2101
|
-
|
2102
2090
|
/**
|
2103
2091
|
* The `fixedRowsBottom` option sets the number of [frozen rows](@/guides/rows/row-freezing.md)
|
2104
2092
|
* at the bottom of the grid.
|
@@ -2118,7 +2106,6 @@ export default (function () {
|
|
2118
2106
|
* ```
|
2119
2107
|
*/
|
2120
2108
|
fixedRowsBottom: 0,
|
2121
|
-
|
2122
2109
|
/**
|
2123
2110
|
* The `fixedRowsTop` option sets the number of [frozen rows](@/guides/rows/row-freezing.md) at the top of the grid.
|
2124
2111
|
*
|
@@ -2137,7 +2124,6 @@ export default (function () {
|
|
2137
2124
|
* ```
|
2138
2125
|
*/
|
2139
2126
|
fixedRowsTop: 0,
|
2140
|
-
|
2141
2127
|
/**
|
2142
2128
|
* The `formulas` option configures the [`Formulas`](@/api/formulas.md) plugin.
|
2143
2129
|
*
|
@@ -2217,7 +2203,6 @@ export default (function () {
|
|
2217
2203
|
* ```
|
2218
2204
|
*/
|
2219
2205
|
formulas: void 0,
|
2220
|
-
|
2221
2206
|
/**
|
2222
2207
|
* The `fragmentSelection` option configures text selection settings.
|
2223
2208
|
*
|
@@ -2244,7 +2229,6 @@ export default (function () {
|
|
2244
2229
|
* ```
|
2245
2230
|
*/
|
2246
2231
|
fragmentSelection: false,
|
2247
|
-
|
2248
2232
|
/**
|
2249
2233
|
* The `height` option configures the height of your grid.
|
2250
2234
|
*
|
@@ -2279,7 +2263,6 @@ export default (function () {
|
|
2279
2263
|
* ```
|
2280
2264
|
*/
|
2281
2265
|
height: void 0,
|
2282
|
-
|
2283
2266
|
/**
|
2284
2267
|
* The `hiddenColumns` option configures the [`HiddenColumns`](@/api/hiddenColumns.md) plugin.
|
2285
2268
|
*
|
@@ -2325,7 +2308,6 @@ export default (function () {
|
|
2325
2308
|
* ```
|
2326
2309
|
*/
|
2327
2310
|
hiddenColumns: void 0,
|
2328
|
-
|
2329
2311
|
/**
|
2330
2312
|
* The `hiddenRows` option configures the [`HiddenRows`](@/api/hiddenRows.md) plugin.
|
2331
2313
|
*
|
@@ -2371,7 +2353,6 @@ export default (function () {
|
|
2371
2353
|
* ```
|
2372
2354
|
*/
|
2373
2355
|
hiddenRows: void 0,
|
2374
|
-
|
2375
2356
|
/**
|
2376
2357
|
* The `invalidCellClassName` option lets you add a CSS class name to cells
|
2377
2358
|
* that were marked as `invalid` by the [cell validator](@/guides/cell-functions/cell-validator.md).
|
@@ -2401,7 +2382,6 @@ export default (function () {
|
|
2401
2382
|
* ```
|
2402
2383
|
*/
|
2403
2384
|
invalidCellClassName: 'htInvalid',
|
2404
|
-
|
2405
2385
|
/**
|
2406
2386
|
* The `isEmptyCol` option lets you define your own custom method
|
2407
2387
|
* for checking if a column at a given visual index is empty.
|
@@ -2422,23 +2402,18 @@ export default (function () {
|
|
2422
2402
|
* ...
|
2423
2403
|
* },
|
2424
2404
|
* ```
|
2425
|
-
*/
|
2426
|
-
isEmptyCol: function isEmptyCol(col) {
|
2405
|
+
*/isEmptyCol: function isEmptyCol(col) {
|
2427
2406
|
var row;
|
2428
2407
|
var rowLen;
|
2429
2408
|
var value;
|
2430
|
-
|
2431
2409
|
for (row = 0, rowLen = this.countRows(); row < rowLen; row++) {
|
2432
2410
|
value = this.getDataAtCell(row, col);
|
2433
|
-
|
2434
2411
|
if (isEmpty(value) === false) {
|
2435
2412
|
return false;
|
2436
2413
|
}
|
2437
2414
|
}
|
2438
|
-
|
2439
2415
|
return true;
|
2440
2416
|
},
|
2441
|
-
|
2442
2417
|
/**
|
2443
2418
|
* The `isEmptyRow` option lets you define your own custom method
|
2444
2419
|
* for checking if a row at a given visual index is empty.
|
@@ -2459,29 +2434,23 @@ export default (function () {
|
|
2459
2434
|
* ...
|
2460
2435
|
* },
|
2461
2436
|
* ```
|
2462
|
-
*/
|
2463
|
-
isEmptyRow: function isEmptyRow(row) {
|
2437
|
+
*/isEmptyRow: function isEmptyRow(row) {
|
2464
2438
|
var col;
|
2465
2439
|
var colLen;
|
2466
2440
|
var value;
|
2467
2441
|
var meta;
|
2468
|
-
|
2469
2442
|
for (col = 0, colLen = this.countCols(); col < colLen; col++) {
|
2470
2443
|
value = this.getDataAtCell(row, col);
|
2471
|
-
|
2472
2444
|
if (isEmpty(value) === false) {
|
2473
2445
|
if (_typeof(value) === 'object') {
|
2474
2446
|
meta = this.getCellMeta(row, col);
|
2475
2447
|
return isObjectEqual(this.getSchema()[meta.prop], value);
|
2476
2448
|
}
|
2477
|
-
|
2478
2449
|
return false;
|
2479
2450
|
}
|
2480
2451
|
}
|
2481
|
-
|
2482
2452
|
return true;
|
2483
2453
|
},
|
2484
|
-
|
2485
2454
|
/**
|
2486
2455
|
* @description
|
2487
2456
|
* The `label` option configures [`checkbox`](@/guides/cell-types/checkbox-cell-type.md) cells` labels.
|
@@ -2513,7 +2482,6 @@ export default (function () {
|
|
2513
2482
|
* ```
|
2514
2483
|
*/
|
2515
2484
|
label: void 0,
|
2516
|
-
|
2517
2485
|
/**
|
2518
2486
|
* The `language` option configures Handsontable's [language](@/guides/internationalization/language.md) settings.
|
2519
2487
|
*
|
@@ -2558,13 +2526,12 @@ export default (function () {
|
|
2558
2526
|
* ```
|
2559
2527
|
*/
|
2560
2528
|
language: 'en-US',
|
2561
|
-
|
2562
2529
|
/**
|
2563
2530
|
* The `layoutDirection` option configures whether Handsontable renders from the left to the right, or from the right to the left.
|
2564
2531
|
*
|
2565
2532
|
* 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.
|
2566
2533
|
*
|
2567
|
-
* You can set the `layoutDirection` option only [for the entire grid](@/guides/getting-started/
|
2534
|
+
* You can set the `layoutDirection` option only [for the entire grid](@/guides/getting-started/configuration-options.md#setting-grid-options).
|
2568
2535
|
* You can't set it for individual columns, rows, or cells.
|
2569
2536
|
*
|
2570
2537
|
* You can set the `layoutDirection` option to one of the following strings:
|
@@ -2604,7 +2571,6 @@ export default (function () {
|
|
2604
2571
|
* ```
|
2605
2572
|
*/
|
2606
2573
|
layoutDirection: 'inherit',
|
2607
|
-
|
2608
2574
|
/**
|
2609
2575
|
* The `licenseKey` option sets your Handsontable license key.
|
2610
2576
|
*
|
@@ -2633,7 +2599,6 @@ export default (function () {
|
|
2633
2599
|
* ```
|
2634
2600
|
*/
|
2635
2601
|
licenseKey: void 0,
|
2636
|
-
|
2637
2602
|
/**
|
2638
2603
|
* The `locale` option configures Handsontable's [locale](@/guides/internationalization/locale.md) settings.
|
2639
2604
|
*
|
@@ -2670,7 +2635,6 @@ export default (function () {
|
|
2670
2635
|
* ```
|
2671
2636
|
*/
|
2672
2637
|
locale: 'en-US',
|
2673
|
-
|
2674
2638
|
/**
|
2675
2639
|
* The `manualColumnFreeze` option configures the [`ManualColumnFreeze`](@/api/manualColumnFreeze.md) plugin.
|
2676
2640
|
*
|
@@ -2696,7 +2660,6 @@ export default (function () {
|
|
2696
2660
|
* ```
|
2697
2661
|
*/
|
2698
2662
|
manualColumnFreeze: void 0,
|
2699
|
-
|
2700
2663
|
/**
|
2701
2664
|
* The `manualColumnMove` option configures the [`ManualColumnMove`](@/api/manualColumnMove.md) plugin.
|
2702
2665
|
*
|
@@ -2729,7 +2692,6 @@ export default (function () {
|
|
2729
2692
|
* ```
|
2730
2693
|
*/
|
2731
2694
|
manualColumnMove: void 0,
|
2732
|
-
|
2733
2695
|
/**
|
2734
2696
|
* @description
|
2735
2697
|
* The `manualColumnResize` option configures the [`ManualColumnResize`](@/api/manualColumnResize.md) plugin.
|
@@ -2763,7 +2725,6 @@ export default (function () {
|
|
2763
2725
|
* ```
|
2764
2726
|
*/
|
2765
2727
|
manualColumnResize: void 0,
|
2766
|
-
|
2767
2728
|
/**
|
2768
2729
|
* @description
|
2769
2730
|
* The `manualRowMove` option configures the [`ManualRowMove`](@/api/manualRowMove.md) plugin.
|
@@ -2797,7 +2758,6 @@ export default (function () {
|
|
2797
2758
|
* ```
|
2798
2759
|
*/
|
2799
2760
|
manualRowMove: void 0,
|
2800
|
-
|
2801
2761
|
/**
|
2802
2762
|
* @description
|
2803
2763
|
* The `manualRowResize` option configures the [`ManualRowResize`](@/api/manualRowResize.md) plugin.
|
@@ -2831,7 +2791,6 @@ export default (function () {
|
|
2831
2791
|
* ```
|
2832
2792
|
*/
|
2833
2793
|
manualRowResize: void 0,
|
2834
|
-
|
2835
2794
|
/**
|
2836
2795
|
* The `maxCols` option sets a maximum number of columns.
|
2837
2796
|
*
|
@@ -2852,7 +2811,6 @@ export default (function () {
|
|
2852
2811
|
* ```
|
2853
2812
|
*/
|
2854
2813
|
maxCols: Infinity,
|
2855
|
-
|
2856
2814
|
/**
|
2857
2815
|
* The `maxRows` option sets a maximum number of rows.
|
2858
2816
|
*
|
@@ -2873,7 +2831,6 @@ export default (function () {
|
|
2873
2831
|
* ```
|
2874
2832
|
*/
|
2875
2833
|
maxRows: Infinity,
|
2876
|
-
|
2877
2834
|
/**
|
2878
2835
|
* @description
|
2879
2836
|
* The `mergeCells` option configures the [`MergeCells`](@/api/mergeCells.md) plugin.
|
@@ -2922,7 +2879,6 @@ export default (function () {
|
|
2922
2879
|
* ```
|
2923
2880
|
*/
|
2924
2881
|
mergeCells: false,
|
2925
|
-
|
2926
2882
|
/**
|
2927
2883
|
* The `minCols` option sets a minimum number of columns.
|
2928
2884
|
*
|
@@ -2950,7 +2906,6 @@ export default (function () {
|
|
2950
2906
|
* ```
|
2951
2907
|
*/
|
2952
2908
|
minCols: 0,
|
2953
|
-
|
2954
2909
|
/**
|
2955
2910
|
* The `minRows` option sets a minimum number of rows.
|
2956
2911
|
*
|
@@ -2971,7 +2926,6 @@ export default (function () {
|
|
2971
2926
|
* ```
|
2972
2927
|
*/
|
2973
2928
|
minRows: 0,
|
2974
|
-
|
2975
2929
|
/**
|
2976
2930
|
* The `minSpareCols` option sets a minimum number of empty columns
|
2977
2931
|
* at the grid's right-hand end.
|
@@ -3000,7 +2954,6 @@ export default (function () {
|
|
3000
2954
|
* ```
|
3001
2955
|
*/
|
3002
2956
|
minSpareCols: 0,
|
3003
|
-
|
3004
2957
|
/**
|
3005
2958
|
* The `minSpareRows` option sets a minimum number of empty rows
|
3006
2959
|
* at the bottom of the grid.
|
@@ -3022,7 +2975,6 @@ export default (function () {
|
|
3022
2975
|
* ```
|
3023
2976
|
*/
|
3024
2977
|
minSpareRows: 0,
|
3025
|
-
|
3026
2978
|
/**
|
3027
2979
|
* @description
|
3028
2980
|
* The `multiColumnSorting` option configures the [`MultiColumnSorting`](@/api/columnSorting.md) plugin.
|
@@ -3101,14 +3053,21 @@ export default (function () {
|
|
3101
3053
|
* ```
|
3102
3054
|
*/
|
3103
3055
|
multiColumnSorting: void 0,
|
3104
|
-
|
3105
3056
|
/**
|
3106
3057
|
* @description
|
3107
3058
|
* The `nestedHeaders` option configures the [`NestedHeaders`](@/api/nestedHeaders.md) plugin.
|
3108
3059
|
*
|
3109
|
-
* You can set the `nestedHeaders` option to
|
3110
|
-
*
|
3111
|
-
*
|
3060
|
+
* You can set the `nestedHeaders` option to one of the following:
|
3061
|
+
*
|
3062
|
+
* | Setting | Description |
|
3063
|
+
* | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
|
3064
|
+
* | `false` (default) | Disable the [`NestedHeaders`](@/api/nestedHeaders.md) plugin |
|
3065
|
+
* | `true` | - Enable the [`NestedHeaders`](@/api/nestedHeaders.md) plugin<br>- Don't configure any nested headers |
|
3066
|
+
* | Array of arrays | - Enable the [`NestedHeaders`](@/api/nestedHeaders.md) plugin<br>- Configure headers that are nested on Handsontable's initialization |
|
3067
|
+
*
|
3068
|
+
* If you set the `nestedHeaders` option to an array of arrays, each array configures one set of nested headers.
|
3069
|
+
*
|
3070
|
+
* Each array element configures one header, and can be one of the following:
|
3112
3071
|
*
|
3113
3072
|
* | Array element | Description |
|
3114
3073
|
* | ------------- | -------------------------------------------------------------------------------------------- |
|
@@ -3120,7 +3079,7 @@ export default (function () {
|
|
3120
3079
|
* - [Column groups: Nested headers](@/guides/columns/column-groups.md#nested-headers)
|
3121
3080
|
*
|
3122
3081
|
* @memberof Options#
|
3123
|
-
* @type {Array[]}
|
3082
|
+
* @type {boolean|Array[]}
|
3124
3083
|
* @default undefined
|
3125
3084
|
* @category NestedHeaders
|
3126
3085
|
*
|
@@ -3134,7 +3093,6 @@ export default (function () {
|
|
3134
3093
|
* ```
|
3135
3094
|
*/
|
3136
3095
|
nestedHeaders: void 0,
|
3137
|
-
|
3138
3096
|
/**
|
3139
3097
|
* @description
|
3140
3098
|
* The `nestedRows` option configures the [`NestedRows`](@/api/nestedRows.md) plugin.
|
@@ -3161,7 +3119,6 @@ export default (function () {
|
|
3161
3119
|
* @category NestedRows
|
3162
3120
|
*/
|
3163
3121
|
nestedRows: void 0,
|
3164
|
-
|
3165
3122
|
/**
|
3166
3123
|
* The `noWordWrapClassName` option lets you add a CSS class name
|
3167
3124
|
* to each cell that has the [`wordWrap`](#wordWrap) option set to `false`.
|
@@ -3191,7 +3148,6 @@ export default (function () {
|
|
3191
3148
|
* ```
|
3192
3149
|
*/
|
3193
3150
|
noWordWrapClassName: 'htNoWrap',
|
3194
|
-
|
3195
3151
|
/**
|
3196
3152
|
* The `numericFormat` option configures the number format and the currency format
|
3197
3153
|
* of [`numeric`](@/guides/cell-types/numeric-cell-type.md) cells` displayed output
|
@@ -3236,7 +3192,6 @@ export default (function () {
|
|
3236
3192
|
* ```
|
3237
3193
|
*/
|
3238
3194
|
numericFormat: void 0,
|
3239
|
-
|
3240
3195
|
/**
|
3241
3196
|
* If the `observeDOMVisibility` option is set to `true`,
|
3242
3197
|
* Handsontable rerenders every time it detects that the grid was made visible in the DOM.
|
@@ -3253,7 +3208,6 @@ export default (function () {
|
|
3253
3208
|
* ```
|
3254
3209
|
*/
|
3255
3210
|
observeDOMVisibility: true,
|
3256
|
-
|
3257
3211
|
/**
|
3258
3212
|
* The `outsideClickDeselects` option determines what happens to the current [selection](@/guides/cell-features/selection.md)
|
3259
3213
|
* when you click outside of the grid.
|
@@ -3291,7 +3245,6 @@ export default (function () {
|
|
3291
3245
|
* ```
|
3292
3246
|
*/
|
3293
3247
|
outsideClickDeselects: true,
|
3294
|
-
|
3295
3248
|
/**
|
3296
3249
|
* @description
|
3297
3250
|
* The `persistentState` option configures the [`PersistentState`](@/api/persistentState.md) plugin.
|
@@ -3319,7 +3272,6 @@ export default (function () {
|
|
3319
3272
|
* ```
|
3320
3273
|
*/
|
3321
3274
|
persistentState: void 0,
|
3322
|
-
|
3323
3275
|
/**
|
3324
3276
|
* The `placeholder` option lets you display placeholder text in every empty cell.
|
3325
3277
|
*
|
@@ -3357,7 +3309,6 @@ export default (function () {
|
|
3357
3309
|
* ```
|
3358
3310
|
*/
|
3359
3311
|
placeholder: void 0,
|
3360
|
-
|
3361
3312
|
/**
|
3362
3313
|
* The `placeholderCellClassName` option lets you add a CSS class name to cells
|
3363
3314
|
* that contain [`placeholder`](#placeholder) text.
|
@@ -3388,7 +3339,6 @@ export default (function () {
|
|
3388
3339
|
* ```
|
3389
3340
|
*/
|
3390
3341
|
placeholderCellClassName: 'htPlaceholder',
|
3391
|
-
|
3392
3342
|
/**
|
3393
3343
|
* The `preventOverflow` option configures preventing Handsontable
|
3394
3344
|
* from overflowing outside of its parent element.
|
@@ -3413,7 +3363,6 @@ export default (function () {
|
|
3413
3363
|
* ```
|
3414
3364
|
*/
|
3415
3365
|
preventOverflow: false,
|
3416
|
-
|
3417
3366
|
/**
|
3418
3367
|
* The `preventWheel` option configures preventing the `wheel` event's default action
|
3419
3368
|
* on overlays.
|
@@ -3438,7 +3387,6 @@ export default (function () {
|
|
3438
3387
|
* ```
|
3439
3388
|
*/
|
3440
3389
|
preventWheel: false,
|
3441
|
-
|
3442
3390
|
/**
|
3443
3391
|
* @description
|
3444
3392
|
* The `readOnly` option determines whether a cell, column or comment is editable or not.
|
@@ -3453,7 +3401,7 @@ export default (function () {
|
|
3453
3401
|
* `readOnly` cells can't be changed by the [`populateFromArray()`](@/api/core.md#populatefromarray) method.
|
3454
3402
|
*
|
3455
3403
|
* Read more:
|
3456
|
-
* - [Configuration options: Cascading configuration](@/guides/getting-started/
|
3404
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options.md#cascading-configuration)
|
3457
3405
|
*
|
3458
3406
|
* @memberof Options#
|
3459
3407
|
* @type {boolean}
|
@@ -3467,7 +3415,6 @@ export default (function () {
|
|
3467
3415
|
* ```
|
3468
3416
|
*/
|
3469
3417
|
readOnly: false,
|
3470
|
-
|
3471
3418
|
/**
|
3472
3419
|
* The `readOnlyCellClassName` option lets you add a CSS class name to [read-only](#readOnly) cells.
|
3473
3420
|
*
|
@@ -3496,7 +3443,6 @@ export default (function () {
|
|
3496
3443
|
* ```
|
3497
3444
|
*/
|
3498
3445
|
readOnlyCellClassName: 'htDimmed',
|
3499
|
-
|
3500
3446
|
/**
|
3501
3447
|
* The `renderAllRows` option configures Handsontable's [row virtualization](@/guides/rows/row-virtualization.md).
|
3502
3448
|
*
|
@@ -3522,7 +3468,6 @@ export default (function () {
|
|
3522
3468
|
* ```
|
3523
3469
|
*/
|
3524
3470
|
renderAllRows: void 0,
|
3525
|
-
|
3526
3471
|
/**
|
3527
3472
|
* @description
|
3528
3473
|
* The `renderer` option sets a [cell renderer](@/guides/cell-functions/cell-renderer.md) for a cell.
|
@@ -3551,7 +3496,7 @@ export default (function () {
|
|
3551
3496
|
* Read more:
|
3552
3497
|
* - [Cell renderer](@/guides/cell-functions/cell-renderer.md)
|
3553
3498
|
* - [Cell type](@/guides/cell-types/cell-type.md)
|
3554
|
-
* - [Configuration options: Cascading configuration](@/guides/getting-started/
|
3499
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options.md#cascading-configuration)
|
3555
3500
|
* - [`type`](#type)
|
3556
3501
|
*
|
3557
3502
|
* @memberof Options#
|
@@ -3584,7 +3529,6 @@ export default (function () {
|
|
3584
3529
|
* ```
|
3585
3530
|
*/
|
3586
3531
|
renderer: void 0,
|
3587
|
-
|
3588
3532
|
/**
|
3589
3533
|
* The `rowHeaders` option configures your grid's row headers.
|
3590
3534
|
*
|
@@ -3620,7 +3564,6 @@ export default (function () {
|
|
3620
3564
|
* ```
|
3621
3565
|
*/
|
3622
3566
|
rowHeaders: void 0,
|
3623
|
-
|
3624
3567
|
/**
|
3625
3568
|
* @description
|
3626
3569
|
* The `rowHeaderWidth` option configures the width of row headers.
|
@@ -3647,7 +3590,6 @@ export default (function () {
|
|
3647
3590
|
* ```
|
3648
3591
|
*/
|
3649
3592
|
rowHeaderWidth: void 0,
|
3650
|
-
|
3651
3593
|
/**
|
3652
3594
|
* The `rowHeights` option sets rows' heights, in pixels.
|
3653
3595
|
*
|
@@ -3694,7 +3636,6 @@ export default (function () {
|
|
3694
3636
|
* ```
|
3695
3637
|
*/
|
3696
3638
|
rowHeights: void 0,
|
3697
|
-
|
3698
3639
|
/**
|
3699
3640
|
* @description
|
3700
3641
|
* The `search` option configures the [`Search`](@/api/search.md) plugin.
|
@@ -3746,7 +3687,6 @@ export default (function () {
|
|
3746
3687
|
* ```
|
3747
3688
|
*/
|
3748
3689
|
search: false,
|
3749
|
-
|
3750
3690
|
/**
|
3751
3691
|
* @description
|
3752
3692
|
* The `selectionMode` option configures how [selection](@/guides/cell-features/selection.md) works.
|
@@ -3780,7 +3720,6 @@ export default (function () {
|
|
3780
3720
|
* ```
|
3781
3721
|
*/
|
3782
3722
|
selectionMode: 'multiple',
|
3783
|
-
|
3784
3723
|
/**
|
3785
3724
|
* The `selectOptions` option configures options that the end user can choose from in [`select`](@/guides/cell-types/select-cell-type.md) cells.
|
3786
3725
|
*
|
@@ -3838,7 +3777,6 @@ export default (function () {
|
|
3838
3777
|
* ```
|
3839
3778
|
*/
|
3840
3779
|
selectOptions: void 0,
|
3841
|
-
|
3842
3780
|
/**
|
3843
3781
|
* @description
|
3844
3782
|
* The `skipColumnOnPaste` option determines whether you can paste data into a given column.
|
@@ -3853,7 +3791,7 @@ export default (function () {
|
|
3853
3791
|
* | `true` | - Disable pasting data into this column<br>- On pasting, paste data into the next column to the right |
|
3854
3792
|
*
|
3855
3793
|
* Read more:
|
3856
|
-
* - [Configuration options: Setting column options](@/guides/getting-started/
|
3794
|
+
* - [Configuration options: Setting column options](@/guides/getting-started/configuration-options.md#setting-column-options)
|
3857
3795
|
*
|
3858
3796
|
* @memberof Options#
|
3859
3797
|
* @type {boolean}
|
@@ -3871,7 +3809,6 @@ export default (function () {
|
|
3871
3809
|
* ```
|
3872
3810
|
*/
|
3873
3811
|
skipColumnOnPaste: false,
|
3874
|
-
|
3875
3812
|
/**
|
3876
3813
|
* @description
|
3877
3814
|
*
|
@@ -3887,7 +3824,7 @@ export default (function () {
|
|
3887
3824
|
* | `true` | - Disable pasting data into this row<br>- On pasting, paste data into the row below |
|
3888
3825
|
*
|
3889
3826
|
* Read more:
|
3890
|
-
* - [Configuration options: Setting row options](@/guides/getting-started/
|
3827
|
+
* - [Configuration options: Setting row options](@/guides/getting-started/configuration-options.md#setting-row-options)
|
3891
3828
|
*
|
3892
3829
|
* @memberof Options#
|
3893
3830
|
* @type {boolean}
|
@@ -3909,7 +3846,6 @@ export default (function () {
|
|
3909
3846
|
* ```
|
3910
3847
|
*/
|
3911
3848
|
skipRowOnPaste: false,
|
3912
|
-
|
3913
3849
|
/**
|
3914
3850
|
* The `sortByRelevance` option configures whether [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md) cells'
|
3915
3851
|
* lists are sorted in the same order as provided in the [`source`](#source) option.
|
@@ -3943,7 +3879,6 @@ export default (function () {
|
|
3943
3879
|
* ```
|
3944
3880
|
*/
|
3945
3881
|
sortByRelevance: true,
|
3946
|
-
|
3947
3882
|
/**
|
3948
3883
|
* The `source` option sets options available in [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md)
|
3949
3884
|
* and [`dropdown`](@/guides/cell-types/dropdown-cell-type.md) cells.
|
@@ -3990,7 +3925,6 @@ export default (function () {
|
|
3990
3925
|
* ```
|
3991
3926
|
*/
|
3992
3927
|
source: void 0,
|
3993
|
-
|
3994
3928
|
/**
|
3995
3929
|
* @description
|
3996
3930
|
* If the [`data`](#data) option is not set, the `startCols` option sets the initial number of empty columns.
|
@@ -4009,7 +3943,6 @@ export default (function () {
|
|
4009
3943
|
* ```
|
4010
3944
|
*/
|
4011
3945
|
startCols: 5,
|
4012
|
-
|
4013
3946
|
/**
|
4014
3947
|
* @description
|
4015
3948
|
* If the [`data`](#data) option is not set, the `startRows` option sets the initial number of empty rows.
|
@@ -4028,7 +3961,6 @@ export default (function () {
|
|
4028
3961
|
* ```
|
4029
3962
|
*/
|
4030
3963
|
startRows: 5,
|
4031
|
-
|
4032
3964
|
/**
|
4033
3965
|
* @description
|
4034
3966
|
* The `stretchH` option determines what happens when the declared grid width
|
@@ -4058,7 +3990,6 @@ export default (function () {
|
|
4058
3990
|
* ```
|
4059
3991
|
*/
|
4060
3992
|
stretchH: 'none',
|
4061
|
-
|
4062
3993
|
/**
|
4063
3994
|
* The `strict` option configures the behavior of [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md) cells.
|
4064
3995
|
*
|
@@ -4093,7 +4024,6 @@ export default (function () {
|
|
4093
4024
|
* ```
|
4094
4025
|
*/
|
4095
4026
|
strict: void 0,
|
4096
|
-
|
4097
4027
|
/**
|
4098
4028
|
* The `tableClassName` option lets you add CSS class names
|
4099
4029
|
* to every Handsontable instance inside the `container` element.
|
@@ -4134,7 +4064,6 @@ export default (function () {
|
|
4134
4064
|
* ```
|
4135
4065
|
*/
|
4136
4066
|
tableClassName: void 0,
|
4137
|
-
|
4138
4067
|
/**
|
4139
4068
|
* The `tabMoves` option configures the action of the <kbd>**Tab**</kbd> key.
|
4140
4069
|
*
|
@@ -4169,7 +4098,6 @@ export default (function () {
|
|
4169
4098
|
row: 0,
|
4170
4099
|
col: 1
|
4171
4100
|
},
|
4172
|
-
|
4173
4101
|
/**
|
4174
4102
|
* @description
|
4175
4103
|
* The `title` option configures [column header](@/guides/columns/column-header.md) names.
|
@@ -4202,7 +4130,6 @@ export default (function () {
|
|
4202
4130
|
* ```
|
4203
4131
|
*/
|
4204
4132
|
title: void 0,
|
4205
|
-
|
4206
4133
|
/**
|
4207
4134
|
* The `trimDropdown` option configures the width of the [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md)
|
4208
4135
|
* and [`dropdown`](@/guides/cell-types/dropdown-cell-type.md) lists.
|
@@ -4242,7 +4169,6 @@ export default (function () {
|
|
4242
4169
|
* ```
|
4243
4170
|
*/
|
4244
4171
|
trimDropdown: true,
|
4245
|
-
|
4246
4172
|
/**
|
4247
4173
|
* @description
|
4248
4174
|
* The `trimRows` option configures the [`TrimRows`](@/api/trimRows.md) plugin.
|
@@ -4275,7 +4201,6 @@ export default (function () {
|
|
4275
4201
|
* ```
|
4276
4202
|
*/
|
4277
4203
|
trimRows: void 0,
|
4278
|
-
|
4279
4204
|
/**
|
4280
4205
|
* The `trimWhitespace` option configures automatic whitespace removal. This option
|
4281
4206
|
* affects the cell renderer and the cell editor.
|
@@ -4304,7 +4229,6 @@ export default (function () {
|
|
4304
4229
|
* ```
|
4305
4230
|
*/
|
4306
4231
|
trimWhitespace: true,
|
4307
|
-
|
4308
4232
|
/**
|
4309
4233
|
* @description
|
4310
4234
|
* The `type` option lets you set the [`renderer`](#renderer), [`editor`](#editor), and [`validator`](#validator)
|
@@ -4330,7 +4254,7 @@ export default (function () {
|
|
4330
4254
|
* - [Cell renderer](@/guides/cell-functions/cell-renderer.md)
|
4331
4255
|
* - [Cell editor](@/guides/cell-functions/cell-editor.md)
|
4332
4256
|
* - [Cell validator](@/guides/cell-functions/cell-validator.md)
|
4333
|
-
* - [Configuration options: Cascading configuration](@/guides/getting-started/
|
4257
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options.md#cascading-configuration)
|
4334
4258
|
* - [`renderer`](#renderer)
|
4335
4259
|
* - [`editor`](#editor)
|
4336
4260
|
* - [`validator`](#validator)
|
@@ -4359,7 +4283,6 @@ export default (function () {
|
|
4359
4283
|
* ```
|
4360
4284
|
*/
|
4361
4285
|
type: 'text',
|
4362
|
-
|
4363
4286
|
/**
|
4364
4287
|
* The `uncheckedTemplate` option lets you configure what value
|
4365
4288
|
* an unchecked [`checkbox`](@/guides/cell-types/checkbox-cell-type.md) cell has.
|
@@ -4402,7 +4325,6 @@ export default (function () {
|
|
4402
4325
|
* ```
|
4403
4326
|
*/
|
4404
4327
|
uncheckedTemplate: void 0,
|
4405
|
-
|
4406
4328
|
/**
|
4407
4329
|
* The `undo` option configures the [`UndoRedo`](@/api/undoRedo.md) plugin.
|
4408
4330
|
*
|
@@ -4433,7 +4355,6 @@ export default (function () {
|
|
4433
4355
|
* ```
|
4434
4356
|
*/
|
4435
4357
|
undo: void 0,
|
4436
|
-
|
4437
4358
|
/**
|
4438
4359
|
* @description
|
4439
4360
|
* The `validator` option sets a [cell validator](@/guides/cell-functions/cell-validator.md) for a cell.
|
@@ -4464,7 +4385,7 @@ export default (function () {
|
|
4464
4385
|
* Read more:
|
4465
4386
|
* - [Cell validator](@/guides/cell-functions/cell-validator.md)
|
4466
4387
|
* - [Cell type](@/guides/cell-types/cell-type.md)
|
4467
|
-
* - [Configuration options: Cascading configuration](@/guides/getting-started/
|
4388
|
+
* - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options.md#cascading-configuration)
|
4468
4389
|
* - [`type`](#type)
|
4469
4390
|
*
|
4470
4391
|
* @memberof Options#
|
@@ -4493,7 +4414,6 @@ export default (function () {
|
|
4493
4414
|
* ```
|
4494
4415
|
*/
|
4495
4416
|
validator: void 0,
|
4496
|
-
|
4497
4417
|
/**
|
4498
4418
|
* @description
|
4499
4419
|
* The `viewportColumnRenderingOffset` option configures the number of columns
|
@@ -4521,7 +4441,6 @@ export default (function () {
|
|
4521
4441
|
* ```
|
4522
4442
|
*/
|
4523
4443
|
viewportColumnRenderingOffset: 'auto',
|
4524
|
-
|
4525
4444
|
/**
|
4526
4445
|
* @description
|
4527
4446
|
* The `viewportRowRenderingOffset` option configures the number of rows
|
@@ -4550,7 +4469,6 @@ export default (function () {
|
|
4550
4469
|
* ```
|
4551
4470
|
*/
|
4552
4471
|
viewportRowRenderingOffset: 'auto',
|
4553
|
-
|
4554
4472
|
/**
|
4555
4473
|
* The `visibleRows` option sets the height of the [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md)
|
4556
4474
|
* and [`dropdown`](@/guides/cell-types/dropdown-cell-type.md) lists.
|
@@ -4585,7 +4503,6 @@ export default (function () {
|
|
4585
4503
|
* ```
|
4586
4504
|
*/
|
4587
4505
|
visibleRows: 10,
|
4588
|
-
|
4589
4506
|
/**
|
4590
4507
|
* The `width` option configures the width of your grid.
|
4591
4508
|
*
|
@@ -4620,7 +4537,6 @@ export default (function () {
|
|
4620
4537
|
* ```
|
4621
4538
|
*/
|
4622
4539
|
width: void 0,
|
4623
|
-
|
4624
4540
|
/**
|
4625
4541
|
* The `wordWrap` option configures whether content that exceeds a column's width is wrapped or not.
|
4626
4542
|
*
|
@@ -4659,7 +4575,7 @@ export default (function () {
|
|
4659
4575
|
* ```
|
4660
4576
|
*/
|
4661
4577
|
wordWrap: true
|
4662
|
-
/* eslint-enable jsdoc/require-description-complete-sentence */
|
4663
4578
|
|
4579
|
+
/* eslint-enable jsdoc/require-description-complete-sentence */
|
4664
4580
|
};
|
4665
4581
|
});
|