handsontable 0.0.0-next-8e49c6c-20240307 → 0.0.0-next-221e46b-20240307

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.

Potentially problematic release.


This version of handsontable might be problematic. Click here for more details.

Files changed (53) hide show
  1. package/3rdparty/walkontable/src/cell/range.js +1 -1
  2. package/3rdparty/walkontable/src/cell/range.mjs +1 -1
  3. package/base.js +2 -2
  4. package/base.mjs +2 -2
  5. package/core.js +21 -21
  6. package/core.mjs +21 -21
  7. package/dataMap/metaManager/metaSchema.js +270 -270
  8. package/dataMap/metaManager/metaSchema.mjs +270 -270
  9. package/dist/handsontable.css +2 -2
  10. package/dist/handsontable.full.css +2 -2
  11. package/dist/handsontable.full.js +397 -397
  12. package/dist/handsontable.full.min.css +2 -2
  13. package/dist/handsontable.full.min.js +3 -3
  14. package/dist/handsontable.js +397 -397
  15. package/dist/handsontable.min.css +2 -2
  16. package/dist/handsontable.min.js +3 -3
  17. package/helpers/mixed.js +1 -1
  18. package/helpers/mixed.mjs +1 -1
  19. package/package.json +1 -1
  20. package/pluginHooks.js +43 -43
  21. package/pluginHooks.mjs +43 -43
  22. package/plugins/columnSummary/columnSummary.js +14 -14
  23. package/plugins/columnSummary/columnSummary.mjs +14 -14
  24. package/plugins/contextMenu/contextMenu.js +3 -3
  25. package/plugins/contextMenu/contextMenu.mjs +3 -3
  26. package/plugins/copyPaste/copyPaste.js +3 -3
  27. package/plugins/copyPaste/copyPaste.mjs +3 -3
  28. package/plugins/customBorders/customBorders.js +1 -1
  29. package/plugins/customBorders/customBorders.mjs +1 -1
  30. package/plugins/dropdownMenu/dropdownMenu.js +2 -2
  31. package/plugins/dropdownMenu/dropdownMenu.mjs +2 -2
  32. package/plugins/exportFile/exportFile.js +1 -1
  33. package/plugins/exportFile/exportFile.mjs +1 -1
  34. package/plugins/filters/filters.js +1 -1
  35. package/plugins/filters/filters.mjs +1 -1
  36. package/plugins/formulas/formulas.js +1 -1
  37. package/plugins/formulas/formulas.mjs +1 -1
  38. package/plugins/hiddenColumns/hiddenColumns.js +4 -4
  39. package/plugins/hiddenColumns/hiddenColumns.mjs +4 -4
  40. package/plugins/hiddenRows/hiddenRows.js +4 -4
  41. package/plugins/hiddenRows/hiddenRows.mjs +4 -4
  42. package/plugins/manualColumnMove/manualColumnMove.js +7 -7
  43. package/plugins/manualColumnMove/manualColumnMove.mjs +7 -7
  44. package/plugins/manualRowMove/manualRowMove.js +7 -7
  45. package/plugins/manualRowMove/manualRowMove.mjs +7 -7
  46. package/plugins/nestedRows/nestedRows.js +2 -2
  47. package/plugins/nestedRows/nestedRows.mjs +2 -2
  48. package/plugins/nestedRows/utils/rowMoveController.js +4 -4
  49. package/plugins/nestedRows/utils/rowMoveController.mjs +4 -4
  50. package/shortcuts/context.js +1 -1
  51. package/shortcuts/context.mjs +1 -1
  52. package/shortcuts/manager.js +2 -2
  53. package/shortcuts/manager.mjs +2 -2
@@ -25,8 +25,8 @@
25
25
  * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
26
26
  * USE OR INABILITY TO USE THIS SOFTWARE.
27
27
  *
28
- * Version: 0.0.0-next-8e49c6c-20240307
29
- * Release date: 06/03/2024 (built at 07/03/2024 11:01:55)
28
+ * Version: 0.0.0-next-221e46b-20240307
29
+ * Release date: 06/03/2024 (built at 07/03/2024 14:16:19)
30
30
  */
31
31
  (function webpackUniversalModuleDefinition(root, factory) {
32
32
  if(typeof exports === 'object' && typeof module === 'object')
@@ -43097,8 +43097,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
43097
43097
  Handsontable.CellCoords = _src.CellCoords;
43098
43098
  Handsontable.CellRange = _src.CellRange;
43099
43099
  Handsontable.packageName = 'handsontable';
43100
- Handsontable.buildDate = "07/03/2024 11:01:55";
43101
- Handsontable.version = "0.0.0-next-8e49c6c-20240307";
43100
+ Handsontable.buildDate = "07/03/2024 14:16:19";
43101
+ Handsontable.version = "0.0.0-next-221e46b-20240307";
43102
43102
  Handsontable.languages = {
43103
43103
  dictionaryKeys: _registry.dictionaryKeys,
43104
43104
  getLanguageDictionary: _registry.getLanguageDictionary,
@@ -43219,8 +43219,8 @@ const deprecationWarns = new Set();
43219
43219
  *
43220
43220
  * ::: only-for react
43221
43221
  * To use these methods, associate a Handsontable instance with your instance
43222
- * of the [`HotTable` component](@/guides/getting-started/installation.md#_4-use-the-hottable-component),
43223
- * by using React's `ref` feature (read more on the [Instance methods](@/guides/getting-started/react-methods.md) page).
43222
+ * of the [`HotTable` component](@/guides/getting-started/installation/installation.md#_4-use-the-hottable-component),
43223
+ * by using React's `ref` feature (read more on the [Instance methods](@/guides/getting-started/react-methods/react-methods.md) page).
43224
43224
  * :::
43225
43225
  *
43226
43226
  * ## How to call a method
@@ -45196,20 +45196,20 @@ function Core(rootElement, userSettings) {
45196
45196
  * The `updateData()` method replaces Handsontable's [`data`](@/api/options.md#data) with a new dataset.
45197
45197
  *
45198
45198
  * The `updateData()` method:
45199
- * - Keeps cells' states (e.g. cells' [formatting](@/guides/cell-features/formatting-cells.md) and cells' [`readOnly`](@/api/options.md#readonly) states)
45199
+ * - Keeps cells' states (e.g. cells' [formatting](@/guides/cell-features/formatting-cells/formatting-cells.md) and cells' [`readOnly`](@/api/options.md#readonly) states)
45200
45200
  * - Keeps rows' states (e.g. row order)
45201
45201
  * - Keeps columns' states (e.g. column order)
45202
45202
  *
45203
45203
  * To replace Handsontable's [`data`](@/api/options.md#data) and reset states, use the [`loadData()`](#loaddata) method.
45204
45204
  *
45205
45205
  * Read more:
45206
- * - [Binding to data](@/guides/getting-started/binding-to-data.md)
45207
- * - [Saving data](@/guides/getting-started/saving-data.md)
45206
+ * - [Binding to data](@/guides/getting-started/binding-to-data/binding-to-data.md)
45207
+ * - [Saving data](@/guides/getting-started/saving-data/saving-data.md)
45208
45208
  *
45209
45209
  * @memberof Core#
45210
45210
  * @function updateData
45211
45211
  * @since 11.1.0
45212
- * @param {Array} data An [array of arrays](@/guides/getting-started/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects), that contains Handsontable's data
45212
+ * @param {Array} data An [array of arrays](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-objects), that contains Handsontable's data
45213
45213
  * @param {string} [source] The source of the `updateData()` call
45214
45214
  * @fires Hooks#beforeUpdateData
45215
45215
  * @fires Hooks#afterUpdateData
@@ -45238,19 +45238,19 @@ function Core(rootElement, userSettings) {
45238
45238
  * The `loadData()` method replaces Handsontable's [`data`](@/api/options.md#data) with a new dataset.
45239
45239
  *
45240
45240
  * Additionally, the `loadData()` method:
45241
- * - Resets cells' states (e.g. cells' [formatting](@/guides/cell-features/formatting-cells.md) and cells' [`readOnly`](@/api/options.md#readonly) states)
45241
+ * - Resets cells' states (e.g. cells' [formatting](@/guides/cell-features/formatting-cells/formatting-cells.md) and cells' [`readOnly`](@/api/options.md#readonly) states)
45242
45242
  * - Resets rows' states (e.g. row order)
45243
45243
  * - Resets columns' states (e.g. column order)
45244
45244
  *
45245
45245
  * To replace Handsontable's [`data`](@/api/options.md#data) without resetting states, use the [`updateData()`](#updatedata) method.
45246
45246
  *
45247
45247
  * Read more:
45248
- * - [Binding to data](@/guides/getting-started/binding-to-data.md)
45249
- * - [Saving data](@/guides/getting-started/saving-data.md)
45248
+ * - [Binding to data](@/guides/getting-started/binding-to-data/binding-to-data.md)
45249
+ * - [Saving data](@/guides/getting-started/saving-data/saving-data.md)
45250
45250
  *
45251
45251
  * @memberof Core#
45252
45252
  * @function loadData
45253
- * @param {Array} data An [array of arrays](@/guides/getting-started/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects), that contains Handsontable's data
45253
+ * @param {Array} data An [array of arrays](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-objects), that contains Handsontable's data
45254
45254
  * @param {string} [source] The source of the `loadData()` call
45255
45255
  * @fires Hooks#beforeLoadData
45256
45256
  * @fires Hooks#afterLoadData
@@ -45610,7 +45610,7 @@ function Core(rootElement, userSettings) {
45610
45610
  *
45611
45611
  * ::: tip
45612
45612
  * The `alter()` method works only when your [`data`](@/api/options.md#data)
45613
- * is an [array of arrays](@/guides/getting-started/binding-to-data.md#array-of-arrays).
45613
+ * is an [array of arrays](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-arrays).
45614
45614
  * :::
45615
45615
  *
45616
45616
  * ```js
@@ -45904,7 +45904,7 @@ function Core(rootElement, userSettings) {
45904
45904
  * sorted or trimmed only physical indexes are correct.
45905
45905
  *
45906
45906
  * __Note__: This method may return incorrect values for cells that contain
45907
- * [formulas](@/guides/formulas/formula-calculation.md). This is because `getSourceData()`
45907
+ * [formulas](@/guides/formulas/formula-calculation/formula-calculation.md). This is because `getSourceData()`
45908
45908
  * operates on source data ([physical indexes](@/api/indexMapper.md)),
45909
45909
  * whereas formulas operate on visual data (visual indexes).
45910
45910
  *
@@ -46242,8 +46242,8 @@ function Core(rootElement, userSettings) {
46242
46242
  };
46243
46243
 
46244
46244
  /**
46245
- * Checks if your [data format](@/guides/getting-started/binding-to-data.md#compatible-data-types)
46246
- * and [configuration options](@/guides/getting-started/configuration-options.md)
46245
+ * Checks if your [data format](@/guides/getting-started/binding-to-data/binding-to-data.md#compatible-data-types)
46246
+ * and [configuration options](@/guides/getting-started/configuration-options/configuration-options.md)
46247
46247
  * allow for changing the number of columns.
46248
46248
  *
46249
46249
  * Returns `false` when your data is an array of objects,
@@ -46332,10 +46332,10 @@ function Core(rootElement, userSettings) {
46332
46332
 
46333
46333
  /**
46334
46334
  * Validates every cell in the data set,
46335
- * using a [validator function](@/guides/cell-functions/cell-validator.md) configured for each cell.
46335
+ * using a [validator function](@/guides/cell-functions/cell-validator/cell-validator.md) configured for each cell.
46336
46336
  *
46337
- * Doesn't validate cells that are currently [trimmed](@/guides/rows/row-trimming.md),
46338
- * [hidden](@/guides/rows/row-hiding.md), or [filtered](@/guides/columns/column-filter.md),
46337
+ * Doesn't validate cells that are currently [trimmed](@/guides/rows/row-trimming/row-trimming.md),
46338
+ * [hidden](@/guides/rows/row-hiding/row-hiding.md), or [filtered](@/guides/columns/column-filter/column-filter.md),
46339
46339
  * as such cells are not included in the data set until you bring them back again.
46340
46340
  *
46341
46341
  * After the validation, the `callback` function is fired, with the `valid` argument set to:
@@ -46523,18 +46523,18 @@ function Core(rootElement, userSettings) {
46523
46523
  * Gets the values of column headers (if column headers are [enabled](@/api/options.md#colheaders)).
46524
46524
  *
46525
46525
  * To get an array with the values of all
46526
- * [bottom-most](@/guides/cell-features/clipboard.md#copy-with-headers) column headers,
46526
+ * [bottom-most](@/guides/cell-features/clipboard/clipboard.md#copy-with-headers) column headers,
46527
46527
  * call `getColHeader()` with no arguments.
46528
46528
  *
46529
46529
  * To get the value of the bottom-most header of a specific column, use the `column` parameter.
46530
46530
  *
46531
- * To get the value of a [specific-level](@/guides/columns/column-groups.md) header
46531
+ * To get the value of a [specific-level](@/guides/columns/column-groups/column-groups.md) header
46532
46532
  * of a specific column, use the `column` and `headerLevel` parameters.
46533
46533
  *
46534
46534
  * Read more:
46535
- * - [Guides: Column groups](@/guides/columns/column-groups.md)
46535
+ * - [Guides: Column groups](@/guides/columns/column-groups/column-groups.md)
46536
46536
  * - [Options: `colHeaders`](@/api/options.md#colheaders)
46537
- * - [Guides: Copy with headers](@/guides/cell-features/clipboard.md#copy-with-headers)
46537
+ * - [Guides: Copy with headers](@/guides/cell-features/clipboard/clipboard.md#copy-with-headers)
46538
46538
  *
46539
46539
  * ```js
46540
46540
  * // get the contents of all bottom-most column headers
@@ -53173,7 +53173,7 @@ const domMessages = {
53173
53173
  function _injectProductInfo(key, element) {
53174
53174
  const hasValidType = !isEmpty(key);
53175
53175
  const isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
53176
- const hotVersion = "0.0.0-next-8e49c6c-20240307";
53176
+ const hotVersion = "0.0.0-next-221e46b-20240307";
53177
53177
  let keyValidityDate;
53178
53178
  let consoleMessageState = 'invalid';
53179
53179
  let domMessageState = 'invalid';
@@ -62416,7 +62416,7 @@ var _function = __webpack_require__(448);
62416
62416
  * ::: only-for react
62417
62417
  * This page lists all the **Handsontable hooks** – callbacks that let you react before or after an action occurs.
62418
62418
  *
62419
- * Read more on the [Events and hooks](@/guides/getting-started/events-and-hooks.md) page.
62419
+ * Read more on the [Events and hooks](@/guides/getting-started/events-and-hooks/events-and-hooks.md) page.
62420
62420
  * :::
62421
62421
  *
62422
62422
  * @example
@@ -62533,7 +62533,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
62533
62533
  *
62534
62534
  * @event Hooks#afterChange
62535
62535
  * @param {Array[]} changes 2D array containing information about each of the edited cells `[[row, prop, oldVal, newVal], ...]`. `row` is a visual row index.
62536
- * @param {string} [source] String that identifies source of hook call ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
62536
+ * @param {string} [source] String that identifies source of hook call ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
62537
62537
  * @example
62538
62538
  * ::: only-for javascript
62539
62539
  * ```js
@@ -62637,7 +62637,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
62637
62637
  * @param {number} index Represents the visual index of first newly created column in the data source array.
62638
62638
  * @param {number} amount Number of newly created columns in the data source array.
62639
62639
  * @param {string} [source] String that identifies source of hook call
62640
- * ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
62640
+ * ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
62641
62641
  * @returns {*} If `false` then creating columns is cancelled.
62642
62642
  * @example
62643
62643
  * ::: only-for javascript
@@ -62678,7 +62678,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
62678
62678
  * @param {number} index Represents the visual index of first newly created column in the data source.
62679
62679
  * @param {number} amount Number of newly created columns in the data source.
62680
62680
  * @param {string} [source] String that identifies source of hook call
62681
- * ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
62681
+ * ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
62682
62682
  */
62683
62683
  'afterCreateCol',
62684
62684
  /**
@@ -62688,7 +62688,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
62688
62688
  * @param {number} index Represents the visual index of first newly created row in the data source array.
62689
62689
  * @param {number} amount Number of newly created rows in the data source array.
62690
62690
  * @param {string} [source] String that identifies source of hook call
62691
- * ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
62691
+ * ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
62692
62692
  * @returns {*|boolean} If false is returned the action is canceled.
62693
62693
  */
62694
62694
  'beforeCreateRow',
@@ -62699,7 +62699,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
62699
62699
  * @param {number} index Represents the visual index of first newly created row in the data source array.
62700
62700
  * @param {number} amount Number of newly created rows in the data source array.
62701
62701
  * @param {string} [source] String that identifies source of hook call
62702
- * ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
62702
+ * ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
62703
62703
  */
62704
62704
  'afterCreateRow',
62705
62705
  /**
@@ -62782,11 +62782,11 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
62782
62782
  * or the [`updateSettings()`](@/api/core.md#updatesettings) method.
62783
62783
  *
62784
62784
  * Read more:
62785
- * - [Binding to data](@/guides/getting-started/binding-to-data.md)
62786
- * - [Saving data](@/guides/getting-started/saving-data.md)
62785
+ * - [Binding to data](@/guides/getting-started/binding-to-data/binding-to-data.md)
62786
+ * - [Saving data](@/guides/getting-started/saving-data/saving-data.md)
62787
62787
  *
62788
62788
  * @event Hooks#afterLoadData
62789
- * @param {Array} sourceData An [array of arrays](@/guides/getting-started/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects), that contains Handsontable's data
62789
+ * @param {Array} sourceData An [array of arrays](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-objects), that contains Handsontable's data
62790
62790
  * @param {boolean} initialLoad A flag that indicates whether the data was loaded at Handsontable's initialization (`true`) or later (`false`)
62791
62791
  * @param {string} source The source of the call
62792
62792
  */
@@ -62796,12 +62796,12 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
62796
62796
  * modifies Handsontable's [`data`](@/api/options.md#data).
62797
62797
  *
62798
62798
  * Read more:
62799
- * - [Binding to data](@/guides/getting-started/binding-to-data.md)
62800
- * - [Saving data](@/guides/getting-started/saving-data.md)
62799
+ * - [Binding to data](@/guides/getting-started/binding-to-data/binding-to-data.md)
62800
+ * - [Saving data](@/guides/getting-started/saving-data/saving-data.md)
62801
62801
  *
62802
62802
  * @event Hooks#afterUpdateData
62803
62803
  * @since 11.1.0
62804
- * @param {Array} sourceData An [array of arrays](@/guides/getting-started/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects), that contains Handsontable's data
62804
+ * @param {Array} sourceData An [array of arrays](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-objects), that contains Handsontable's data
62805
62805
  * @param {boolean} initialLoad A flag that indicates whether the data was loaded at Handsontable's initialization (`true`) or later (`false`)
62806
62806
  * @param {string} source The source of the call
62807
62807
  */
@@ -62895,7 +62895,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
62895
62895
  * @param {number} amount An amount of removed columns.
62896
62896
  * @param {number[]} physicalColumns An array of physical columns removed from the data source.
62897
62897
  * @param {string} [source] String that identifies source of hook call
62898
- * ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
62898
+ * ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
62899
62899
  */
62900
62900
  'afterRemoveCol',
62901
62901
  /**
@@ -62906,7 +62906,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
62906
62906
  * @param {number} amount An amount of removed rows.
62907
62907
  * @param {number[]} physicalRows An array of physical rows removed from the data source.
62908
62908
  * @param {string} [source] String that identifies source of hook call
62909
- * ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
62909
+ * ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
62910
62910
  */
62911
62911
  'afterRemoveRow',
62912
62912
  /**
@@ -63207,7 +63207,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
63207
63207
  * @event Hooks#afterSetDataAtCell
63208
63208
  * @param {Array} changes An array of changes in format `[[row, column, oldValue, value], ...]`.
63209
63209
  * @param {string} [source] String that identifies source of hook call
63210
- * ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
63210
+ * ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
63211
63211
  */
63212
63212
  'afterSetDataAtCell',
63213
63213
  /**
@@ -63217,7 +63217,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
63217
63217
  * @event Hooks#afterSetDataAtRowProp
63218
63218
  * @param {Array} changes An array of changes in format `[[row, prop, oldValue, value], ...]`.
63219
63219
  * @param {string} [source] String that identifies source of hook call
63220
- * ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
63220
+ * ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
63221
63221
  */
63222
63222
  'afterSetDataAtRowProp',
63223
63223
  /**
@@ -63249,7 +63249,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
63249
63249
  * @param {number} row Visual row index.
63250
63250
  * @param {string|number} prop Property name / visual column index.
63251
63251
  * @param {string} [source] String that identifies source of hook call
63252
- * ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
63252
+ * ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
63253
63253
  * @returns {undefined | boolean} If `false` the cell will be marked as invalid, `true` otherwise.
63254
63254
  */
63255
63255
  'afterValidate',
@@ -63325,7 +63325,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
63325
63325
  * @event Hooks#beforeChange
63326
63326
  * @param {Array[]} changes 2D array containing information about each of the edited cells `[[row, prop, oldVal, newVal], ...]`. `row` is a visual row index.
63327
63327
  * @param {string} [source] String that identifies source of hook call
63328
- * ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
63328
+ * ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
63329
63329
  * @returns {undefined | boolean} If `false` all changes were cancelled, `true` otherwise.
63330
63330
  * @example
63331
63331
  * ::: only-for javascript
@@ -63395,7 +63395,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
63395
63395
  * @event Hooks#beforeChangeRender
63396
63396
  * @param {Array[]} changes Array in form of `[row, prop, oldValue, newValue]`.
63397
63397
  * @param {string} [source] String that identifies source of hook call
63398
- * ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
63398
+ * ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
63399
63399
  */
63400
63400
  'beforeChangeRender',
63401
63401
  /**
@@ -63445,12 +63445,12 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
63445
63445
  * or the [`updateSettings()`](@/api/core.md#updatesettings) method.
63446
63446
  *
63447
63447
  * Read more:
63448
- * - [Binding to data](@/guides/getting-started/binding-to-data.md)
63449
- * - [Saving data](@/guides/getting-started/saving-data.md)
63448
+ * - [Binding to data](@/guides/getting-started/binding-to-data/binding-to-data.md)
63449
+ * - [Saving data](@/guides/getting-started/saving-data/saving-data.md)
63450
63450
  *
63451
63451
  * @event Hooks#beforeLoadData
63452
63452
  * @since 8.0.0
63453
- * @param {Array} sourceData An [array of arrays](@/guides/getting-started/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects), that contains Handsontable's data
63453
+ * @param {Array} sourceData An [array of arrays](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-objects), that contains Handsontable's data
63454
63454
  * @param {boolean} initialLoad A flag that indicates whether the data was loaded at Handsontable's initialization (`true`) or later (`false`)
63455
63455
  * @param {string} source The source of the call
63456
63456
  * @returns {Array} The returned array will be used as Handsontable's new dataset.
@@ -63461,12 +63461,12 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
63461
63461
  * modifies Handsontable's [`data`](@/api/options.md#data).
63462
63462
  *
63463
63463
  * Read more:
63464
- * - [Binding to data](@/guides/getting-started/binding-to-data.md)
63465
- * - [Saving data](@/guides/getting-started/saving-data.md)
63464
+ * - [Binding to data](@/guides/getting-started/binding-to-data/binding-to-data.md)
63465
+ * - [Saving data](@/guides/getting-started/saving-data/saving-data.md)
63466
63466
  *
63467
63467
  * @event Hooks#beforeUpdateData
63468
63468
  * @since 11.1.0
63469
- * @param {Array} sourceData An [array of arrays](@/guides/getting-started/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects), that contains Handsontable's data
63469
+ * @param {Array} sourceData An [array of arrays](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-objects), that contains Handsontable's data
63470
63470
  * @param {boolean} initialLoad A flag that indicates whether the data was loaded at Handsontable's initialization (`true`) or later (`false`)
63471
63471
  * @param {string} source The source of the call
63472
63472
  * @returns {Array} The returned array will be used as Handsontable's new dataset.
@@ -63539,7 +63539,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
63539
63539
  * @param {number} amount Amount of columns to be removed.
63540
63540
  * @param {number[]} physicalColumns An array of physical columns removed from the data source.
63541
63541
  * @param {string} [source] String that identifies source of hook call
63542
- * ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
63542
+ * ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
63543
63543
  * @returns {*|boolean} If false is returned the action is canceled.
63544
63544
  */
63545
63545
  'beforeRemoveCol',
@@ -63551,7 +63551,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
63551
63551
  * @param {number} amount Amount of rows to be removed.
63552
63552
  * @param {number[]} physicalRows An array of physical rows removed from the data source.
63553
63553
  * @param {string} [source] String that identifies source of hook call
63554
- * ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
63554
+ * ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
63555
63555
  * @returns {*|boolean} If false is returned the action is canceled.
63556
63556
  */
63557
63557
  'beforeRemoveRow',
@@ -63694,7 +63694,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
63694
63694
  * @param {number} row Visual row index.
63695
63695
  * @param {string|number} prop Property name / column index.
63696
63696
  * @param {string} [source] String that identifies source of hook call
63697
- * ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
63697
+ * ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
63698
63698
  */
63699
63699
  'beforeValidate',
63700
63700
  /**
@@ -64137,11 +64137,11 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
64137
64137
  * @param {number} finalIndex Visual column index, being a start index for the moved columns.
64138
64138
  * Points to where the elements will be placed after the moving action.
64139
64139
  * To check visualization of final index please take a look at
64140
- * [documentation](@/guides/columns/column-moving.md).
64140
+ * [documentation](@/guides/columns/column-moving/column-moving.md).
64141
64141
  * @param {number|undefined} dropIndex Visual column index, being a drop index for the moved columns.
64142
64142
  * Points to where we are going to drop the moved elements. To check
64143
64143
  * visualization of drop index please take a look at
64144
- * [documentation](@/guides/columns/column-moving.md).
64144
+ * [documentation](@/guides/columns/column-moving/column-moving.md).
64145
64145
  * It's `undefined` when `dragColumns` function wasn't called.
64146
64146
  * @param {boolean} movePossible Indicates if it's possible to move rows to the desired position.
64147
64147
  * @returns {undefined | boolean} If `false` the column will not be moved, `true` otherwise.
@@ -64156,11 +64156,11 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
64156
64156
  * @param {number} finalIndex Visual column index, being a start index for the moved columns.
64157
64157
  * Points to where the elements will be placed after the moving action.
64158
64158
  * To check visualization of final index please take a look at
64159
- * [documentation](@/guides/columns/column-moving.md).
64159
+ * [documentation](@/guides/columns/column-moving/column-moving.md).
64160
64160
  * @param {number|undefined} dropIndex Visual column index, being a drop index for the moved columns.
64161
64161
  * Points to where we are going to drop the moved elements.
64162
64162
  * To check visualization of drop index please take a look at
64163
- * [documentation](@/guides/columns/column-moving.md).
64163
+ * [documentation](@/guides/columns/column-moving/column-moving.md).
64164
64164
  * It's `undefined` when `dragColumns` function wasn't called.
64165
64165
  * @param {boolean} movePossible Indicates if it was possible to move columns to the desired position.
64166
64166
  * @param {boolean} orderChanged Indicates if order of columns was changed by move.
@@ -64194,11 +64194,11 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
64194
64194
  * @param {number} finalIndex Visual row index, being a start index for the moved rows.
64195
64195
  * Points to where the elements will be placed after the moving action.
64196
64196
  * To check visualization of final index please take a look at
64197
- * [documentation](@/guides/rows/row-moving.md).
64197
+ * [documentation](@/guides/rows/row-moving/row-moving.md).
64198
64198
  * @param {number|undefined} dropIndex Visual row index, being a drop index for the moved rows.
64199
64199
  * Points to where we are going to drop the moved elements.
64200
64200
  * To check visualization of drop index please take a look at
64201
- * [documentation](@/guides/rows/row-moving.md).
64201
+ * [documentation](@/guides/rows/row-moving/row-moving.md).
64202
64202
  * It's `undefined` when `dragRows` function wasn't called.
64203
64203
  * @param {boolean} movePossible Indicates if it's possible to move rows to the desired position.
64204
64204
  * @returns {*|boolean} If false is returned the action is canceled.
@@ -64213,11 +64213,11 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
64213
64213
  * @param {number} finalIndex Visual row index, being a start index for the moved rows.
64214
64214
  * Points to where the elements will be placed after the moving action.
64215
64215
  * To check visualization of final index please take a look at
64216
- * [documentation](@/guides/rows/row-moving.md).
64216
+ * [documentation](@/guides/rows/row-moving/row-moving.md).
64217
64217
  * @param {number|undefined} dropIndex Visual row index, being a drop index for the moved rows.
64218
64218
  * Points to where we are going to drop the moved elements.
64219
64219
  * To check visualization of drop index please take a look at
64220
- * [documentation](@/guides/rows/row-moving.md).
64220
+ * [documentation](@/guides/rows/row-moving/row-moving.md).
64221
64221
  * It's `undefined` when `dragRows` function wasn't called.
64222
64222
  * @param {boolean} movePossible Indicates if it was possible to move rows to the desired position.
64223
64223
  * @param {boolean} orderChanged Indicates if order of rows was changed by move.
@@ -64290,7 +64290,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
64290
64290
  'beforeStretchingColumnWidth',
64291
64291
  /**
64292
64292
  * Fired by the [`Filters`](@/api/filters.md) plugin,
64293
- * before a [column filter](@/guides/columns/column-filter.md) gets applied.
64293
+ * before a [column filter](@/guides/columns/column-filter/column-filter.md) gets applied.
64294
64294
  *
64295
64295
  * [`beforeFilter`](#beforefilter) takes one argument (`conditionsStack`), which is an array of objects.
64296
64296
  * Each object represents one of your [column filters](@/api/filters.md#addcondition),
@@ -64335,7 +64335,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
64335
64335
  *```
64336
64336
  *
64337
64337
  * Read more:
64338
- * - [Guides: Column filter](@/guides/columns/column-filter.md)
64338
+ * - [Guides: Column filter](@/guides/columns/column-filter/column-filter.md)
64339
64339
  * - [Hooks: `afterFilter`](#afterfilter)
64340
64340
  * - [Options: `filters`](@/api/options.md#filters)
64341
64341
  * - [Plugins: `Filters`](@/api/filters.md)
@@ -64348,7 +64348,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
64348
64348
  'beforeFilter',
64349
64349
  /**
64350
64350
  * Fired by the [`Filters`](@/api/filters.md) plugin,
64351
- * after a [column filter](@/guides/columns/column-filter.md) gets applied.
64351
+ * after a [column filter](@/guides/columns/column-filter/column-filter.md) gets applied.
64352
64352
  *
64353
64353
  * [`afterFilter`](#afterfilter) takes one argument (`conditionsStack`), which is an array of objects.
64354
64354
  * Each object represents one of your [column filters](@/api/filters.md#addcondition),
@@ -64382,7 +64382,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
64382
64382
  * ```
64383
64383
  *
64384
64384
  * Read more:
64385
- * - [Guides: Column filter](@/guides/columns/column-filter.md)
64385
+ * - [Guides: Column filter](@/guides/columns/column-filter/column-filter.md)
64386
64386
  * - [Hooks: `beforeFilter`](#beforefilter)
64387
64387
  * - [Options: `filters`](@/api/options.md#filters)
64388
64388
  * - [Plugins: `Filters`](@/api/filters.md)
@@ -64402,7 +64402,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
64402
64402
  * This hook gets also fired on Handsontable's initialization, returning the addresses and values of all cells.
64403
64403
  *
64404
64404
  * Read more:
64405
- * - [Guides: Formula calculation](@/guides/formulas/formula-calculation.md)
64405
+ * - [Guides: Formula calculation](@/guides/formulas/formula-calculation/formula-calculation.md)
64406
64406
  * - [HyperFormula documentation: `valuesUpdated`](https://hyperformula.handsontable.com/api/interfaces/listeners.html#valuesupdated)
64407
64407
  *
64408
64408
  * @since 9.0.0
@@ -64491,7 +64491,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
64491
64491
  * @since 8.4.0
64492
64492
  * @param {Array} doneActions Stack of actions which may be undone.
64493
64493
  * @param {string} [source] String that identifies source of action
64494
- * ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
64494
+ * ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
64495
64495
  * @returns {*|boolean} If false is returned the action of changing undo stack is canceled.
64496
64496
  */
64497
64497
  'beforeUndoStackChange',
@@ -65282,7 +65282,7 @@ class Hooks {
65282
65282
  /**
65283
65283
  * Registers a hook name (adds it to the list of the known hook names). Used by plugins.
65284
65284
  * It is not necessary to call register, but if you use it, your plugin hook will be used returned by
65285
- * the `getRegistered` method. (which itself is used in the [demo](@/guides/getting-started/events-and-hooks.md)).
65285
+ * the `getRegistered` method. (which itself is used in the [demo](@/guides/getting-started/events-and-hooks/events-and-hooks.md)).
65286
65286
  *
65287
65287
  * @param {string} key The hook name.
65288
65288
  *
@@ -69733,7 +69733,7 @@ function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollect
69733
69733
  * @description
69734
69734
  *
69735
69735
  * The `CellRange` class holds a set of cell coordinates ([`CellCoords`](@/api/cellCoords.md) instances)
69736
- * that form a [selection range](@/guides/cell-features/selection.md#select-ranges).
69736
+ * that form a [selection range](@/guides/cell-features/selection/selection.md#select-ranges).
69737
69737
  *
69738
69738
  * A single `CellRange` instance represents a single unit of selection
69739
69739
  * that contains either a single cell or multiple adjacent cells.
@@ -88283,7 +88283,7 @@ var _object = __webpack_require__(450);
88283
88283
  * @class Options
88284
88284
  * @description
88285
88285
  *
88286
- * [Configuration options](@/guides/getting-started/configuration-options.md) let you heavily customize your Handsontable instance. For example, you can:
88286
+ * [Configuration options](@/guides/getting-started/configuration-options/configuration-options.md) let you heavily customize your Handsontable instance. For example, you can:
88287
88287
  *
88288
88288
  * - Enable and disable built-in features
88289
88289
  * - Enable and configure additional [plugins](@/api/plugins.md)
@@ -88293,11 +88293,11 @@ var _object = __webpack_require__(450);
88293
88293
  *
88294
88294
  * ::: only-for javascript
88295
88295
  *
88296
- * To apply [configuration options](@/guides/getting-started/configuration-options.md), pass them as
88297
- * a second argument of the [Handsontable constructor](@/guides/getting-started/installation.md#initialize-handsontable),
88296
+ * To apply [configuration options](@/guides/getting-started/configuration-options/configuration-options.md), pass them as
88297
+ * a second argument of the [Handsontable constructor](@/guides/getting-started/installation/installation.md#initialize-handsontable),
88298
88298
  * using the [object literal notation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Object_initializer):
88299
88299
  *
88300
- * Read more on the [Configuration options](@/guides/getting-started/configuration-options.md) page.
88300
+ * Read more on the [Configuration options](@/guides/getting-started/configuration-options/configuration-options.md) page.
88301
88301
  *
88302
88302
  * ```js
88303
88303
  * const container = document.getElementById('example');
@@ -88328,10 +88328,10 @@ var _object = __webpack_require__(450);
88328
88328
  * ::: only-for react
88329
88329
  *
88330
88330
  * To apply configuration options, pass them as individual props
88331
- * of the [`HotTable`](@/guides/getting-started/installation.md#_4-use-the-hottable-component)
88332
- * or [`HotColumn`](@/guides/columns/react-hot-column.md) components.
88331
+ * of the [`HotTable`](@/guides/getting-started/installation/installation.md#_4-use-the-hottable-component)
88332
+ * or [`HotColumn`](@/guides/columns/react-hot-column/react-hot-column.md) components.
88333
88333
  *
88334
- * Read more on the [Configuration options](@/guides/getting-started/configuration-options.md) page.
88334
+ * Read more on the [Configuration options](@/guides/getting-started/configuration-options/configuration-options.md) page.
88335
88335
  *
88336
88336
  * ```jsx
88337
88337
  * <HotTable
@@ -88358,14 +88358,14 @@ var _object = __webpack_require__(450);
88358
88358
  * :::
88359
88359
  *
88360
88360
  * Depending on your needs, you can apply [configuration options](@/api/options.md) to different elements of your grid:
88361
- * - [The entire grid](@/guides/getting-started/configuration-options.md#set-grid-options)
88362
- * - [Individual columns](@/guides/getting-started/configuration-options.md#set-column-options)
88363
- * - [Individual rows](@/guides/getting-started/configuration-options.md#set-row-options)
88364
- * - [Individual cells](@/guides/getting-started/configuration-options.md#set-cell-options)
88365
- * - [Individual grid elements, based on any logic you implement](@/guides/getting-started/configuration-options.md#implementing-custom-logic)
88361
+ * - [The entire grid](@/guides/getting-started/configuration-options/configuration-options.md#set-grid-options)
88362
+ * - [Individual columns](@/guides/getting-started/configuration-options/configuration-options.md#set-column-options)
88363
+ * - [Individual rows](@/guides/getting-started/configuration-options/configuration-options.md#set-row-options)
88364
+ * - [Individual cells](@/guides/getting-started/configuration-options/configuration-options.md#set-cell-options)
88365
+ * - [Individual grid elements, based on any logic you implement](@/guides/getting-started/configuration-options/configuration-options.md#implementing-custom-logic)
88366
88366
  *
88367
88367
  * Read more:
88368
- * - [Configuration options](@/guides/getting-started/configuration-options.md)
88368
+ * - [Configuration options](@/guides/getting-started/configuration-options/configuration-options.md)
88369
88369
  */
88370
88370
  var _default = () => {
88371
88371
  return {
@@ -88450,8 +88450,8 @@ var _default = () => {
88450
88450
  */
88451
88451
  allowEmpty: true,
88452
88452
  /**
88453
- * The `allowHtml` option configures whether [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md)
88454
- * and [`dropdown`](@/guides/cell-types/dropdown-cell-type.md) cells' [`source`](#source) data
88453
+ * The `allowHtml` option configures whether [`autocomplete`](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md)
88454
+ * and [`dropdown`](@/guides/cell-types/dropdown-cell-type/dropdown-cell-type.md) cells' [`source`](#source) data
88455
88455
  * is treated as HTML.
88456
88456
  *
88457
88457
  * You can set the `allowHtml` option to one of the following:
@@ -88464,8 +88464,8 @@ var _default = () => {
88464
88464
  * __Warning:__ Setting the `allowHtml` option to `true` can cause serious XSS vulnerabilities.
88465
88465
  *
88466
88466
  * Read more:
88467
- * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
88468
- * - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type.md)
88467
+ * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md)
88468
+ * - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type/dropdown-cell-type.md)
88469
88469
  * - [`source`](#source)
88470
88470
  *
88471
88471
  * @memberof Options#
@@ -88489,7 +88489,7 @@ var _default = () => {
88489
88489
  */
88490
88490
  allowHtml: false,
88491
88491
  /**
88492
- * If set to `true`, the `allowInsertColumn` option adds the following menu items to the [context menu](@/guides/accessories-and-menus/context-menu.md):
88492
+ * If set to `true`, the `allowInsertColumn` option adds the following menu items to the [context menu](@/guides/accessories-and-menus/context-menu/context-menu.md):
88493
88493
  * - **Insert column left**
88494
88494
  * - **Insert column right**
88495
88495
  *
@@ -88506,7 +88506,7 @@ var _default = () => {
88506
88506
  */
88507
88507
  allowInsertColumn: true,
88508
88508
  /**
88509
- * If set to `true`, the `allowInsertRow` option adds the following menu items to the [context menu](@/guides/accessories-and-menus/context-menu.md):
88509
+ * If set to `true`, the `allowInsertRow` option adds the following menu items to the [context menu](@/guides/accessories-and-menus/context-menu/context-menu.md):
88510
88510
  * - **Insert row above**
88511
88511
  * - **Insert row below**
88512
88512
  *
@@ -88524,21 +88524,21 @@ var _default = () => {
88524
88524
  allowInsertRow: true,
88525
88525
  /**
88526
88526
  * The `allowInvalid` option determines whether Handsontable accepts values
88527
- * that were marked as `invalid` by the [cell validator](@/guides/cell-functions/cell-validator.md).
88527
+ * that were marked as `invalid` by the [cell validator](@/guides/cell-functions/cell-validator/cell-validator.md).
88528
88528
  *
88529
88529
  * You can set the `allowInvalid` option to one of the following:
88530
88530
  *
88531
88531
  * | Setting | Description |
88532
88532
  * | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
88533
- * | `true` (default) | - Accept `invalid` values<br>- Allow the user to close the [cell editor](@/guides/cell-functions/cell-editor.md) with `invalid` values<br>- Save `invalid` values into the data source |
88534
- * | `false` | - Don't accept `invalid` values<br>- Don't allow the user to close the [cell editor](@/guides/cell-functions/cell-editor.md) with `invalid` values<br>- Don't save `invalid` values into the data source |
88533
+ * | `true` (default) | - Accept `invalid` values<br>- Allow the user to close the [cell editor](@/guides/cell-functions/cell-editor/cell-editor.md) with `invalid` values<br>- Save `invalid` values into the data source |
88534
+ * | `false` | - Don't accept `invalid` values<br>- Don't allow the user to close the [cell editor](@/guides/cell-functions/cell-editor/cell-editor.md) with `invalid` values<br>- Don't save `invalid` values into the data source |
88535
88535
  *
88536
- * Setting the `allowInvalid` option to `false` can be useful when used with the [Autocomplete strict mode](@/guides/cell-types/autocomplete-cell-type.md#autocomplete-strict-mode).
88536
+ * Setting the `allowInvalid` option to `false` can be useful when used with the [Autocomplete strict mode](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md#autocomplete-strict-mode).
88537
88537
  *
88538
88538
  * Read more:
88539
- * - [Cell validator](@/guides/cell-functions/cell-validator.md)
88540
- * - [Cell editor](@/guides/cell-functions/cell-editor.md)
88541
- * - [Autocomplete strict mode](@/guides/cell-types/autocomplete-cell-type.md#autocomplete-strict-mode)
88539
+ * - [Cell validator](@/guides/cell-functions/cell-validator/cell-validator.md)
88540
+ * - [Cell editor](@/guides/cell-functions/cell-editor/cell-editor.md)
88541
+ * - [Autocomplete strict mode](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md#autocomplete-strict-mode)
88542
88542
  *
88543
88543
  * @memberof Options#
88544
88544
  * @type {boolean}
@@ -88555,11 +88555,11 @@ var _default = () => {
88555
88555
  */
88556
88556
  allowInvalid: true,
88557
88557
  /**
88558
- * If set to `true`, the `allowRemoveColumn` option adds the following menu items to the [context menu](@/guides/accessories-and-menus/context-menu.md):
88558
+ * If set to `true`, the `allowRemoveColumn` option adds the following menu items to the [context menu](@/guides/accessories-and-menus/context-menu/context-menu.md):
88559
88559
  * - **Remove column**
88560
88560
  *
88561
88561
  * Read more:
88562
- * - [Context menu](@/guides/accessories-and-menus/context-menu.md)
88562
+ * - [Context menu](@/guides/accessories-and-menus/context-menu/context-menu.md)
88563
88563
  *
88564
88564
  * @memberof Options#
88565
88565
  * @type {boolean}
@@ -88574,11 +88574,11 @@ var _default = () => {
88574
88574
  */
88575
88575
  allowRemoveColumn: true,
88576
88576
  /**
88577
- * If set to `true`, the `allowRemoveRow` option adds the following menu items to the [context menu](@/guides/accessories-and-menus/context-menu.md):
88577
+ * If set to `true`, the `allowRemoveRow` option adds the following menu items to the [context menu](@/guides/accessories-and-menus/context-menu/context-menu.md):
88578
88578
  * - **Remove row**
88579
88579
  *
88580
88580
  * Read more:
88581
- * - [Context menu](@/guides/accessories-and-menus/context-menu.md)
88581
+ * - [Context menu](@/guides/accessories-and-menus/context-menu/context-menu.md)
88582
88582
  *
88583
88583
  * @memberof Options#
88584
88584
  * @type {boolean}
@@ -88769,13 +88769,13 @@ var _default = () => {
88769
88769
  */
88770
88770
  bindRowsWithHeaders: undefined,
88771
88771
  /**
88772
- * The `cell` option lets you apply [configuration options](@/guides/getting-started/configuration-options.md) to individual cells.
88772
+ * The `cell` option lets you apply [configuration options](@/guides/getting-started/configuration-options/configuration-options.md) to individual cells.
88773
88773
  *
88774
- * The `cell` option overwrites the [top-level grid options](@/guides/getting-started/configuration-options.md#set-grid-options),
88774
+ * The `cell` option overwrites the [top-level grid options](@/guides/getting-started/configuration-options/configuration-options.md#set-grid-options),
88775
88775
  * and the [`columns`](#columns) options.
88776
88776
  *
88777
88777
  * Read more:
88778
- * - [Configuration options: Setting cell options](@/guides/getting-started/configuration-options.md#set-cell-options)
88778
+ * - [Configuration options: Setting cell options](@/guides/getting-started/configuration-options/configuration-options.md#set-cell-options)
88779
88779
  * - [`columns`](#columns)
88780
88780
  *
88781
88781
  * @memberof Options#
@@ -88799,7 +88799,7 @@ var _default = () => {
88799
88799
  cell: [],
88800
88800
  /**
88801
88801
  * @description
88802
- * The `cells` option lets you apply any other [configuration options](@/guides/getting-started/configuration-options.md) to
88802
+ * The `cells` option lets you apply any other [configuration options](@/guides/getting-started/configuration-options/configuration-options.md) to
88803
88803
  * individual grid elements (columns, rows, cells), based on any logic you implement.
88804
88804
  *
88805
88805
  * The `cells` option overwrites all other options (including options set by [`columns`](#columns) and [`cell`](#cell)).
@@ -88809,11 +88809,11 @@ var _default = () => {
88809
88809
  * | --------- | -------- | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
88810
88810
  * | `row` | Yes | Number | A physical row index |
88811
88811
  * | `column` | Yes | Number | A physical column index |
88812
- * | `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. |
88812
+ * | `prop` | No | String \| Number | If [`data`](#data) is set to an [array of arrays](@/guides/getting-started/binding-to-data/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/binding-to-data.md#array-of-objects), `prop` is a property name for the column's data object. |
88813
88813
  *
88814
88814
  * Read more:
88815
- * - [Configuration options: Implementing custom logic](@/guides/getting-started/configuration-options.md#implement-custom-logic)
88816
- * - [Configuration options: Setting row options](@/guides/getting-started/configuration-options.md#set-row-options)
88815
+ * - [Configuration options: Implementing custom logic](@/guides/getting-started/configuration-options/configuration-options.md#implement-custom-logic)
88816
+ * - [Configuration options: Setting row options](@/guides/getting-started/configuration-options/configuration-options.md#set-row-options)
88817
88817
  * - [`columns`](#columns)
88818
88818
  * - [`cell`](#cell)
88819
88819
  *
@@ -88841,17 +88841,17 @@ var _default = () => {
88841
88841
  cells: undefined,
88842
88842
  /**
88843
88843
  * The `checkedTemplate` option lets you configure what value
88844
- * a checked [`checkbox`](@/guides/cell-types/checkbox-cell-type.md) cell has.
88844
+ * a checked [`checkbox`](@/guides/cell-types/checkbox-cell-type/checkbox-cell-type.md) cell has.
88845
88845
  *
88846
88846
  * You can set the `checkedTemplate` option to one of the following:
88847
88847
  *
88848
88848
  * | Setting | Description |
88849
88849
  * | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
88850
- * | `true` (default) | If a [`checkbox`](@/guides/cell-types/checkbox-cell-type.md) cell is checked,<br>the [`getDataAtCell`](@/api/core.md#getDataAtCell) method for this cell returns `true` |
88851
- * | A string | If a [`checkbox`](@/guides/cell-types/checkbox-cell-type.md) cell is checked,<br>the [`getDataAtCell`](@/api/core.md#getDataAtCell) method for this cell returns a string of your choice |
88850
+ * | `true` (default) | If a [`checkbox`](@/guides/cell-types/checkbox-cell-type/checkbox-cell-type.md) cell is checked,<br>the [`getDataAtCell`](@/api/core.md#getDataAtCell) method for this cell returns `true` |
88851
+ * | A string | If a [`checkbox`](@/guides/cell-types/checkbox-cell-type/checkbox-cell-type.md) cell is checked,<br>the [`getDataAtCell`](@/api/core.md#getDataAtCell) method for this cell returns a string of your choice |
88852
88852
  *
88853
88853
  * Read more:
88854
- * - [Checkbox cell type: Checkbox template](@/guides/cell-types/checkbox-cell-type.md#checkbox-template)
88854
+ * - [Checkbox cell type: Checkbox template](@/guides/cell-types/checkbox-cell-type/checkbox-cell-type.md#checkbox-template)
88855
88855
  * - [`getDataAtCell()`](@/api/core.md#getDataAtCell)
88856
88856
  * - [`uncheckedTemplate`](#uncheckedTemplate)
88857
88857
  *
@@ -88892,14 +88892,14 @@ var _default = () => {
88892
88892
  * | An array of strings | Add multiple CSS class names to every currently-selected element |
88893
88893
  *
88894
88894
  * ::: tip
88895
- * Don't change the `className` metadata of the [column summary](@/guides/columns/column-summary.md) row.
88895
+ * Don't change the `className` metadata of the [column summary](@/guides/columns/column-summary/column-summary.md) row.
88896
88896
  * To style the summary row, use the class name assigned automatically by the [`ColumnSummary`](@/api/columnSummary.md) plugin: `columnSummaryResult`.
88897
88897
  * :::
88898
88898
  *
88899
- * To apply different CSS class names on different levels, use Handsontable's [cascading configuration](@/guides/getting-started/configuration-options.md#cascading-configuration).
88899
+ * To apply different CSS class names on different levels, use Handsontable's [cascading configuration](@/guides/getting-started/configuration-options/configuration-options.md#cascading-configuration).
88900
88900
  *
88901
88901
  * Read more:
88902
- * - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options.md#cascading-configuration)
88902
+ * - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options/configuration-options.md#cascading-configuration)
88903
88903
  * - [`currentRowClassName`](#currentRowClassName)
88904
88904
  * - [`currentColClassName`](#currentColClassName)
88905
88905
  * - [`currentHeaderClassName`](#currentHeaderClassName)
@@ -88941,7 +88941,7 @@ var _default = () => {
88941
88941
  * | A function | Define your own column headers, using a function |
88942
88942
  *
88943
88943
  * Read more:
88944
- * - [Column header](@/guides/columns/column-header.md)
88944
+ * - [Column header](@/guides/columns/column-header/column-header.md)
88945
88945
  *
88946
88946
  * @memberof Options#
88947
88947
  * @type {boolean|string[]|Function}
@@ -89024,18 +89024,18 @@ var _default = () => {
89024
89024
  columnHeaderHeight: undefined,
89025
89025
  /**
89026
89026
  * @description
89027
- * The `columns` option lets you apply any other [configuration options](@/guides/getting-started/configuration-options.md) to individual columns (or ranges of columns).
89027
+ * The `columns` option lets you apply any other [configuration options](@/guides/getting-started/configuration-options/configuration-options.md) to individual columns (or ranges of columns).
89028
89028
  *
89029
89029
  * You can set the `columns` option to one of the following:
89030
89030
  * - An array of objects (each object represents one column)
89031
89031
  * - A function that returns an array of objects
89032
89032
  *
89033
- * The `columns` option overwrites the [top-level grid options](@/guides/getting-started/configuration-options.md#set-grid-options).
89033
+ * The `columns` option overwrites the [top-level grid options](@/guides/getting-started/configuration-options/configuration-options.md#set-grid-options).
89034
89034
  *
89035
89035
  * When you use `columns`, the [`startCols`](#startCols), [`minCols`](#minCols), and [`maxCols`](#maxCols) options are ignored.
89036
89036
  *
89037
89037
  * Read more:
89038
- * - [Configuration options: Setting column options](@/guides/getting-started/configuration-options.md#set-column-options)
89038
+ * - [Configuration options: Setting column options](@/guides/getting-started/configuration-options/configuration-options.md#set-column-options)
89039
89039
  * - [`startCols`](#startCols)
89040
89040
  * - [`minCols`](#minCols)
89041
89041
  * - [`maxCols`](#maxCols)
@@ -89095,7 +89095,7 @@ var _default = () => {
89095
89095
  * | `indicator` | `true`: Display the arrow icon in the column header, to indicate a sortable column<br>`false`: Don't display the arrow icon in the column header |
89096
89096
  * | `headerAction` | `true`: Enable clicking on the column header to sort the column<br>`false`: Disable clicking on the column header to sort the column |
89097
89097
  * | `sortEmptyCells` | `true`: Sort empty cells as well<br>`false`: Place empty cells at the end |
89098
- * | `compareFunctionFactory` | A [custom compare function](@/guides/rows/rows-sorting.md#add-a-custom-comparator) |
89098
+ * | `compareFunctionFactory` | A [custom compare function](@/guides/rows/rows-sorting/rows-sorting.md#add-a-custom-comparator) |
89099
89099
  *
89100
89100
  * If you set the `columnSorting` option to an object,
89101
89101
  * you can also sort individual columns at Handsontable's initialization.
@@ -89108,8 +89108,8 @@ var _default = () => {
89108
89108
  * | `sortOrder` | `'asc'` \| `'desc'` | The sorting order:<br>`'asc'`: ascending<br>`'desc'`: descending |
89109
89109
  *
89110
89110
  * Read more:
89111
- * - [Rows sorting](@/guides/rows/rows-sorting.md)
89112
- * - [Rows sorting: Custom compare functions](@/guides/rows/rows-sorting.md#add-a-custom-comparator)
89111
+ * - [Rows sorting](@/guides/rows/rows-sorting/rows-sorting.md)
89112
+ * - [Rows sorting: Custom compare functions](@/guides/rows/rows-sorting/rows-sorting.md#add-a-custom-comparator)
89113
89113
  * - [`multiColumnSorting`](#multiColumnSorting)
89114
89114
  *
89115
89115
  * @memberof Options#
@@ -89163,20 +89163,20 @@ var _default = () => {
89163
89163
  *
89164
89164
  * | Property | Possible values | Description |
89165
89165
  * | ------------------------ | ----------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
89166
- * | `sourceColumn` | A number | [Column to summarize](@/guides/columns/column-summary.md#step-2-select-cells-that-you-want-to-summarize) |
89167
- * | `ranges` | An array | [Ranges of rows to summarize](@/guides/columns/column-summary.md#step-2-select-cells-that-you-want-to-summarize) |
89168
- * | `type` | `'sum'` \| `'min'` \| `'max'` \| `'count'` \| `'average'` \| `'custom'` | [Summary function](@/guides/columns/column-summary.md#step-3-calculate-your-summary) |
89169
- * | `destinationRow` | A number | [Destination cell's row coordinate](@/guides/columns/column-summary.md#step-4-provide-the-destination-cell-s-coordinates) |
89170
- * | `destinationColumn` | A number | [Destination cell's column coordinate](@/guides/columns/column-summary.md#step-4-provide-the-destination-cell-s-coordinates) |
89171
- * | `forceNumeric` | `true` \| `false` | [Treat non-numerics as numerics](@/guides/columns/column-summary.md#force-numeric-values) |
89172
- * | `reversedRowCoords` | `true` \| `false` | [Reverse row coordinates](@/guides/columns/column-summary.md#step-5-make-room-for-the-destination-cell) |
89173
- * | `suppressDataTypeErrors` | `true` \| `false` | [Suppress data type errors](@/guides/columns/column-summary.md#throw-data-type-errors) |
89166
+ * | `sourceColumn` | A number | [Column to summarize](@/guides/columns/column-summary/column-summary.md#step-2-select-cells-that-you-want-to-summarize) |
89167
+ * | `ranges` | An array | [Ranges of rows to summarize](@/guides/columns/column-summary/column-summary.md#step-2-select-cells-that-you-want-to-summarize) |
89168
+ * | `type` | `'sum'` \| `'min'` \| `'max'` \| `'count'` \| `'average'` \| `'custom'` | [Summary function](@/guides/columns/column-summary/column-summary.md#step-3-calculate-your-summary) |
89169
+ * | `destinationRow` | A number | [Destination cell's row coordinate](@/guides/columns/column-summary/column-summary.md#step-4-provide-the-destination-cell-s-coordinates) |
89170
+ * | `destinationColumn` | A number | [Destination cell's column coordinate](@/guides/columns/column-summary/column-summary.md#step-4-provide-the-destination-cell-s-coordinates) |
89171
+ * | `forceNumeric` | `true` \| `false` | [Treat non-numerics as numerics](@/guides/columns/column-summary/column-summary.md#force-numeric-values) |
89172
+ * | `reversedRowCoords` | `true` \| `false` | [Reverse row coordinates](@/guides/columns/column-summary/column-summary.md#step-5-make-room-for-the-destination-cell) |
89173
+ * | `suppressDataTypeErrors` | `true` \| `false` | [Suppress data type errors](@/guides/columns/column-summary/column-summary.md#throw-data-type-errors) |
89174
89174
  * | `readOnly` | `true` \| `false` | Make summary cell read-only |
89175
- * | `roundFloat` | `true` \| `false` \| A number | [Round summary result](@/guides/columns/column-summary.md#round-a-column-summary-result) |
89176
- * | `customFunction` | A function | [Custom summary function](@/guides/columns/column-summary.md#implement-a-custom-summary-function) |
89175
+ * | `roundFloat` | `true` \| `false` \| A number | [Round summary result](@/guides/columns/column-summary/column-summary.md#round-a-column-summary-result) |
89176
+ * | `customFunction` | A function | [Custom summary function](@/guides/columns/column-summary/column-summary.md#implement-a-custom-summary-function) |
89177
89177
  *
89178
89178
  * Read more:
89179
- * - [Column summary](@/guides/columns/column-summary.md)
89179
+ * - [Column summary](@/guides/columns/column-summary/column-summary.md)
89180
89180
  * - [Plugins: `ColumnSummary`](@/api/columnSummary.md)
89181
89181
  *
89182
89182
  * @memberof Options#
@@ -89227,7 +89227,7 @@ var _default = () => {
89227
89227
  * which may cut longer columns names.
89228
89228
  *
89229
89229
  * Read more:
89230
- * - [Column width](@/guides/columns/column-width.md)
89230
+ * - [Column width](@/guides/columns/column-width/column-width.md)
89231
89231
  * - [Hooks: `modifyColWidth`](@/api/hooks.md#modifyColWidth)
89232
89232
  * - [`autoColumnSize`](#autoColumnSize)
89233
89233
  *
@@ -89262,7 +89262,7 @@ var _default = () => {
89262
89262
  * that have comments.
89263
89263
  *
89264
89264
  * Read more:
89265
- * - [Comments](@/guides/cell-features/comments.md)
89265
+ * - [Comments](@/guides/cell-features/comments/comments.md)
89266
89266
  * - [`comments`](#comments)
89267
89267
  * - [`readOnlyCellClassName`](#readOnlyCellClassName)
89268
89268
  * - [`currentRowClassName`](#currentRowClassName)
@@ -89296,9 +89296,9 @@ var _default = () => {
89296
89296
  *
89297
89297
  * | Setting | Description |
89298
89298
  * | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
89299
- * | `true` | - Enable the [`Comments`](@/api/comments.md) plugin<br>- Add comment menu items to the [context menu](@/guides/accessories-and-menus/context-menu.md) |
89299
+ * | `true` | - Enable the [`Comments`](@/api/comments.md) plugin<br>- Add comment menu items to the [context menu](@/guides/accessories-and-menus/context-menu/context-menu.md) |
89300
89300
  * | `false` | Disable the [`Comments`](@/api/comments.md) plugin |
89301
- * | An object | - Enable the [`Comments`](@/api/comments.md) plugin<br>- Add comment menu items to the [context menu](@/guides/accessories-and-menus/context-menu.md)<br>- Configure comment settings |
89301
+ * | An object | - Enable the [`Comments`](@/api/comments.md) plugin<br>- Add comment menu items to the [context menu](@/guides/accessories-and-menus/context-menu/context-menu.md)<br>- Configure comment settings |
89302
89302
  *
89303
89303
  * If you set the `comments` option to an object, you can configure the following comment options:
89304
89304
  *
@@ -89309,8 +89309,8 @@ var _default = () => {
89309
89309
  * | `style` | An object | Set comment boxes' `width` and `height` (in pixels) |
89310
89310
  *
89311
89311
  * Read more:
89312
- * - [Comments](@/guides/cell-features/comments.md)
89313
- * - [Context menu](@/guides/accessories-and-menus/context-menu.md)
89312
+ * - [Comments](@/guides/cell-features/comments/comments.md)
89313
+ * - [Context menu](@/guides/accessories-and-menus/context-menu/context-menu.md)
89314
89314
  * - [`width`](#width)
89315
89315
  * - [`height`](#height)
89316
89316
  * - [`readOnly`](#readOnly)
@@ -89351,15 +89351,15 @@ var _default = () => {
89351
89351
  * | Setting | Description |
89352
89352
  * | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
89353
89353
  * | `false` | Disable the [`ContextMenu`](@/api/contextMenu.md) plugin |
89354
- * | `true` | - Enable the [`ContextMenu`](@/api/contextMenu.md) plugin<br>- Use the [default context menu options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-default-options) |
89355
- * | An array | - Enable the [`ContextMenu`](@/api/contextMenu.md) plugin<br>- Modify [individual context menu options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-specific-options) |
89356
- * | An object | - Enable the [`ContextMenu`](@/api/contextMenu.md) plugin<br>- Apply a [custom context menu configuration](@/guides/accessories-and-menus/context-menu.md#context-menu-with-a-fully-custom-configuration) |
89354
+ * | `true` | - Enable the [`ContextMenu`](@/api/contextMenu.md) plugin<br>- Use the [default context menu options](@/guides/accessories-and-menus/context-menu/context-menu.md#context-menu-with-default-options) |
89355
+ * | An array | - Enable the [`ContextMenu`](@/api/contextMenu.md) plugin<br>- Modify [individual context menu options](@/guides/accessories-and-menus/context-menu/context-menu.md#context-menu-with-specific-options) |
89356
+ * | An object | - Enable the [`ContextMenu`](@/api/contextMenu.md) plugin<br>- Apply a [custom context menu configuration](@/guides/accessories-and-menus/context-menu/context-menu.md#context-menu-with-a-fully-custom-configuration) |
89357
89357
  *
89358
89358
  * Read more:
89359
- * - [Context menu](@/guides/accessories-and-menus/context-menu.md)
89360
- * - [Context menu: Context menu with default options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-default-options)
89361
- * - [Context menu: Context menu with specific options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-specific-options)
89362
- * - [Context menu: Context menu with fully custom configuration options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-a-fully-custom-configuration)
89359
+ * - [Context menu](@/guides/accessories-and-menus/context-menu/context-menu.md)
89360
+ * - [Context menu: Context menu with default options](@/guides/accessories-and-menus/context-menu/context-menu.md#context-menu-with-default-options)
89361
+ * - [Context menu: Context menu with specific options](@/guides/accessories-and-menus/context-menu/context-menu.md#context-menu-with-specific-options)
89362
+ * - [Context menu: Context menu with fully custom configuration options](@/guides/accessories-and-menus/context-menu/context-menu.md#context-menu-with-a-fully-custom-configuration)
89363
89363
  * - [Plugins: `ContextMenu`](@/api/contextMenu.md)
89364
89364
  *
89365
89365
  * @memberof Options#
@@ -89413,12 +89413,12 @@ var _default = () => {
89413
89413
  * | Setting | Description |
89414
89414
  * | -------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
89415
89415
  * | `true` (default) | - On pressing <kbd>**Ctrl**</kbd>/<kbd>**Cmd**</kbd>+<kbd>**C**</kbd>, add the cell's value to the clipboard |
89416
- * | `false`<br>(default for the [`password`](@/guides/cell-types/password-cell-type.md) [cell type](#type)) | - On pressing <kbd>**Ctrl**</kbd>/<kbd>**Cmd**</kbd>+<kbd>**C**</kbd>, add an empty string (`""`) to the clipboard |
89416
+ * | `false`<br>(default for the [`password`](@/guides/cell-types/password-cell-type/password-cell-type.md) [cell type](#type)) | - On pressing <kbd>**Ctrl**</kbd>/<kbd>**Cmd**</kbd>+<kbd>**C**</kbd>, add an empty string (`""`) to the clipboard |
89417
89417
  *
89418
89418
  * Read more:
89419
- * - [Clipboard](@/guides/cell-features/clipboard.md)
89420
- * - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options.md#cascading-configuration)
89421
- * - [Password cell type](@/guides/cell-types/password-cell-type.md)
89419
+ * - [Clipboard](@/guides/cell-features/clipboard/clipboard.md)
89420
+ * - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options/configuration-options.md#cascading-configuration)
89421
+ * - [Password cell type](@/guides/cell-types/password-cell-type/password-cell-type.md)
89422
89422
  *
89423
89423
  * @memberof Options#
89424
89424
  * @type {boolean}
@@ -89481,7 +89481,7 @@ var _default = () => {
89481
89481
  *
89482
89482
  * Read more:
89483
89483
  * - [Plugins: `CopyPaste`](@/api/copyPaste.md)
89484
- * - [Guides: Clipboard](@/guides/cell-features/clipboard.md)
89484
+ * - [Guides: Clipboard](@/guides/cell-features/clipboard/clipboard.md)
89485
89485
  *
89486
89486
  * @memberof Options#
89487
89487
  * @type {object|boolean}
@@ -89526,18 +89526,18 @@ var _default = () => {
89526
89526
  * The `correctFormat` option configures whether incorrectly-formatted times and dates are amended or not.
89527
89527
  *
89528
89528
  * When the user enters dates and times, Handsontable can automatically adjust their format
89529
- * to match the [`dateFormat`](#dateFormat) and [`timeFormat`](@/guides/cell-types/time-cell-type.md) settings.
89529
+ * to match the [`dateFormat`](#dateFormat) and [`timeFormat`](@/guides/cell-types/time-cell-type/time-cell-type.md) settings.
89530
89530
  *
89531
89531
  * You can set the `correctFormat` option to one of the following:
89532
89532
  *
89533
89533
  * | Setting | Description |
89534
89534
  * | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
89535
89535
  * | `false` (default) | Don't correct the format of the entered date or time (treat the entered date or time as invalid) |
89536
- * | `true` | Correct the format of the entered date or time to match the [`dateFormat`](#dateFormat) or [`timeFormat`](@/guides/cell-types/time-cell-type.md) settings |
89536
+ * | `true` | Correct the format of the entered date or time to match the [`dateFormat`](#dateFormat) or [`timeFormat`](@/guides/cell-types/time-cell-type/time-cell-type.md) settings |
89537
89537
  *
89538
89538
  * Read more:
89539
- * - [Date cell type](@/guides/cell-types/date-cell-type.md)
89540
- * - [Time cell type](@/guides/cell-types/time-cell-type.md)
89539
+ * - [Date cell type](@/guides/cell-types/date-cell-type/date-cell-type.md)
89540
+ * - [Time cell type](@/guides/cell-types/time-cell-type/time-cell-type.md)
89541
89541
  * - [`dateFormat`](#dateFormat)
89542
89542
  *
89543
89543
  * @memberof Options#
@@ -89660,7 +89660,7 @@ var _default = () => {
89660
89660
  * The `customBorders` option configures the [`CustomBorders`](@/api/customBorders.md) plugin.
89661
89661
  *
89662
89662
  * To enable the [`CustomBorders`](@/api/customBorders.md) plugin
89663
- * (and add its menu items to the [context menu](@/guides/accessories-and-menus/context-menu.md)),
89663
+ * (and add its menu items to the [context menu](@/guides/accessories-and-menus/context-menu/context-menu.md)),
89664
89664
  * set the `customBorders` option to `true`.
89665
89665
  *
89666
89666
  * To enable the [`CustomBorders`](@/api/customBorders.md) plugin
@@ -89672,8 +89672,8 @@ var _default = () => {
89672
89672
  * | -------- | ------------------ | ---------------------------------- | ----------------------------------------------------------------- |
89673
89673
  * | `row` | - | `row`: Number | The cell's row coordinate. |
89674
89674
  * | `col` | - | `col`: Number | The cell's column coordinate. |
89675
- * | `start` | `width`<br>`color` | `width`: Number<br>`color`: String | If the [layout direction](@/guides/internationalization/layout-direction.md) is LTR (default): `start` sets the width (`width`) and color (`color`) of the left-hand border.<br><br>If the [layout direction](@/guides/internationalization/layout-direction.md) is RTL: `start` sets the width (`width`) and color (`color`) of the right-hand border. |
89676
- * | `end` | `width`<br>`color` | `width`: Number<br>`color`: String | If the [layout direction](@/guides/internationalization/layout-direction.md) is LTR (default): `end` sets the width (`width`) and color (`color`) of the right-hand border.<br><br>If the [layout direction](@/guides/internationalization/layout-direction.md) is RTL: `end` sets the width (`width`) and color (`color`) of the left-hand border. |
89675
+ * | `start` | `width`<br>`color` | `width`: Number<br>`color`: String | If the [layout direction](@/guides/internationalization/layout-direction/layout-direction.md) is LTR (default): `start` sets the width (`width`) and color (`color`) of the left-hand border.<br><br>If the [layout direction](@/guides/internationalization/layout-direction/layout-direction.md) is RTL: `start` sets the width (`width`) and color (`color`) of the right-hand border. |
89676
+ * | `end` | `width`<br>`color` | `width`: Number<br>`color`: String | If the [layout direction](@/guides/internationalization/layout-direction/layout-direction.md) is LTR (default): `end` sets the width (`width`) and color (`color`) of the right-hand border.<br><br>If the [layout direction](@/guides/internationalization/layout-direction/layout-direction.md) is RTL: `end` sets the width (`width`) and color (`color`) of the left-hand border. |
89677
89677
  * | `top` | `width`<br>`color` | `width`: Number<br>`color`: String | Sets the width (`width`) and color (`color`) of the top border. |
89678
89678
  * | `bottom` | `width`<br>`color` | `width`: Number<br>`color`: String | Sets the width (`width`) and color (`color`) of the bottom border. |
89679
89679
  *
@@ -89684,17 +89684,17 @@ var _default = () => {
89684
89684
  *
89685
89685
  * | Property | Sub-properties | Types | Description |
89686
89686
  * | -------- | -------------------------------------------- | ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
89687
- * | `range` | `from` {`row`, `col`}<br>`to` {`row`, `col`} | `from`: Object<br>`to`: Object<br>`row`: Number<br>`col`: Number | If the [layout direction](@/guides/internationalization/layout-direction.md) is LTR (default):<br>- `from` selects the range's top-left corner.<br>- `to` selects the range's bottom-right corner.<br><br>If the [layout direction](@/guides/internationalization/layout-direction.md) is RTL: <br>- `from` selects the range's top-right corner.<br>- `to` selects the range's bottom-left corner. |
89688
- * | `start` | `width`<br>`color` | `width`: Number<br>`color`: String | If the [layout direction](@/guides/internationalization/layout-direction.md) is LTR (default): `start` sets the width (`width`) and color (`color`) of the left-hand border.<br><br>If the [layout direction](@/guides/internationalization/layout-direction.md) is RTL: `start` sets the width (`width`) and color (`color`) of the right-hand border. |
89689
- * | `end` | `width`<br>`color` | `width`: Number<br>`color`: String | If the [layout direction](@/guides/internationalization/layout-direction.md) is LTR (default): `end` sets the width (`width`) and color (`color`) of the right-hand border.<br><br>If the [layout direction](@/guides/internationalization/layout-direction.md) is RTL: `end` sets the width (`width`) and color (`color`) of the left-hand border. |
89687
+ * | `range` | `from` {`row`, `col`}<br>`to` {`row`, `col`} | `from`: Object<br>`to`: Object<br>`row`: Number<br>`col`: Number | If the [layout direction](@/guides/internationalization/layout-direction/layout-direction.md) is LTR (default):<br>- `from` selects the range's top-left corner.<br>- `to` selects the range's bottom-right corner.<br><br>If the [layout direction](@/guides/internationalization/layout-direction/layout-direction.md) is RTL: <br>- `from` selects the range's top-right corner.<br>- `to` selects the range's bottom-left corner. |
89688
+ * | `start` | `width`<br>`color` | `width`: Number<br>`color`: String | If the [layout direction](@/guides/internationalization/layout-direction/layout-direction.md) is LTR (default): `start` sets the width (`width`) and color (`color`) of the left-hand border.<br><br>If the [layout direction](@/guides/internationalization/layout-direction/layout-direction.md) is RTL: `start` sets the width (`width`) and color (`color`) of the right-hand border. |
89689
+ * | `end` | `width`<br>`color` | `width`: Number<br>`color`: String | If the [layout direction](@/guides/internationalization/layout-direction/layout-direction.md) is LTR (default): `end` sets the width (`width`) and color (`color`) of the right-hand border.<br><br>If the [layout direction](@/guides/internationalization/layout-direction/layout-direction.md) is RTL: `end` sets the width (`width`) and color (`color`) of the left-hand border. |
89690
89690
  * | `top` | `width`<br>`color` | `width`: Number<br>`color`: String | Sets the width (`width`) and color (`color`) of the top border. |
89691
89691
  * | `bottom` | `width`<br>`color` | `width`: Number<br>`color`: String | Sets the width (`width`) and color (`color`) of the bottom border. |
89692
89692
  *
89693
89693
  * Read more:
89694
- * - [Formatting cells: Custom cell borders](@/guides/cell-features/formatting-cells.md#custom-cell-borders)
89695
- * - [Context menu](@/guides/accessories-and-menus/context-menu.md)
89694
+ * - [Formatting cells: Custom cell borders](@/guides/cell-features/formatting-cells/formatting-cells.md#custom-cell-borders)
89695
+ * - [Context menu](@/guides/accessories-and-menus/context-menu/context-menu.md)
89696
89696
  * - [Plugins: `CustomBorders`](@/api/customBorders.md)
89697
- * - [Layout direction](@/guides/internationalization/layout-direction.md)
89697
+ * - [Layout direction](@/guides/internationalization/layout-direction/layout-direction.md)
89698
89698
  * - [`layoutDirection`](#layoutDirection)
89699
89699
  *
89700
89700
  * @memberof Options#
@@ -89769,18 +89769,18 @@ var _default = () => {
89769
89769
  customBorders: false,
89770
89770
  /**
89771
89771
  * @description
89772
- * The `data` option sets the initial [data](@/guides/getting-started/binding-to-data.md) of your Handsontable instance.
89772
+ * The `data` option sets the initial [data](@/guides/getting-started/binding-to-data/binding-to-data.md) of your Handsontable instance.
89773
89773
  *
89774
89774
  * Handsontable's data is bound to your source data by reference (i.e. when you edit Handsontable's data, your source data alters as well).
89775
89775
  *
89776
89776
  * You can set the `data` option:
89777
- * - Either to an [array of arrays](@/guides/getting-started/binding-to-data.md#array-of-arrays).
89778
- * - Or to an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects).
89777
+ * - Either to an [array of arrays](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-arrays).
89778
+ * - Or to an [array of objects](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-objects).
89779
89779
  *
89780
89780
  * If you don't set the `data` option (or set it to `null`), Handsontable renders as an empty 5x5 grid by default.
89781
89781
  *
89782
89782
  * Read more:
89783
- * - [Binding to data](@/guides/getting-started/binding-to-data.md)
89783
+ * - [Binding to data](@/guides/getting-started/binding-to-data/binding-to-data.md)
89784
89784
  * - [`dataSchema`](#dataSchema)
89785
89785
  * - [`startRows`](#startRows)
89786
89786
  * - [`startCols`](#startCols)
@@ -89812,7 +89812,7 @@ var _default = () => {
89812
89812
  data: undefined,
89813
89813
  /**
89814
89814
  * @description
89815
- * When the [`data`](#data) option is set to an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects)
89815
+ * When the [`data`](#data) option is set to an [array of objects](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-objects)
89816
89816
  * (or is empty), the `dataSchema` option defines the structure of new rows.
89817
89817
  *
89818
89818
  * Using the `dataSchema` option, you can start out with an empty grid.
@@ -89822,8 +89822,8 @@ var _default = () => {
89822
89822
  * - A function
89823
89823
  *
89824
89824
  * Read more:
89825
- * - [Binding to data: Array of objects with custom data schema](@/guides/getting-started/binding-to-data.md#array-of-objects-with-custom-data-schema)
89826
- * - [Binding to data: Function data source and schema](@/guides/getting-started/binding-to-data.md#function-data-source-and-schema)
89825
+ * - [Binding to data: Array of objects with custom data schema](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-objects-with-custom-data-schema)
89826
+ * - [Binding to data: Function data source and schema](@/guides/getting-started/binding-to-data/binding-to-data.md#function-data-source-and-schema)
89827
89827
  * - [`data`](#data)
89828
89828
  *
89829
89829
  * @memberof Options#
@@ -89849,14 +89849,14 @@ var _default = () => {
89849
89849
  */
89850
89850
  dataSchema: undefined,
89851
89851
  /**
89852
- * The `dateFormat` option configures the date format accepted by [`date`](@/guides/cell-types/date-cell-type.md) cells.
89852
+ * The `dateFormat` option configures the date format accepted by [`date`](@/guides/cell-types/date-cell-type/date-cell-type.md) cells.
89853
89853
  *
89854
89854
  * You can set the `dateFormat` option to a string with a proper date format. The default value is: `'DD/MM/YYYY'`.
89855
89855
  *
89856
89856
  * To automatically correct dates whose format doesn't match the `dateFormat` setting, use the [`correctFormat`](#correctFormat) option.
89857
89857
  *
89858
89858
  * Read more:
89859
- * - [Date cell type](@/guides/cell-types/date-cell-type.md)
89859
+ * - [Date cell type](@/guides/cell-types/date-cell-type/date-cell-type.md)
89860
89860
  * - [`correctFormat`](#correctFormat)
89861
89861
  * - [`defaultDate`](#defaultDate)
89862
89862
  *
@@ -89879,16 +89879,16 @@ var _default = () => {
89879
89879
  */
89880
89880
  dateFormat: 'DD/MM/YYYY',
89881
89881
  /**
89882
- * 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).
89882
+ * The `datePickerConfig` option configures the `date` [cell editor](@/guides/cell-functions/cell-editor/cell-editor.md)'s date picker, which uses an external dependency: [Pikaday](https://github.com/Pikaday/Pikaday/tree/1.8.2).
89883
89883
  *
89884
89884
  * You can set the `datePickerConfig` option to an object with any of the available [Pikaday options](https://github.com/Pikaday/Pikaday/tree/1.8.2#configuration),
89885
- * except for the following, which are always overwritten by the `date` [cell editor](@/guides/cell-functions/cell-editor.md):
89885
+ * except for the following, which are always overwritten by the `date` [cell editor](@/guides/cell-functions/cell-editor/cell-editor.md):
89886
89886
  * - `bound`
89887
89887
  * - `container`
89888
89888
  * - `field`
89889
89889
  * - `trigger`
89890
89890
  *
89891
- * If the `datePickerConfig` option is not defined, the `date` [cell editor](@/guides/cell-functions/cell-editor.md) overwrites the following [Pikaday options](https://github.com/Pikaday/Pikaday/tree/1.8.2#configuration) as well:
89891
+ * If the `datePickerConfig` option is not defined, the `date` [cell editor](@/guides/cell-functions/cell-editor/cell-editor.md) overwrites the following [Pikaday options](https://github.com/Pikaday/Pikaday/tree/1.8.2#configuration) as well:
89892
89892
  *
89893
89893
  * | Pikaday option | Handsontable's setting |
89894
89894
  * | -------------------- | ---------------------- |
@@ -89898,7 +89898,7 @@ var _default = () => {
89898
89898
  * Read more:
89899
89899
  * - [`editor`](#editor)
89900
89900
  * - [`dateFormat`](#dateFormat)
89901
- * - [Cell editor](@/guides/cell-functions/cell-editor.md)
89901
+ * - [Cell editor](@/guides/cell-functions/cell-editor/cell-editor.md)
89902
89902
  * - [All Pikaday options &#8594;](https://github.com/Pikaday/Pikaday/tree/1.8.2#configuration)
89903
89903
  *
89904
89904
  * @memberof Options#
@@ -89909,12 +89909,12 @@ var _default = () => {
89909
89909
  datePickerConfig: undefined,
89910
89910
  /**
89911
89911
  * The `defaultDate` option configures the date displayed
89912
- * in empty [`date`](@/guides/cell-types/date-cell-type.md) cells.
89912
+ * in empty [`date`](@/guides/cell-types/date-cell-type/date-cell-type.md) cells.
89913
89913
  *
89914
89914
  * You can set the `defaultDate` option to a string.
89915
89915
  *
89916
89916
  * Read more:
89917
- * - [Date cell type](@/guides/cell-types/date-cell-type.md)
89917
+ * - [Date cell type](@/guides/cell-types/date-cell-type/date-cell-type.md)
89918
89918
  * - [`dateFormat`](#dateFormat)
89919
89919
  *
89920
89920
  * @memberof Options#
@@ -89938,7 +89938,7 @@ var _default = () => {
89938
89938
  /**
89939
89939
  * @description
89940
89940
  * The `disableVisualSelection` option configures how
89941
- * [selection](@/guides/cell-features/selection.md) is shown.
89941
+ * [selection](@/guides/cell-features/selection/selection.md) is shown.
89942
89942
  *
89943
89943
  * You can set the `disableVisualSelection` option to one of the following:
89944
89944
  *
@@ -89952,7 +89952,7 @@ var _default = () => {
89952
89952
  * | An array | A combination of `'current'`, `'area'`, and/or `'header'` |
89953
89953
  *
89954
89954
  * Read more:
89955
- * - [Selection](@/guides/cell-features/selection.md)
89955
+ * - [Selection](@/guides/cell-features/selection/selection.md)
89956
89956
  *
89957
89957
  * @memberof Options#
89958
89958
  * @type {boolean|string|string[]}
@@ -90012,12 +90012,12 @@ var _default = () => {
90012
90012
  * | Setting | Description |
90013
90013
  * | --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
90014
90014
  * | `false` | Disable the [`DropdownMenu`](@/api/dropdownMenu.md) plugin |
90015
- * | `true` | - Enable the [`DropdownMenu`](@/api/dropdownMenu.md) plugin<br>- Use the [default context menu options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-default-options) |
90016
- * | An array | - Enable the [`DropdownMenu`](@/api/dropdownMenu.md) plugin<br>- Modify [individual context menu options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-specific-options) |
90015
+ * | `true` | - Enable the [`DropdownMenu`](@/api/dropdownMenu.md) plugin<br>- Use the [default context menu options](@/guides/accessories-and-menus/context-menu/context-menu.md#context-menu-with-default-options) |
90016
+ * | An array | - Enable the [`DropdownMenu`](@/api/dropdownMenu.md) plugin<br>- Modify [individual context menu options](@/guides/accessories-and-menus/context-menu/context-menu.md#context-menu-with-specific-options) |
90017
90017
  * | An object | - Enable the [`DropdownMenu`](@/api/dropdownMenu.md) plugin<br>- Apply a custom dropdown menu configuration |
90018
90018
  *
90019
90019
  * Read more:
90020
- * - [Context menu](@/guides/accessories-and-menus/context-menu.md)
90020
+ * - [Context menu](@/guides/accessories-and-menus/context-menu/context-menu.md)
90021
90021
  * - [Plugins: `DropdownMenu`](@/api/dropdownMenu.md)
90022
90022
  *
90023
90023
  * @memberof Options#
@@ -90063,13 +90063,13 @@ var _default = () => {
90063
90063
  */
90064
90064
  dropdownMenu: undefined,
90065
90065
  /**
90066
- * The `editor` option sets a [cell editor](@/guides/cell-functions/cell-editor.md) for a cell.
90066
+ * The `editor` option sets a [cell editor](@/guides/cell-functions/cell-editor/cell-editor.md) for a cell.
90067
90067
  *
90068
- * You can set the `editor` option to one of the following [cell editor aliases](@/guides/cell-functions/cell-editor.md):
90068
+ * You can set the `editor` option to one of the following [cell editor aliases](@/guides/cell-functions/cell-editor/cell-editor.md):
90069
90069
  *
90070
90070
  * | Alias | Cell editor function |
90071
90071
  * | ------------------- | -------------------------------------------------------------------------- |
90072
- * | A custom alias | Your [custom cell editor](@/guides/cell-functions/cell-editor.md) function |
90072
+ * | A custom alias | Your [custom cell editor](@/guides/cell-functions/cell-editor/cell-editor.md) function |
90073
90073
  * | `'autocomplete'` | `AutocompleteEditor` |
90074
90074
  * | `'base'` | `BaseEditor` |
90075
90075
  * | `'checkbox'` | `CheckboxEditor` |
@@ -90091,9 +90091,9 @@ var _default = () => {
90091
90091
  * options all at once, use the [`type`](#type) option.
90092
90092
  *
90093
90093
  * Read more:
90094
- * - [Cell editor](@/guides/cell-functions/cell-editor.md)
90095
- * - [Cell type](@/guides/cell-types/cell-type.md)
90096
- * - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options.md#cascading-configuration)
90094
+ * - [Cell editor](@/guides/cell-functions/cell-editor/cell-editor.md)
90095
+ * - [Cell type](@/guides/cell-types/cell-type/cell-type.md)
90096
+ * - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options/configuration-options.md#cascading-configuration)
90097
90097
  * - [`type`](#type)
90098
90098
  *
90099
90099
  * @memberof Options#
@@ -90213,7 +90213,7 @@ var _default = () => {
90213
90213
  * | `direction` | `'vertical'` \| `'horizontal'` | `'vertical'`: Enable vertical autofill<br>`'horizontal'`: Enable horizontal autofill |
90214
90214
  *
90215
90215
  * Read more:
90216
- * - [AutoFill values](@/guides/cell-features/autofill-values.md)
90216
+ * - [AutoFill values](@/guides/cell-features/autofill-values/autofill-values.md)
90217
90217
  *
90218
90218
  * @memberof Options#
90219
90219
  * @type {boolean|string|object}
@@ -90252,7 +90252,7 @@ var _default = () => {
90252
90252
  autoInsertRow: false
90253
90253
  },
90254
90254
  /**
90255
- * The `filter` option configures whether [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md) cells'
90255
+ * The `filter` option configures whether [`autocomplete`](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md) cells'
90256
90256
  * lists are updated by the end user's input.
90257
90257
  *
90258
90258
  * You can set the `filter` option to one of the following:
@@ -90263,7 +90263,7 @@ var _default = () => {
90263
90263
  * | `false` | When the end user types into the input area, all options are displayed<br>(options matching the input are put in bold |
90264
90264
  *
90265
90265
  * Read more:
90266
- * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
90266
+ * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md)
90267
90267
  * - [`source`](#source)
90268
90268
  * - [`filteringCaseSensitive`](#filteringCaseSensitive)
90269
90269
  *
@@ -90288,18 +90288,18 @@ var _default = () => {
90288
90288
  */
90289
90289
  filter: true,
90290
90290
  /**
90291
- * The `filteringCaseSensitive` option configures whether [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md) cells'
90291
+ * The `filteringCaseSensitive` option configures whether [`autocomplete`](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md) cells'
90292
90292
  * input is case-sensitive.
90293
90293
  *
90294
90294
  * You can set the `filteringCaseSensitive` option to one of the following:
90295
90295
  *
90296
90296
  * | Setting | Description |
90297
90297
  * | ----------------- | -------------------------------------------------------------------------------------------------- |
90298
- * | `false` (default) | [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md) cells' input is not case-sensitive |
90299
- * | `true` | [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md) cells' input is case-sensitive |
90298
+ * | `false` (default) | [`autocomplete`](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md) cells' input is not case-sensitive |
90299
+ * | `true` | [`autocomplete`](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md) cells' input is case-sensitive |
90300
90300
  *
90301
90301
  * Read more:
90302
- * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
90302
+ * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md)
90303
90303
  * - [`source`](#source)
90304
90304
  * - [`filter`](#filter)
90305
90305
  *
@@ -90332,7 +90332,7 @@ var _default = () => {
90332
90332
  * | `true` | Enable the [`Filters`](@/api/filters.md) plugin |
90333
90333
  *
90334
90334
  * Read more:
90335
- * - [Column filter](@/guides/columns/column-filter.md)
90335
+ * - [Column filter](@/guides/columns/column-filter/column-filter.md)
90336
90336
  * - [Plugins: `Filters`](@/api/filters.md)
90337
90337
  * - [`dropdownMenu`](#dropdownMenu)
90338
90338
  *
@@ -90351,9 +90351,9 @@ var _default = () => {
90351
90351
  /**
90352
90352
  * `fixedColumnsLeft` is a legacy option.
90353
90353
  *
90354
- * If your grid's [layout direction](@/guides/internationalization/layout-direction.md) is LTR (default), `fixedColumnsLeft` acts like the [`fixedColumnsStart`](#fixedColumnsStart) option.
90354
+ * If your grid's [layout direction](@/guides/internationalization/layout-direction/layout-direction.md) is LTR (default), `fixedColumnsLeft` acts like the [`fixedColumnsStart`](#fixedColumnsStart) option.
90355
90355
  *
90356
- * If your grid's [layout direction](@/guides/internationalization/layout-direction.md) is RTL, using `fixedColumnsLeft` throws an error.
90356
+ * If your grid's [layout direction](@/guides/internationalization/layout-direction/layout-direction.md) is RTL, using `fixedColumnsLeft` throws an error.
90357
90357
  *
90358
90358
  * Use [`fixedColumnsStart`](#fixedColumnsStart), which works in any layout direction.
90359
90359
  *
@@ -90373,13 +90373,13 @@ var _default = () => {
90373
90373
  */
90374
90374
  fixedColumnsLeft: 0,
90375
90375
  /**
90376
- * 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.
90376
+ * If your grid's [layout direction](@/guides/internationalization/layout-direction/layout-direction.md) is LTR (default), the `fixedColumnsStart` option sets the number of [frozen columns](@/guides/columns/column-freezing/column-freezing.md) at the left-hand edge of the grid.
90377
90377
  *
90378
- * If your grid's [layout direction](@/guides/internationalization/layout-direction.md) is RTL, the `fixedColumnsStart` option sets the number of [frozen columns](@/guides/columns/column-freezing.md) at the right-hand edge of the grid.
90378
+ * If your grid's [layout direction](@/guides/internationalization/layout-direction/layout-direction.md) is RTL, the `fixedColumnsStart` option sets the number of [frozen columns](@/guides/columns/column-freezing/column-freezing.md) at the right-hand edge of the grid.
90379
90379
  *
90380
90380
  * Read more:
90381
- * - [Column freezing](@/guides/columns/column-freezing.md)
90382
- * - [Layout direction](@/guides/internationalization/layout-direction.md)
90381
+ * - [Column freezing](@/guides/columns/column-freezing/column-freezing.md)
90382
+ * - [Layout direction](@/guides/internationalization/layout-direction/layout-direction.md)
90383
90383
  * - [`fixedColumnsLeft`](#fixedcolumnsleft)
90384
90384
  * - [`layoutDirection`](#layoutDirection)
90385
90385
  *
@@ -90411,11 +90411,11 @@ var _default = () => {
90411
90411
  */
90412
90412
  fixedColumnsStart: 0,
90413
90413
  /**
90414
- * The `fixedRowsBottom` option sets the number of [frozen rows](@/guides/rows/row-freezing.md)
90414
+ * The `fixedRowsBottom` option sets the number of [frozen rows](@/guides/rows/row-freezing/row-freezing.md)
90415
90415
  * at the bottom of the grid.
90416
90416
  *
90417
90417
  * Read more:
90418
- * - [Row freezing](@/guides/rows/row-freezing.md)
90418
+ * - [Row freezing](@/guides/rows/row-freezing/row-freezing.md)
90419
90419
  *
90420
90420
  * @memberof Options#
90421
90421
  * @type {number}
@@ -90430,10 +90430,10 @@ var _default = () => {
90430
90430
  */
90431
90431
  fixedRowsBottom: 0,
90432
90432
  /**
90433
- * The `fixedRowsTop` option sets the number of [frozen rows](@/guides/rows/row-freezing.md) at the top of the grid.
90433
+ * The `fixedRowsTop` option sets the number of [frozen rows](@/guides/rows/row-freezing/row-freezing.md) at the top of the grid.
90434
90434
  *
90435
90435
  * Read more:
90436
- * - [Row freezing](@/guides/rows/row-freezing.md)
90436
+ * - [Row freezing](@/guides/rows/row-freezing/row-freezing.md)
90437
90437
  *
90438
90438
  * @memberof Options#
90439
90439
  * @type {number}
@@ -90452,7 +90452,7 @@ var _default = () => {
90452
90452
  *
90453
90453
  * The [`Formulas`](@/api/formulas.md) plugin uses the [HyperFormula](https://handsontable.github.io/hyperformula/) calculation engine.
90454
90454
  * To install [HyperFormula](https://handsontable.github.io/hyperformula/), read the following:
90455
- * - [Formula calculation: Initialization methods](@/guides/formulas/formula-calculation.md#initialization-methods)
90455
+ * - [Formula calculation: Initialization methods](@/guides/formulas/formula-calculation/formula-calculation.md#initialization-methods)
90456
90456
  *
90457
90457
  * You can set the `formulas` option to an object with the following properties:
90458
90458
  *
@@ -90464,7 +90464,7 @@ var _default = () => {
90464
90464
  *
90465
90465
  * Read more:
90466
90466
  * - [Plugins: `Formulas`](@/api/formulas.md)
90467
- * - [Formula calculation](@/guides/formulas/formula-calculation.md)
90467
+ * - [Formula calculation](@/guides/formulas/formula-calculation/formula-calculation.md)
90468
90468
  * - [HyperFormula documentation: Client-side installation](https://handsontable.github.io/hyperformula/guide/client-side-installation)
90469
90469
  * - [HyperFormula documentation: Configuration options](https://handsontable.github.io/hyperformula/api/interfaces/configparams.html)
90470
90470
  *
@@ -90564,7 +90564,7 @@ var _default = () => {
90564
90564
  * | A function that returns a valid number or string | `height() { return 500; }` |
90565
90565
  *
90566
90566
  * Read more:
90567
- * - [Grid size](@/guides/getting-started/grid-size.md)
90567
+ * - [Grid size](@/guides/getting-started/grid-size/grid-size.md)
90568
90568
  *
90569
90569
  * @memberof Options#
90570
90570
  * @type {number|string|Function}
@@ -90607,7 +90607,7 @@ var _default = () => {
90607
90607
  *
90608
90608
  * Read more:
90609
90609
  * - [Plugins: `HiddenColumns`](@/api/hiddenColumns.md)
90610
- * - [Column hiding](@/guides/columns/column-hiding.md)
90610
+ * - [Column hiding](@/guides/columns/column-hiding/column-hiding.md)
90611
90611
  *
90612
90612
  * @memberof Options#
90613
90613
  * @type {boolean|object}
@@ -90652,7 +90652,7 @@ var _default = () => {
90652
90652
  *
90653
90653
  * Read more:
90654
90654
  * - [Plugins: `HiddenRows`](@/api/hiddenRows.md)
90655
- * - [Row hiding](@/guides/rows/row-hiding.md)
90655
+ * - [Row hiding](@/guides/rows/row-hiding/row-hiding.md)
90656
90656
  *
90657
90657
  * @memberof Options#
90658
90658
  * @type {boolean|object}
@@ -90678,10 +90678,10 @@ var _default = () => {
90678
90678
  hiddenRows: undefined,
90679
90679
  /**
90680
90680
  * The `invalidCellClassName` option lets you add a CSS class name to cells
90681
- * that were marked as `invalid` by the [cell validator](@/guides/cell-functions/cell-validator.md).
90681
+ * that were marked as `invalid` by the [cell validator](@/guides/cell-functions/cell-validator/cell-validator.md).
90682
90682
  *
90683
90683
  * Read more:
90684
- * - [Cell validator](@/guides/cell-functions/cell-validator.md)
90684
+ * - [Cell validator](@/guides/cell-functions/cell-validator/cell-validator.md)
90685
90685
  * - [`currentRowClassName`](#currentRowClassName)
90686
90686
  * - [`currentHeaderClassName`](#currentHeaderClassName)
90687
90687
  * - [`activeHeaderClassName`](#activeHeaderClassName)
@@ -90790,7 +90790,7 @@ var _default = () => {
90790
90790
  },
90791
90791
  /**
90792
90792
  * @description
90793
- * The `label` option configures [`checkbox`](@/guides/cell-types/checkbox-cell-type.md) cells` labels.
90793
+ * The `label` option configures [`checkbox`](@/guides/cell-types/checkbox-cell-type/checkbox-cell-type.md) cells` labels.
90794
90794
  *
90795
90795
  * You can set the `label` option to an object with the following properties:
90796
90796
  *
@@ -90799,10 +90799,10 @@ var _default = () => {
90799
90799
  * | `position` | `'after'` (default) \| `'before'` | `'after'`: place the label to the right of the checkbox<br>`'before'`: place the label to the left of the checkbox |
90800
90800
  * | `value` | A string \| A function | The label's text |
90801
90801
  * | `separated` | `false` (default) \| `true` | `false`: don't separate the label from the checkbox<br>`true`: separate the label from the checkbox |
90802
- * | `property` | A string | - A [`data`](#data) object property name that's used as the label's text <br>- Works only when the [`data`](#data) option is set to an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects) |
90802
+ * | `property` | A string | - A [`data`](#data) object property name that's used as the label's text <br>- Works only when the [`data`](#data) option is set to an [array of objects](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-objects) |
90803
90803
  *
90804
90804
  * Read more:
90805
- * - [Checkbox cell type: Checkbox labels](@/guides/cell-types/checkbox-cell-type.md#checkbox-labels)
90805
+ * - [Checkbox cell type: Checkbox labels](@/guides/cell-types/checkbox-cell-type/checkbox-cell-type.md#checkbox-labels)
90806
90806
  *
90807
90807
  * @memberof Options#
90808
90808
  * @type {object}
@@ -90820,14 +90820,14 @@ var _default = () => {
90820
90820
  */
90821
90821
  label: undefined,
90822
90822
  /**
90823
- * The `language` option configures Handsontable's [language](@/guides/internationalization/language.md) settings.
90823
+ * The `language` option configures Handsontable's [language](@/guides/internationalization/language/language.md) settings.
90824
90824
  *
90825
90825
  * You can set the `language` option to one of the following:
90826
90826
  *
90827
90827
  * | Setting | Description |
90828
90828
  * | ------------------- | --------------------------- |
90829
90829
  * | `'en-US'` (default) | English - United States |
90830
- * | `'ar-AR'` | Arabic - Global<br><br>To properly render this language, set the [layout direction](@/guides/internationalization/layout-direction.md) to RTL. |
90830
+ * | `'ar-AR'` | Arabic - Global<br><br>To properly render this language, set the [layout direction](@/guides/internationalization/layout-direction/layout-direction.md) to RTL. |
90831
90831
  * | `'cs-CZ'` | Czech - Czech Republic |
90832
90832
  * | `'de-CH'` | German - Switzerland |
90833
90833
  * | `'de-DE'` | German - Germany |
@@ -90848,7 +90848,7 @@ var _default = () => {
90848
90848
  * | `'zh-TW'` | Chinese - Taiwan |
90849
90849
  *
90850
90850
  * Read more:
90851
- * - [Language](@/guides/internationalization/language.md)
90851
+ * - [Language](@/guides/internationalization/language/language.md)
90852
90852
  * - [`locale`](#locale)
90853
90853
  * - [`layoutDirection`](#layoutdirection)
90854
90854
  *
@@ -90867,9 +90867,9 @@ var _default = () => {
90867
90867
  /**
90868
90868
  * The `layoutDirection` option configures whether Handsontable renders from the left to the right, or from the right to the left.
90869
90869
  *
90870
- * 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.
90870
+ * You can set the layout direction only at Handsontable's [initialization](@/guides/getting-started/installation/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.
90871
90871
  *
90872
- * You can set the `layoutDirection` option only [for the entire grid](@/guides/getting-started/configuration-options.md#set-grid-options).
90872
+ * You can set the `layoutDirection` option only [for the entire grid](@/guides/getting-started/configuration-options/configuration-options.md#set-grid-options).
90873
90873
  * You can't set it for individual columns, rows, or cells.
90874
90874
  *
90875
90875
  * You can set the `layoutDirection` option to one of the following strings:
@@ -90881,8 +90881,8 @@ var _default = () => {
90881
90881
  * | `ltr` | Render Handsontable from the left to the right,<br>even when your HTML document's [`dir`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir) attribute is set to `rtl` |
90882
90882
  *
90883
90883
  * Read more:
90884
- * - [Layout direction](@/guides/internationalization/layout-direction.md)
90885
- * - [Language](@/guides/internationalization/language.md)
90884
+ * - [Layout direction](@/guides/internationalization/layout-direction/layout-direction.md)
90885
+ * - [Language](@/guides/internationalization/language/language.md)
90886
90886
  * - [`language`](#language)
90887
90887
  * - [`locale`](#locale)
90888
90888
  * - [`fixedColumnsStart`](#fixedcolumnsstart)
@@ -90916,11 +90916,11 @@ var _default = () => {
90916
90916
  *
90917
90917
  * | Setting | Description |
90918
90918
  * | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
90919
- * | A string with your [commercial license key](@/guides/getting-started/license-key.md#commercial-license) | For [commercial use](@/guides/technical-specification/software-license.md#commercial-use) |
90920
- * | `'non-commercial-and-evaluation'` | For [non-commercial use](@/guides/technical-specification/software-license.md#non-commercial-use) |
90919
+ * | A string with your [commercial license key](@/guides/getting-started/license-key/license-key.md#commercial-license) | For [commercial use](@/guides/technical-specification/software-license/software-license.md#commercial-use) |
90920
+ * | `'non-commercial-and-evaluation'` | For [non-commercial use](@/guides/technical-specification/software-license/software-license.md#non-commercial-use) |
90921
90921
  *
90922
90922
  * Read more:
90923
- * - [License key](@/guides/getting-started/license-key.md)
90923
+ * - [License key](@/guides/getting-started/license-key/license-key.md)
90924
90924
  *
90925
90925
  * @memberof Options#
90926
90926
  * @type {string}
@@ -90938,14 +90938,14 @@ var _default = () => {
90938
90938
  */
90939
90939
  licenseKey: undefined,
90940
90940
  /**
90941
- * The `locale` option configures Handsontable's [locale](@/guides/internationalization/locale.md) settings.
90941
+ * The `locale` option configures Handsontable's [locale](@/guides/internationalization/locale/locale.md) settings.
90942
90942
  *
90943
90943
  * You can set the `locale` option to any valid and canonicalized Unicode BCP 47 locale tag,
90944
- * both for the [entire grid](@/guides/internationalization/locale.md#set-the-grid-s-locale),
90945
- * and for [individual columns](@/guides/internationalization/locale.md#set-a-column-s-locale).
90944
+ * both for the [entire grid](@/guides/internationalization/locale/locale.md#set-the-grid-s-locale),
90945
+ * and for [individual columns](@/guides/internationalization/locale/locale.md#set-a-column-s-locale).
90946
90946
  *
90947
90947
  * Read more:
90948
- * - [Locale](@/guides/internationalization/locale.md)
90948
+ * - [Locale](@/guides/internationalization/locale/locale.md)
90949
90949
  * - [`language`](#language)
90950
90950
  * - [`layoutDirection`](#layoutdirection)
90951
90951
  *
@@ -90984,7 +90984,7 @@ var _default = () => {
90984
90984
  * | `false` | Disable the [`ManualColumnFreeze`](@/api/manualColumnFreeze.md) plugin |
90985
90985
  *
90986
90986
  * Read more:
90987
- * - [Column freezing](@/guides/columns/column-freezing.md#user-triggered-freeze)
90987
+ * - [Column freezing](@/guides/columns/column-freezing/column-freezing.md#user-triggered-freeze)
90988
90988
  *
90989
90989
  * @memberof Options#
90990
90990
  * @type {boolean}
@@ -91010,7 +91010,7 @@ var _default = () => {
91010
91010
  * | An array | - Enable the [`ManualColumnMove`](@/api/manualColumnMove.md) plugin<br>- Move individual columns at initialization |
91011
91011
  *
91012
91012
  * Read more:
91013
- * - [Column moving](@/guides/columns/column-moving.md)
91013
+ * - [Column moving](@/guides/columns/column-moving/column-moving.md)
91014
91014
  *
91015
91015
  * @memberof Options#
91016
91016
  * @type {boolean|number[]}
@@ -91043,7 +91043,7 @@ var _default = () => {
91043
91043
  * | An array | - Enable the [`ManualColumnResize`](@/api/manualColumnResize.md) plugin<br>- Set initial widths of individual columns |
91044
91044
  *
91045
91045
  * Read more:
91046
- * - [Column width: Column stretching](@/guides/columns/column-width.md#column-stretching)
91046
+ * - [Column width: Column stretching](@/guides/columns/column-width/column-width.md#column-stretching)
91047
91047
  *
91048
91048
  * @memberof Options#
91049
91049
  * @type {boolean|number[]}
@@ -91076,7 +91076,7 @@ var _default = () => {
91076
91076
  * | An array | - Enable the [`ManualRowMove`](@/api/manualRowMove.md) plugin<br>- Move individual rows at initialization |
91077
91077
  *
91078
91078
  * Read more:
91079
- * - [Row moving](@/guides/rows/row-moving.md)
91079
+ * - [Row moving](@/guides/rows/row-moving/row-moving.md)
91080
91080
  *
91081
91081
  * @memberof Options#
91082
91082
  * @type {boolean|number[]}
@@ -91109,7 +91109,7 @@ var _default = () => {
91109
91109
  * | An array | - Enable the [`ManualRowResize`](@/api/manualRowResize.md) plugin<br>- Set initial heights of individual rows |
91110
91110
  *
91111
91111
  * Read more:
91112
- * - [Row height: Adjust the row height manually](@/guides/rows/row-height.md#adjust-the-row-height-manually)
91112
+ * - [Row height: Adjust the row height manually](@/guides/rows/row-height/row-height.md#adjust-the-row-height-manually)
91113
91113
  *
91114
91114
  * @memberof Options#
91115
91115
  * @type {boolean|number[]}
@@ -91192,7 +91192,7 @@ var _default = () => {
91192
91192
  * | `colspan` | The height (as a number of columns ) of the merged section |
91193
91193
  *
91194
91194
  * Read more:
91195
- * - [Merge cells](@/guides/cell-features/merge-cells.md)
91195
+ * - [Merge cells](@/guides/cell-features/merge-cells/merge-cells.md)
91196
91196
  *
91197
91197
  * @memberof Options#
91198
91198
  * @type {boolean|object[]}
@@ -91225,8 +91225,8 @@ var _default = () => {
91225
91225
  * Handsontable adds empty columns to the right.
91226
91226
  * - At runtime: for example, when removing columns.
91227
91227
  *
91228
- * The `minCols` option works only when your [`data`](#data) is an [array of arrays](@/guides/getting-started/binding-to-data.md#array-of-arrays).
91229
- * When your [`data`](#data) is an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects),
91228
+ * The `minCols` option works only when your [`data`](#data) is an [array of arrays](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-arrays).
91229
+ * When your [`data`](#data) is an [array of objects](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-objects),
91230
91230
  * you can only have as many columns as defined in:
91231
91231
  * - The first data row
91232
91232
  * - The [`dataSchema`](#dataSchema) option
@@ -91273,8 +91273,8 @@ var _default = () => {
91273
91273
  *
91274
91274
  * The total number of columns can't exceed the [`maxCols`](#maxCols) value.
91275
91275
  *
91276
- * The `minSpareCols` option works only when your [`data`](#data) is an [array of arrays](@/guides/getting-started/binding-to-data.md#array-of-arrays).
91277
- * When your [`data`](#data) is an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects),
91276
+ * The `minSpareCols` option works only when your [`data`](#data) is an [array of arrays](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-arrays).
91277
+ * When your [`data`](#data) is an [array of objects](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-objects),
91278
91278
  * you can only have as many columns as defined in:
91279
91279
  * - The first data row
91280
91280
  * - The [`dataSchema`](#dataSchema) option
@@ -91333,7 +91333,7 @@ var _default = () => {
91333
91333
  * | `indicator` | `true`: Display the arrow icon in the column header, to indicate a sortable column<br>`false`: Don't display the arrow icon in the column header |
91334
91334
  * | `headerAction` | `true`: Enable clicking on the column header to sort the column<br>`false`: Disable clicking on the column header to sort the column |
91335
91335
  * | `sortEmptyCells` | `true`: Sort empty cells as well<br>`false`: Place empty cells at the end |
91336
- * | `compareFunctionFactory` | A [custom compare function](@/guides/rows/rows-sorting.md#add-a-custom-comparator) |
91336
+ * | `compareFunctionFactory` | A [custom compare function](@/guides/rows/rows-sorting/rows-sorting.md#add-a-custom-comparator) |
91337
91337
  *
91338
91338
  * If you set the `multiColumnSorting` option to an object,
91339
91339
  * you can also sort individual columns at Handsontable's initialization.
@@ -91346,7 +91346,7 @@ var _default = () => {
91346
91346
  * | `sortOrder` | `'asc'` \| `'desc'` | The sorting order:<br>`'asc'`: ascending<br>`'desc'`: descending |
91347
91347
  *
91348
91348
  * Read more:
91349
- * - [Rows sorting](@/guides/rows/rows-sorting.md)
91349
+ * - [Rows sorting](@/guides/rows/rows-sorting/rows-sorting.md)
91350
91350
  * - [`columnSorting`](#columnSorting)
91351
91351
  *
91352
91352
  * @memberof Options#
@@ -91392,7 +91392,7 @@ var _default = () => {
91392
91392
  */
91393
91393
  multiColumnSorting: undefined,
91394
91394
  /**
91395
- * When set to `true`, the `navigableHeaders` option lets you navigate [row headers](@/guides/rows/row-header.md) and [column headers](@/guides/columns/column-header.md), using the arrow keys or the <kbd>**Tab**</kbd> key (if the [`tabNavigation`](#tabNavigation) option is set to `true`).
91395
+ * When set to `true`, the `navigableHeaders` option lets you navigate [row headers](@/guides/rows/row-header/row-header.md) and [column headers](@/guides/columns/column-header/column-header.md), using the arrow keys or the <kbd>**Tab**</kbd> key (if the [`tabNavigation`](#tabNavigation) option is set to `true`).
91396
91396
  *
91397
91397
  * @since 14.0.0
91398
91398
  * @memberof Options#
@@ -91455,7 +91455,7 @@ var _default = () => {
91455
91455
  *
91456
91456
  * Read more:
91457
91457
  * - [Plugins: `NestedHeaders`](@/api/nestedHeaders.md)
91458
- * - [Column groups: Nested headers](@/guides/columns/column-groups.md#nested-headers)
91458
+ * - [Column groups: Nested headers](@/guides/columns/column-groups/column-groups.md#nested-headers)
91459
91459
  *
91460
91460
  * @memberof Options#
91461
91461
  * @type {boolean|Array[]}
@@ -91484,7 +91484,7 @@ var _default = () => {
91484
91484
  * | `true` | Enable the [`NestedRows`](@/api/nestedRows.md) plugin |
91485
91485
  *
91486
91486
  * Read more:
91487
- * - [Plugins: `NestedRows`](@/guides/rows/row-parent-child.md)
91487
+ * - [Plugins: `NestedRows`](@/guides/rows/row-parent-child/row-parent-child.md)
91488
91488
  *
91489
91489
  * @example
91490
91490
  * ```js
@@ -91529,7 +91529,7 @@ var _default = () => {
91529
91529
  noWordWrapClassName: 'htNoWrap',
91530
91530
  /**
91531
91531
  * The `numericFormat` option configures the number format and the currency format
91532
- * of [`numeric`](@/guides/cell-types/numeric-cell-type.md) cells` displayed output
91532
+ * of [`numeric`](@/guides/cell-types/numeric-cell-type/numeric-cell-type.md) cells` displayed output
91533
91533
  * in the numeric cell renderer.
91534
91534
  *
91535
91535
  * You can set the `numericFormat` option to an object with the following properties:
@@ -91544,8 +91544,8 @@ var _default = () => {
91544
91544
  * In the source data, numeric data is stored as JavaScript numbers.
91545
91545
  *
91546
91546
  * Read more:
91547
- * - [Numeric cell type](@/guides/cell-types/numeric-cell-type.md)
91548
- * - [Third-party licenses](@/guides/technical-specification/third-party-licenses.md)
91547
+ * - [Numeric cell type](@/guides/cell-types/numeric-cell-type/numeric-cell-type.md)
91548
+ * - [Third-party licenses](@/guides/technical-specification/third-party-licenses/third-party-licenses.md)
91549
91549
  *
91550
91550
  * @memberof Options#
91551
91551
  * @since 0.35.0
@@ -91588,15 +91588,15 @@ var _default = () => {
91588
91588
  */
91589
91589
  observeDOMVisibility: true,
91590
91590
  /**
91591
- * The `outsideClickDeselects` option determines what happens to the current [selection](@/guides/cell-features/selection.md)
91591
+ * The `outsideClickDeselects` option determines what happens to the current [selection](@/guides/cell-features/selection/selection.md)
91592
91592
  * when you click outside of the grid.
91593
91593
  *
91594
91594
  * You can set the `outsideClickDeselects` option to one of the following:
91595
91595
  *
91596
91596
  * | Setting | Description |
91597
91597
  * | ---------------- | -------------------------------------------------------------------------------------------------------- |
91598
- * | `true` (default) | On a mouse click outside of the grid, clear the current [selection](@/guides/cell-features/selection.md) |
91599
- * | `false` | On a mouse click outside of the grid, keep the current [selection](@/guides/cell-features/selection.md) |
91598
+ * | `true` (default) | On a mouse click outside of the grid, clear the current [selection](@/guides/cell-features/selection/selection.md) |
91599
+ * | `false` | On a mouse click outside of the grid, keep the current [selection](@/guides/cell-features/selection/selection.md) |
91600
91600
  * | A function | A function that takes the click event target and returns a boolean |
91601
91601
  *
91602
91602
  * @memberof Options#
@@ -91636,7 +91636,7 @@ var _default = () => {
91636
91636
  * | `true` | Enable the [`PersistentState`](@/api/persistentState.md) plugin |
91637
91637
  *
91638
91638
  * Read more:
91639
- * - [Saving data: Saving data locally](@/guides/getting-started/saving-data.md#save-data-locally)
91639
+ * - [Saving data: Saving data locally](@/guides/getting-started/saving-data/saving-data.md#save-data-locally)
91640
91640
  * - [Plugins: `PersistentState`](@/api/persistentState.md)
91641
91641
  *
91642
91642
  * @memberof Options#
@@ -91693,7 +91693,7 @@ var _default = () => {
91693
91693
  * that contain [`placeholder`](#placeholder) text.
91694
91694
  *
91695
91695
  * Read more:
91696
- * - [Cell validator](@/guides/cell-functions/cell-validator.md)
91696
+ * - [Cell validator](@/guides/cell-functions/cell-validator/cell-validator.md)
91697
91697
  * - [`placeholder`](#placeholder)
91698
91698
  * - [`currentRowClassName`](#currentRowClassName)
91699
91699
  * - [`currentHeaderClassName`](#currentHeaderClassName)
@@ -91768,9 +91768,9 @@ var _default = () => {
91768
91768
  preventWheel: false,
91769
91769
  /**
91770
91770
  * @description
91771
- * The `readOnly` option determines whether a [cell](@/guides/cell-features/disabled-cells.md#read-only-specific-cells),
91772
- * [comment](@/guides/cell-features/comments.md#make-a-comment-read-only), [column](@/guides/cell-features/disabled-cells.md#read-only-columns)
91773
- * or the [entire grid](@/guides/cell-features/disabled-cells.md#read-only-grid) is editable or not. You can configure it as follows:
91771
+ * The `readOnly` option determines whether a [cell](@/guides/cell-features/disabled-cells/disabled-cells.md#read-only-specific-cells),
91772
+ * [comment](@/guides/cell-features/comments/comments.md#make-a-comment-read-only), [column](@/guides/cell-features/disabled-cells/disabled-cells.md#read-only-columns)
91773
+ * or the [entire grid](@/guides/cell-features/disabled-cells/disabled-cells.md#read-only-grid) is editable or not. You can configure it as follows:
91774
91774
  *
91775
91775
  * | Setting | Description |
91776
91776
  * | ----------------- | ------------------------------------------------------------------------------------------------------------------------- |
@@ -91780,8 +91780,8 @@ var _default = () => {
91780
91780
  * `readOnly` cells can't be changed by the [`populateFromArray()`](@/api/core.md#populatefromarray) method.
91781
91781
  *
91782
91782
  * Read more:
91783
- * - [Disabled cells](@/guides/cell-features/disabled-cells.md)
91784
- * - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options.md#cascading-configuration)
91783
+ * - [Disabled cells](@/guides/cell-features/disabled-cells/disabled-cells.md)
91784
+ * - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options/configuration-options.md#cascading-configuration)
91785
91785
  *
91786
91786
  * @memberof Options#
91787
91787
  * @type {boolean}
@@ -91847,18 +91847,18 @@ var _default = () => {
91847
91847
  */
91848
91848
  readOnlyCellClassName: 'htDimmed',
91849
91849
  /**
91850
- * The `renderAllRows` option controls Handsontable's [row virtualization](@/guides/rows/row-virtualization.md).
91850
+ * The `renderAllRows` option controls Handsontable's [row virtualization](@/guides/rows/row-virtualization/row-virtualization.md).
91851
91851
  * You can configure it as follows:
91852
91852
  *
91853
91853
  * | Setting | Description |
91854
91854
  * | ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
91855
- * | `false` (default) | Enable [row virtualization](@/guides/rows/row-virtualization.md), rendering only the visible rows for optimal performance with large datasets. |
91856
- * | `true` | Disable [row virtualization](@/guides/rows/row-virtualization.md)<br>(render all rows of the grid), rendering all rows in the dataset for consistent rendering and screen reader accessibility. |
91855
+ * | `false` (default) | Enable [row virtualization](@/guides/rows/row-virtualization/row-virtualization.md), rendering only the visible rows for optimal performance with large datasets. |
91856
+ * | `true` | Disable [row virtualization](@/guides/rows/row-virtualization/row-virtualization.md)<br>(render all rows of the grid), rendering all rows in the dataset for consistent rendering and screen reader accessibility. |
91857
91857
  *
91858
91858
  * Setting `renderAllRows` to `true` overwrites the [`viewportRowRenderingOffset`](#viewportRowRenderingOffset) setting.
91859
91859
  *
91860
91860
  * Read more:
91861
- * - [Row virtualization](@/guides/rows/row-virtualization.md)
91861
+ * - [Row virtualization](@/guides/rows/row-virtualization/row-virtualization.md)
91862
91862
  *
91863
91863
  * @memberof Options#
91864
91864
  * @type {boolean}
@@ -91873,19 +91873,19 @@ var _default = () => {
91873
91873
  */
91874
91874
  renderAllRows: false,
91875
91875
  /**
91876
- * The `renderAllColumns` option configures Handsontable's [column virtualization](@/guides/columns/column-virtualization.md).
91876
+ * The `renderAllColumns` option configures Handsontable's [column virtualization](@/guides/columns/column-virtualization/column-virtualization.md).
91877
91877
  *
91878
91878
  * You can set the `renderAllColumns` option to one of the following:
91879
91879
  *
91880
91880
  * | Setting | Description |
91881
91881
  * | ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
91882
- * | `false` (default) | Enable [column virtualization](@/guides/columns/column-virtualization.md), rendering only visible columns for better performance with many columns. |
91883
- * | `true` | Disable [column virtualization](@/guides/columns/column-virtualization.md)<br>(render all columns of the grid), rendering all columns in the dataset, and ensuring all columns are available regardless of horizontal scrolling. |
91882
+ * | `false` (default) | Enable [column virtualization](@/guides/columns/column-virtualization/column-virtualization.md), rendering only visible columns for better performance with many columns. |
91883
+ * | `true` | Disable [column virtualization](@/guides/columns/column-virtualization/column-virtualization.md)<br>(render all columns of the grid), rendering all columns in the dataset, and ensuring all columns are available regardless of horizontal scrolling. |
91884
91884
  *
91885
91885
  * Setting `renderAllColumns` to `true` overwrites the [`viewportColumnRenderingOffset`](#viewportColumnRenderingOffset) setting.
91886
91886
  *
91887
91887
  * Read more:
91888
- * - [Column virtualization](@/guides/columns/column-virtualization.md)
91888
+ * - [Column virtualization](@/guides/columns/column-virtualization/column-virtualization.md)
91889
91889
  *
91890
91890
  * @since 14.1.0
91891
91891
  * @memberof Options#
@@ -91902,15 +91902,15 @@ var _default = () => {
91902
91902
  renderAllColumns: false,
91903
91903
  /**
91904
91904
  * @description
91905
- * The `renderer` option sets a [cell renderer](@/guides/cell-functions/cell-renderer.md) for a cell.
91905
+ * The `renderer` option sets a [cell renderer](@/guides/cell-functions/cell-renderer/cell-renderer.md) for a cell.
91906
91906
  *
91907
91907
  * You can set the `renderer` option to one of the following:
91908
91908
  * - A custom renderer function
91909
- * - One of the following [cell renderer aliases](@/guides/cell-functions/cell-renderer.md):
91909
+ * - One of the following [cell renderer aliases](@/guides/cell-functions/cell-renderer/cell-renderer.md):
91910
91910
  *
91911
91911
  * | Alias | Cell renderer function |
91912
91912
  * | ------------------- | ------------------------------------------------------------------------------ |
91913
- * | A custom alias | Your [custom cell renderer](@/guides/cell-functions/cell-renderer.md) function |
91913
+ * | A custom alias | Your [custom cell renderer](@/guides/cell-functions/cell-renderer/cell-renderer.md) function |
91914
91914
  * | `'autocomplete'` | `AutocompleteRenderer` |
91915
91915
  * | `'base'` | `BaseRenderer` |
91916
91916
  * | `'checkbox'` | `CheckboxRenderer` |
@@ -91926,9 +91926,9 @@ var _default = () => {
91926
91926
  * options all at once, use the [`type`](#type) option.
91927
91927
  *
91928
91928
  * Read more:
91929
- * - [Cell renderer](@/guides/cell-functions/cell-renderer.md)
91930
- * - [Cell type](@/guides/cell-types/cell-type.md)
91931
- * - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options.md#cascading-configuration)
91929
+ * - [Cell renderer](@/guides/cell-functions/cell-renderer/cell-renderer.md)
91930
+ * - [Cell type](@/guides/cell-types/cell-type/cell-type.md)
91931
+ * - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options/configuration-options.md#cascading-configuration)
91932
91932
  * - [`type`](#type)
91933
91933
  *
91934
91934
  * @memberof Options#
@@ -91974,7 +91974,7 @@ var _default = () => {
91974
91974
  * | A function | Define your own row headers, using a function |
91975
91975
  *
91976
91976
  * Read more:
91977
- * - [Row header](@/guides/rows/row-header.md)
91977
+ * - [Row header](@/guides/rows/row-header/row-header.md)
91978
91978
  *
91979
91979
  * @memberof Options#
91980
91980
  * @type {boolean|string[]|Function}
@@ -92040,7 +92040,7 @@ var _default = () => {
92040
92040
  * via the {@link ManualRowResize} and {@link AutoRowSize} plugins (if they are enabled).
92041
92041
  *
92042
92042
  * Read more:
92043
- * - [Row height](@/guides/rows/row-height.md)
92043
+ * - [Row height](@/guides/rows/row-height/row-height.md)
92044
92044
  *
92045
92045
  * @memberof Options#
92046
92046
  * @type {number|number[]|string|string[]|Array<undefined>|Function}
@@ -92085,13 +92085,13 @@ var _default = () => {
92085
92085
  * | Option | Possible settings | Description |
92086
92086
  * | ------------------- | ----------------- | ---------------------------------------------------------------------------------------------------- |
92087
92087
  * | `searchResultClass` | A string | Add a custom CSS class name to search results |
92088
- * | `queryMethod` | A function | Add a [custom query method](@/guides/navigation/searching-values.md#custom-query-method) |
92089
- * | `callback` | A function | Add a [custom callback function](@/guides/navigation/searching-values.md#custom-callback) |
92088
+ * | `queryMethod` | A function | Add a [custom query method](@/guides/navigation/searching-values/searching-values.md#custom-query-method) |
92089
+ * | `callback` | A function | Add a [custom callback function](@/guides/navigation/searching-values/searching-values.md#custom-callback) |
92090
92090
  *
92091
92091
  * Read more:
92092
- * - [Searching values](@/guides/navigation/searching-values.md)
92093
- * - [Searching values: Custom query method](@/guides/navigation/searching-values.md#custom-query-method)
92094
- * - [Searching values: Custom callback](@/guides/navigation/searching-values.md#custom-callback)
92092
+ * - [Searching values](@/guides/navigation/searching-values/searching-values.md)
92093
+ * - [Searching values: Custom query method](@/guides/navigation/searching-values/searching-values.md#custom-query-method)
92094
+ * - [Searching values: Custom callback](@/guides/navigation/searching-values/searching-values.md#custom-callback)
92095
92095
  *
92096
92096
  * @memberof Options#
92097
92097
  * @type {boolean|object}
@@ -92121,7 +92121,7 @@ var _default = () => {
92121
92121
  search: false,
92122
92122
  /**
92123
92123
  * @description
92124
- * The `selectionMode` option configures how [selection](@/guides/cell-features/selection.md) works.
92124
+ * The `selectionMode` option configures how [selection](@/guides/cell-features/selection/selection.md) works.
92125
92125
  *
92126
92126
  * You can set the `selectionMode` option to one of the following:
92127
92127
  *
@@ -92132,7 +92132,7 @@ var _default = () => {
92132
92132
  * | `'multiple'` | Allow the user to select multiple ranges of cells at a time. |
92133
92133
  *
92134
92134
  * Read more:
92135
- * - [Selection: Selecting ranges](@/guides/cell-features/selection.md#select-ranges)
92135
+ * - [Selection: Selecting ranges](@/guides/cell-features/selection/selection.md#select-ranges)
92136
92136
  *
92137
92137
  * @memberof Options#
92138
92138
  * @type {string}
@@ -92153,7 +92153,7 @@ var _default = () => {
92153
92153
  */
92154
92154
  selectionMode: 'multiple',
92155
92155
  /**
92156
- * The `selectOptions` option configures options that the end user can choose from in [`select`](@/guides/cell-types/select-cell-type.md) cells.
92156
+ * The `selectOptions` option configures options that the end user can choose from in [`select`](@/guides/cell-types/select-cell-type/select-cell-type.md) cells.
92157
92157
  *
92158
92158
  * You can set the `selectOptions` option to one of the following:
92159
92159
  *
@@ -92164,7 +92164,7 @@ var _default = () => {
92164
92164
  * | A function | A function that returns an object with key-string pairs |
92165
92165
  *
92166
92166
  * Read more:
92167
- * - [Select cell type](@/guides/cell-types/select-cell-type.md)
92167
+ * - [Select cell type](@/guides/cell-types/select-cell-type/select-cell-type.md)
92168
92168
  *
92169
92169
  * @memberof Options#
92170
92170
  * @type {string[]|object|Function}
@@ -92223,7 +92223,7 @@ var _default = () => {
92223
92223
  * | `true` | - Disable pasting data into this column<br>- On pasting, paste data into the next column to the right |
92224
92224
  *
92225
92225
  * Read more:
92226
- * - [Configuration options: Setting column options](@/guides/getting-started/configuration-options.md#set-column-options)
92226
+ * - [Configuration options: Setting column options](@/guides/getting-started/configuration-options/configuration-options.md#set-column-options)
92227
92227
  *
92228
92228
  * @memberof Options#
92229
92229
  * @type {boolean}
@@ -92256,7 +92256,7 @@ var _default = () => {
92256
92256
  * | `true` | - Disable pasting data into this row<br>- On pasting, paste data into the row below |
92257
92257
  *
92258
92258
  * Read more:
92259
- * - [Configuration options: Setting row options](@/guides/getting-started/configuration-options.md#set-row-options)
92259
+ * - [Configuration options: Setting row options](@/guides/getting-started/configuration-options/configuration-options.md#set-row-options)
92260
92260
  *
92261
92261
  * @memberof Options#
92262
92262
  * @type {boolean}
@@ -92279,7 +92279,7 @@ var _default = () => {
92279
92279
  */
92280
92280
  skipRowOnPaste: false,
92281
92281
  /**
92282
- * The `sortByRelevance` option configures whether [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md) cells'
92282
+ * The `sortByRelevance` option configures whether [`autocomplete`](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md) cells'
92283
92283
  * lists are sorted in the same order as provided in the [`source`](#source) option.
92284
92284
  *
92285
92285
  * You can set the `sortByRelevance` option to one of the following:
@@ -92291,7 +92291,7 @@ var _default = () => {
92291
92291
  *
92292
92292
  * Read more:
92293
92293
  * - [`source`](#source)
92294
- * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
92294
+ * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md)
92295
92295
  *
92296
92296
  * @memberof Options#
92297
92297
  * @type {boolean}
@@ -92312,8 +92312,8 @@ var _default = () => {
92312
92312
  */
92313
92313
  sortByRelevance: true,
92314
92314
  /**
92315
- * The `source` option sets options available in [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md)
92316
- * and [`dropdown`](@/guides/cell-types/dropdown-cell-type.md) cells.
92315
+ * The `source` option sets options available in [`autocomplete`](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md)
92316
+ * and [`dropdown`](@/guides/cell-types/dropdown-cell-type/dropdown-cell-type.md) cells.
92317
92317
  *
92318
92318
  * You can set the `source` option to one of the following:
92319
92319
  *
@@ -92321,8 +92321,8 @@ var _default = () => {
92321
92321
  * - A function
92322
92322
  *
92323
92323
  * Read more:
92324
- * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
92325
- * - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type.md)
92324
+ * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md)
92325
+ * - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type/dropdown-cell-type.md)
92326
92326
  * - [`strict`](#strict)
92327
92327
  * - [`allowHtml`](#allowHtml)
92328
92328
  * - [`filter`](#filter)
@@ -92407,7 +92407,7 @@ var _default = () => {
92407
92407
  * | `'all'` | Fit the grid to the container, by stretching all columns evenly |
92408
92408
  *
92409
92409
  * Read more:
92410
- * - [Column width: Column stretching](@/guides/columns/column-width.md#column-stretching)
92410
+ * - [Column width: Column stretching](@/guides/columns/column-width/column-width.md#column-stretching)
92411
92411
  *
92412
92412
  * @memberof Options#
92413
92413
  * @type {string}
@@ -92423,17 +92423,17 @@ var _default = () => {
92423
92423
  */
92424
92424
  stretchH: 'none',
92425
92425
  /**
92426
- * The `strict` option configures the behavior of [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md) cells.
92426
+ * The `strict` option configures the behavior of [`autocomplete`](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md) cells.
92427
92427
  *
92428
92428
  * You can set the `strict` option to one of the following:
92429
92429
  *
92430
92430
  * | Setting | Mode | Description |
92431
92431
  * | ------- | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
92432
- * | `true` | [Strict mode](@/guides/cell-types/autocomplete-cell-type.md#autocomplete-strict-mode) | The end user:<br>- Can only choose one of suggested values<br>- Can't enter a custom value |
92433
- * | `false` | [Flexible mode](@/guides/cell-types/autocomplete-cell-type.md#autocomplete-flexible-mode) | The end user:<br>- Can choose one of suggested values<br>- Can enter a custom value |
92432
+ * | `true` | [Strict mode](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md#autocomplete-strict-mode) | The end user:<br>- Can only choose one of suggested values<br>- Can't enter a custom value |
92433
+ * | `false` | [Flexible mode](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md#autocomplete-flexible-mode) | The end user:<br>- Can choose one of suggested values<br>- Can enter a custom value |
92434
92434
  *
92435
92435
  * Read more:
92436
- * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
92436
+ * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md)
92437
92437
  * - [`source`](#source)
92438
92438
  *
92439
92439
  * @memberof Options#
@@ -92532,12 +92532,12 @@ var _default = () => {
92532
92532
  },
92533
92533
  /**
92534
92534
  * @description
92535
- * The `title` option configures [column header](@/guides/columns/column-header.md) names.
92535
+ * The `title` option configures [column header](@/guides/columns/column-header/column-header.md) names.
92536
92536
  *
92537
92537
  * You can set the `title` option to a string.
92538
92538
  *
92539
92539
  * Read more:
92540
- * - [Column header](@/guides/columns/column-header.md)
92540
+ * - [Column header](@/guides/columns/column-header/column-header.md)
92541
92541
  * - [`columns`](#columns)
92542
92542
  *
92543
92543
  * @memberof Options#
@@ -92563,8 +92563,8 @@ var _default = () => {
92563
92563
  */
92564
92564
  title: undefined,
92565
92565
  /**
92566
- * The `trimDropdown` option configures the width of the [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md)
92567
- * and [`dropdown`](@/guides/cell-types/dropdown-cell-type.md) lists.
92566
+ * The `trimDropdown` option configures the width of the [`autocomplete`](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md)
92567
+ * and [`dropdown`](@/guides/cell-types/dropdown-cell-type/dropdown-cell-type.md) lists.
92568
92568
  *
92569
92569
  * You can set the `trimDropdown` option to one of the following:
92570
92570
  *
@@ -92574,8 +92574,8 @@ var _default = () => {
92574
92574
  * | `false` | Scale the dropdown/autocomplete list's width to the list's content |
92575
92575
  *
92576
92576
  * Read more:
92577
- * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
92578
- * - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type.md)
92577
+ * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md)
92578
+ * - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type/dropdown-cell-type.md)
92579
92579
  *
92580
92580
  * @memberof Options#
92581
92581
  * @type {boolean}
@@ -92615,7 +92615,7 @@ var _default = () => {
92615
92615
  *
92616
92616
  * Read more:
92617
92617
  * - [Plugins: `TrimRows`](@/api/trimRows.md)
92618
- * - [Row trimming](@/guides/rows/row-trimming.md)
92618
+ * - [Row trimming](@/guides/rows/row-trimming/row-trimming.md)
92619
92619
  *
92620
92620
  * @memberof Options#
92621
92621
  * @type {boolean|number[]}
@@ -92664,29 +92664,29 @@ var _default = () => {
92664
92664
  /**
92665
92665
  * @description
92666
92666
  * The `type` option lets you set the [`renderer`](#renderer), [`editor`](#editor), and [`validator`](#validator)
92667
- * options all at once, by selecting a [cell type](@/guides/cell-types/cell-type.md).
92667
+ * options all at once, by selecting a [cell type](@/guides/cell-types/cell-type/cell-type.md).
92668
92668
  *
92669
92669
  * You can set the `type` option to one of the following:
92670
92670
  *
92671
92671
  * | Cell type | Renderer, editor & validator |
92672
92672
  * | ----------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
92673
- * | A [custom cell type](@/guides/cell-types/cell-type.md) | Renderer: your [custom cell renderer](@/guides/cell-functions/cell-renderer.md)<br>Editor: your [custom cell editor](@/guides/cell-functions/cell-editor.md)<br>Validator: your [custom cell validator](@/guides/cell-functions/cell-validator.md) |
92674
- * | [`'autocomplete'`](@/guides/cell-types/autocomplete-cell-type.md) | Renderer: `AutocompleteRenderer`<br>Editor: `AutocompleteEditor`<br>Validator: `AutocompleteValidator` |
92675
- * | [`'checkbox'`](@/guides/cell-types/checkbox-cell-type.md) | Renderer: `CheckboxRenderer`<br>Editor: `CheckboxEditor`<br>Validator: - |
92676
- * | [`'date'`](@/guides/cell-types/date-cell-type.md) | Renderer: `DateRenderer`<br>Editor: `DateEditor`<br>Validator: `DateValidator` |
92677
- * | [`'dropdown'`](@/guides/cell-types/dropdown-cell-type.md) | Renderer: `DropdownRenderer`<br>Editor: `DropdownEditor`<br>Validator: `DropdownValidator` |
92678
- * | [`'handsontable'`](@/guides/cell-types/handsontable-cell-type.md) | Renderer: `AutocompleteRenderer`<br>Editor: `HandsontableEditor`<br>Validator: - |
92679
- * | [`'numeric'`](@/guides/cell-types/numeric-cell-type.md) | Renderer: `NumericRenderer`<br>Editor: `NumericEditor`<br>Validator: `NumericValidator` |
92680
- * | [`'password'`](@/guides/cell-types/password-cell-type.md) | Renderer: `PasswordRenderer`<br>Editor: `PasswordEditor`<br>Validator: - |
92673
+ * | A [custom cell type](@/guides/cell-types/cell-type/cell-type.md) | Renderer: your [custom cell renderer](@/guides/cell-functions/cell-renderer/cell-renderer.md)<br>Editor: your [custom cell editor](@/guides/cell-functions/cell-editor/cell-editor.md)<br>Validator: your [custom cell validator](@/guides/cell-functions/cell-validator/cell-validator.md) |
92674
+ * | [`'autocomplete'`](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md) | Renderer: `AutocompleteRenderer`<br>Editor: `AutocompleteEditor`<br>Validator: `AutocompleteValidator` |
92675
+ * | [`'checkbox'`](@/guides/cell-types/checkbox-cell-type/checkbox-cell-type.md) | Renderer: `CheckboxRenderer`<br>Editor: `CheckboxEditor`<br>Validator: - |
92676
+ * | [`'date'`](@/guides/cell-types/date-cell-type/date-cell-type.md) | Renderer: `DateRenderer`<br>Editor: `DateEditor`<br>Validator: `DateValidator` |
92677
+ * | [`'dropdown'`](@/guides/cell-types/dropdown-cell-type/dropdown-cell-type.md) | Renderer: `DropdownRenderer`<br>Editor: `DropdownEditor`<br>Validator: `DropdownValidator` |
92678
+ * | [`'handsontable'`](@/guides/cell-types/handsontable-cell-type/handsontable-cell-type.md) | Renderer: `AutocompleteRenderer`<br>Editor: `HandsontableEditor`<br>Validator: - |
92679
+ * | [`'numeric'`](@/guides/cell-types/numeric-cell-type/numeric-cell-type.md) | Renderer: `NumericRenderer`<br>Editor: `NumericEditor`<br>Validator: `NumericValidator` |
92680
+ * | [`'password'`](@/guides/cell-types/password-cell-type/password-cell-type.md) | Renderer: `PasswordRenderer`<br>Editor: `PasswordEditor`<br>Validator: - |
92681
92681
  * | `'text'` | Renderer: `TextRenderer`<br>Editor: `TextEditor`<br>Validator: - |
92682
- * | [`'time`'](@/guides/cell-types/time-cell-type.md) | Renderer: `TimeRenderer`<br>Editor: `TimeEditor`<br>Validator: `TimeValidator` |
92682
+ * | [`'time`'](@/guides/cell-types/time-cell-type/time-cell-type.md) | Renderer: `TimeRenderer`<br>Editor: `TimeEditor`<br>Validator: `TimeValidator` |
92683
92683
  *
92684
92684
  * Read more:
92685
- * - [Cell type](@/guides/cell-types/cell-type.md)
92686
- * - [Cell renderer](@/guides/cell-functions/cell-renderer.md)
92687
- * - [Cell editor](@/guides/cell-functions/cell-editor.md)
92688
- * - [Cell validator](@/guides/cell-functions/cell-validator.md)
92689
- * - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options.md#cascading-configuration)
92685
+ * - [Cell type](@/guides/cell-types/cell-type/cell-type.md)
92686
+ * - [Cell renderer](@/guides/cell-functions/cell-renderer/cell-renderer.md)
92687
+ * - [Cell editor](@/guides/cell-functions/cell-editor/cell-editor.md)
92688
+ * - [Cell validator](@/guides/cell-functions/cell-validator/cell-validator.md)
92689
+ * - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options/configuration-options.md#cascading-configuration)
92690
92690
  * - [`renderer`](#renderer)
92691
92691
  * - [`editor`](#editor)
92692
92692
  * - [`validator`](#validator)
@@ -92717,17 +92717,17 @@ var _default = () => {
92717
92717
  type: 'text',
92718
92718
  /**
92719
92719
  * The `uncheckedTemplate` option lets you configure what value
92720
- * an unchecked [`checkbox`](@/guides/cell-types/checkbox-cell-type.md) cell has.
92720
+ * an unchecked [`checkbox`](@/guides/cell-types/checkbox-cell-type/checkbox-cell-type.md) cell has.
92721
92721
  *
92722
92722
  * You can set the `uncheckedTemplate` option to one of the following:
92723
92723
  *
92724
92724
  * | Setting | Description |
92725
92725
  * | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
92726
- * | `false` (default) | If a [`checkbox`](@/guides/cell-types/checkbox-cell-type.md) cell is unchecked,<br>the [`getDataAtCell`](@/api/core.md#getDataAtCell) method for this cell returns `false` |
92727
- * | A string | If a [`checkbox`](@/guides/cell-types/checkbox-cell-type.md) cell is unchecked,<br>the [`getDataAtCell`](@/api/core.md#getDataAtCell) method for this cell returns a string of your choice |
92726
+ * | `false` (default) | If a [`checkbox`](@/guides/cell-types/checkbox-cell-type/checkbox-cell-type.md) cell is unchecked,<br>the [`getDataAtCell`](@/api/core.md#getDataAtCell) method for this cell returns `false` |
92727
+ * | A string | If a [`checkbox`](@/guides/cell-types/checkbox-cell-type/checkbox-cell-type.md) cell is unchecked,<br>the [`getDataAtCell`](@/api/core.md#getDataAtCell) method for this cell returns a string of your choice |
92728
92728
  *
92729
92729
  * Read more:
92730
- * - [Checkbox cell type: Checkbox template](@/guides/cell-types/checkbox-cell-type.md#checkbox-template)
92730
+ * - [Checkbox cell type: Checkbox template](@/guides/cell-types/checkbox-cell-type/checkbox-cell-type.md#checkbox-template)
92731
92731
  * - [`getDataAtCell()`](@/api/core.md#getDataAtCell)
92732
92732
  * - [`checkedTemplate`](#checkedTemplate)
92733
92733
  *
@@ -92773,7 +92773,7 @@ var _default = () => {
92773
92773
  * set the `undo` option to `false`.
92774
92774
  *
92775
92775
  * Read more:
92776
- * - [Undo and redo](@/guides/accessories-and-menus/undo-redo.md)
92776
+ * - [Undo and redo](@/guides/accessories-and-menus/undo-redo/undo-redo.md)
92777
92777
  *
92778
92778
  * @memberof Options#
92779
92779
  * @type {boolean}
@@ -92789,22 +92789,22 @@ var _default = () => {
92789
92789
  undo: undefined,
92790
92790
  /**
92791
92791
  * @description
92792
- * The `validator` option sets a [cell validator](@/guides/cell-functions/cell-validator.md) for a cell.
92792
+ * The `validator` option sets a [cell validator](@/guides/cell-functions/cell-validator/cell-validator.md) for a cell.
92793
92793
  *
92794
92794
  * You can set the `validator` option to one of the following:
92795
92795
  *
92796
92796
  * | Setting | Description |
92797
92797
  * | -------------------- | -------------------------------------------------------------------------------- |
92798
- * | A string | A [cell validator alias](@/guides/cell-functions/cell-validator.md) |
92799
- * | A function | Your [custom cell validator function](@/guides/cell-functions/cell-validator.md) |
92798
+ * | A string | A [cell validator alias](@/guides/cell-functions/cell-validator/cell-validator.md) |
92799
+ * | A function | Your [custom cell validator function](@/guides/cell-functions/cell-validator/cell-validator.md) |
92800
92800
  * | A regular expression | A regular expression used for cell validation |
92801
92801
  *
92802
92802
  * By setting the `validator` option to a string,
92803
- * you can use one of the following [cell validator aliases](@/guides/cell-functions/cell-validator.md):
92803
+ * you can use one of the following [cell validator aliases](@/guides/cell-functions/cell-validator/cell-validator.md):
92804
92804
  *
92805
92805
  * | Alias | Cell validator function |
92806
92806
  * | ------------------- | ----------------------------------------------------------------------- |
92807
- * | A custom alias | Your [custom cell validator](@/guides/cell-functions/cell-validator.md) |
92807
+ * | A custom alias | Your [custom cell validator](@/guides/cell-functions/cell-validator/cell-validator.md) |
92808
92808
  * | `'autocomplete'` | `AutocompleteValidator` |
92809
92809
  * | `'date'` | `DateValidator` |
92810
92810
  * | `'dropdown'` | `DropdownValidator` |
@@ -92815,9 +92815,9 @@ var _default = () => {
92815
92815
  * options all at once, use the [`type`](#type) option.
92816
92816
  *
92817
92817
  * Read more:
92818
- * - [Cell validator](@/guides/cell-functions/cell-validator.md)
92819
- * - [Cell type](@/guides/cell-types/cell-type.md)
92820
- * - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options.md#cascading-configuration)
92818
+ * - [Cell validator](@/guides/cell-functions/cell-validator/cell-validator.md)
92819
+ * - [Cell type](@/guides/cell-types/cell-type/cell-type.md)
92820
+ * - [Configuration options: Cascading configuration](@/guides/getting-started/configuration-options/configuration-options.md#cascading-configuration)
92821
92821
  * - [`type`](#type)
92822
92822
  *
92823
92823
  * @memberof Options#
@@ -92861,7 +92861,7 @@ var _default = () => {
92861
92861
  * The `viewportColumnRenderingOffset` setting is ignored when [`renderAllColumns`](#renderAllColumns) is set to `true`.
92862
92862
  *
92863
92863
  * Read more:
92864
- * - [Performance: Define the number of pre-rendered rows and columns](@/guides/optimization/performance.md#define-the-number-of-pre-rendered-rows-and-columns)
92864
+ * - [Performance: Define the number of pre-rendered rows and columns](@/guides/optimization/performance/performance.md#define-the-number-of-pre-rendered-rows-and-columns)
92865
92865
  *
92866
92866
  * @memberof Options#
92867
92867
  * @type {number|string}
@@ -92890,8 +92890,8 @@ var _default = () => {
92890
92890
  * The `viewportRowRenderingOffset` setting is ignored when [`renderAllRows`](#renderAllRows) is set to `true`.
92891
92891
  *
92892
92892
  * Read more:
92893
- * - [Performance: Define the number of pre-rendered rows and columns](@/guides/optimization/performance.md#define-the-number-of-pre-rendered-rows-and-columns)
92894
- * - [Column virtualization](@/guides/columns/column-virtualization.md)
92893
+ * - [Performance: Define the number of pre-rendered rows and columns](@/guides/optimization/performance/performance.md#define-the-number-of-pre-rendered-rows-and-columns)
92894
+ * - [Column virtualization](@/guides/columns/column-virtualization/column-virtualization.md)
92895
92895
  *
92896
92896
  * @memberof Options#
92897
92897
  * @type {number|string}
@@ -92906,14 +92906,14 @@ var _default = () => {
92906
92906
  */
92907
92907
  viewportRowRenderingOffset: 'auto',
92908
92908
  /**
92909
- * The `visibleRows` option sets the height of the [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md)
92910
- * and [`dropdown`](@/guides/cell-types/dropdown-cell-type.md) lists.
92909
+ * The `visibleRows` option sets the height of the [`autocomplete`](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md)
92910
+ * and [`dropdown`](@/guides/cell-types/dropdown-cell-type/dropdown-cell-type.md) lists.
92911
92911
  *
92912
92912
  * When the number of list options exceeds the `visibleRows` number, a scrollbar appears.
92913
92913
  *
92914
92914
  * Read more:
92915
- * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
92916
- * - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type.md)
92915
+ * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type/autocomplete-cell-type.md)
92916
+ * - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type/dropdown-cell-type.md)
92917
92917
  *
92918
92918
  * @memberof Options#
92919
92919
  * @type {number}
@@ -92951,7 +92951,7 @@ var _default = () => {
92951
92951
  * | A function that returns a valid number or string | `width() { return 500; }` |
92952
92952
  *
92953
92953
  * Read more:
92954
- * - [Grid size](@/guides/getting-started/grid-size.md)
92954
+ * - [Grid size](@/guides/getting-started/grid-size/grid-size.md)
92955
92955
  *
92956
92956
  * @memberof Options#
92957
92957
  * @type {number|string|Function}
@@ -96025,7 +96025,7 @@ var _recorder = __webpack_require__(680);
96025
96025
  var _templateLiteralTag = __webpack_require__(445);
96026
96026
  /* eslint-disable jsdoc/require-description-complete-sentence */
96027
96027
  /**
96028
- * The `ShortcutManager` API lets you store and manage [keyboard shortcut contexts](@/guides/navigation/keyboard-shortcuts.md#keyboard-shortcut-contexts) ([`ShortcutContext`](@/api/shortcutContext.md)).
96028
+ * The `ShortcutManager` API lets you store and manage [keyboard shortcut contexts](@/guides/navigation/keyboard-shortcuts/keyboard-shortcuts.md#keyboard-shortcut-contexts) ([`ShortcutContext`](@/api/shortcutContext.md)).
96029
96029
  *
96030
96030
  * Each `ShortcutManager` object:
96031
96031
  * - Stores and manages its own set of keyboard shortcut contexts.
@@ -96036,7 +96036,7 @@ var _templateLiteralTag = __webpack_require__(445);
96036
96036
  * @param {object} options The manager's options
96037
96037
  * @param {EventTarget} options.ownerWindow A starting `window` element
96038
96038
  * @param {Function} options.handleEvent A condition on which `event` is handled.
96039
- * @param {Function} options.beforeKeyDown A hook fired before the `keydown` event is handled. You can use it to [block a keyboard shortcut's actions](@/guides/navigation/keyboard-shortcuts.md#block-a-keyboard-shortcut-s-actions).
96039
+ * @param {Function} options.beforeKeyDown A hook fired before the `keydown` event is handled. You can use it to [block a keyboard shortcut's actions](@/guides/navigation/keyboard-shortcuts/keyboard-shortcuts.md#block-a-keyboard-shortcut-s-actions).
96040
96040
  * @param {Function} options.afterKeyDown A hook fired after the `keydown` event is handled
96041
96041
  */
96042
96042
  const createShortcutManager = _ref => {
@@ -96238,7 +96238,7 @@ function isContextObject(objectToCheck) {
96238
96238
 
96239
96239
  /* eslint-disable jsdoc/require-description-complete-sentence */
96240
96240
  /**
96241
- * The `ShortcutContext` API lets you store and manage [keyboard shortcuts](@/guides/navigation/keyboard-shortcuts.md) in a given [context](@/guides/navigation/keyboard-shortcuts.md#keyboard-shortcut-contexts).
96241
+ * The `ShortcutContext` API lets you store and manage [keyboard shortcuts](@/guides/navigation/keyboard-shortcuts/keyboard-shortcuts.md) in a given [context](@/guides/navigation/keyboard-shortcuts/keyboard-shortcuts.md#keyboard-shortcut-contexts).
96242
96242
  *
96243
96243
  * Each `ShortcutContext` object stores and manages its own set of keyboard shortcuts.
96244
96244
  *
@@ -108354,26 +108354,26 @@ const PLUGIN_PRIORITY = exports.PLUGIN_PRIORITY = 220;
108354
108354
  * @class ColumnSummary
108355
108355
  *
108356
108356
  * @description
108357
- * The `ColumnSummary` plugin lets you [easily summarize your columns](@/guides/columns/column-summary.md).
108357
+ * The `ColumnSummary` plugin lets you [easily summarize your columns](@/guides/columns/column-summary/column-summary.md).
108358
108358
  *
108359
- * You can use the [built-in summary functions](@/guides/columns/column-summary.md#built-in-summary-functions),
108360
- * or implement a [custom summary function](@/guides/columns/column-summary.md#implement-a-custom-summary-function).
108359
+ * You can use the [built-in summary functions](@/guides/columns/column-summary/column-summary.md#built-in-summary-functions),
108360
+ * or implement a [custom summary function](@/guides/columns/column-summary/column-summary.md#implement-a-custom-summary-function).
108361
108361
  *
108362
108362
  * For each column summary, you can set the following configuration options:
108363
108363
  *
108364
108364
  * | Option | Required | Type | Default | Description |
108365
108365
  * |---|---|---|---|---|
108366
- * | `sourceColumn` | No | Number | Same as `destinationColumn` | [Selects a column to summarize](@/guides/columns/column-summary.md#step-2-select-cells-that-you-want-to-summarize) |
108367
- * | `ranges` | No | Array | - | [Selects ranges of rows to summarize](@/guides/columns/column-summary.md#step-2-select-cells-that-you-want-to-summarize) |
108368
- * | `type` | Yes | String | - | [Sets a summary function](@/guides/columns/column-summary.md#step-3-calculate-your-summary) |
108369
- * | `destinationRow` | Yes | Number | - | [Sets the destination cell's row coordinate](@/guides/columns/column-summary.md#step-4-provide-the-destination-cell-s-coordinates) |
108370
- * | `destinationColumn` | Yes | Number | - | [Sets the destination cell's column coordinate](@/guides/columns/column-summary.md#step-4-provide-the-destination-cell-s-coordinates) |
108371
- * | `forceNumeric` | No | Boolean | `false` | [Forces the summary to treat non-numerics as numerics](@/guides/columns/column-summary.md#force-numeric-values) |
108372
- * | `reversedRowCoords` | No | Boolean | `false` | [Reverses row coordinates](@/guides/columns/column-summary.md#step-5-make-room-for-the-destination-cell) |
108373
- * | `suppressDataTypeErrors` | No | Boolean | `true` | [Suppresses data type errors](@/guides/columns/column-summary.md#throw-data-type-errors) |
108366
+ * | `sourceColumn` | No | Number | Same as `destinationColumn` | [Selects a column to summarize](@/guides/columns/column-summary/column-summary.md#step-2-select-cells-that-you-want-to-summarize) |
108367
+ * | `ranges` | No | Array | - | [Selects ranges of rows to summarize](@/guides/columns/column-summary/column-summary.md#step-2-select-cells-that-you-want-to-summarize) |
108368
+ * | `type` | Yes | String | - | [Sets a summary function](@/guides/columns/column-summary/column-summary.md#step-3-calculate-your-summary) |
108369
+ * | `destinationRow` | Yes | Number | - | [Sets the destination cell's row coordinate](@/guides/columns/column-summary/column-summary.md#step-4-provide-the-destination-cell-s-coordinates) |
108370
+ * | `destinationColumn` | Yes | Number | - | [Sets the destination cell's column coordinate](@/guides/columns/column-summary/column-summary.md#step-4-provide-the-destination-cell-s-coordinates) |
108371
+ * | `forceNumeric` | No | Boolean | `false` | [Forces the summary to treat non-numerics as numerics](@/guides/columns/column-summary/column-summary.md#force-numeric-values) |
108372
+ * | `reversedRowCoords` | No | Boolean | `false` | [Reverses row coordinates](@/guides/columns/column-summary/column-summary.md#step-5-make-room-for-the-destination-cell) |
108373
+ * | `suppressDataTypeErrors` | No | Boolean | `true` | [Suppresses data type errors](@/guides/columns/column-summary/column-summary.md#throw-data-type-errors) |
108374
108374
  * | `readOnly` | No | Boolean | `true` | Makes summary cell read-only |
108375
- * | `roundFloat` | No | Number/<br>Boolean | - | [Rounds summary result](@/guides/columns/column-summary.md#round-a-column-summary-result) |
108376
- * | `customFunction` | No | Function | - | [Lets you add a custom summary function](@/guides/columns/column-summary.md#implement-a-custom-summary-function) |
108375
+ * | `roundFloat` | No | Number/<br>Boolean | - | [Rounds summary result](@/guides/columns/column-summary/column-summary.md#round-a-column-summary-result) |
108376
+ * | `customFunction` | No | Function | - | [Lets you add a custom summary function](@/guides/columns/column-summary/column-summary.md#implement-a-custom-summary-function) |
108377
108377
  *
108378
108378
  * @example
108379
108379
  * ::: only-for javascript
@@ -108446,7 +108446,7 @@ class ColumnSummary extends _base.BasePlugin {
108446
108446
  *
108447
108447
  * @param {Array} rows Array of visual row indexes to be moved.
108448
108448
  * @param {number} finalIndex Visual row index, being a start index for the moved rows. Points to where the elements will be placed after the moving action.
108449
- * To check the visualization of the final index, please take a look at [documentation](@/guides/rows/row-moving.md).
108449
+ * To check the visualization of the final index, please take a look at [documentation](@/guides/rows/row-moving/row-moving.md).
108450
108450
  */
108451
108451
  _classPrivateMethodInitSpec(this, _onAfterRowMove);
108452
108452
  /**
@@ -111770,14 +111770,14 @@ _pluginHooks.default.getSingleton().register('afterContextMenuExecute');
111770
111770
  * @class ContextMenu
111771
111771
  * @description
111772
111772
  * This plugin creates the Handsontable Context Menu. It allows to create a new row or column at any place in the
111773
- * grid among [other features](@/guides/accessories-and-menus/context-menu.md#context-menu-with-specific-options).
111773
+ * grid among [other features](@/guides/accessories-and-menus/context-menu/context-menu.md#context-menu-with-specific-options).
111774
111774
  * Possible values:
111775
111775
  * * `true` (to enable default options),
111776
111776
  * * `false` (to disable completely)
111777
111777
  * * `{ uiContainer: containerDomElement }` (to declare a container for all of the Context Menu's dom elements to be placed in).
111778
- * * An array of [the available strings](@/guides/accessories-and-menus/context-menu.md#context-menu-with-specific-options)
111778
+ * * An array of [the available strings](@/guides/accessories-and-menus/context-menu/context-menu.md#context-menu-with-specific-options)
111779
111779
  *
111780
- * See [the context menu demo](@/guides/accessories-and-menus/context-menu.md) for examples.
111780
+ * See [the context menu demo](@/guides/accessories-and-menus/context-menu/context-menu.md) for examples.
111781
111781
  *
111782
111782
  * @example
111783
111783
  * ```js
@@ -114207,12 +114207,12 @@ const META_HEAD = ['<meta name="generator" content="Handsontable"/>', '<style ty
114207
114207
  * Control the `CopyPaste` plugin programmatically through its [API methods](#methods).
114208
114208
  *
114209
114209
  * The user can access the copy-paste features through:
114210
- * - The [context menu](@/guides/cell-features/clipboard.md#context-menu).
114211
- * - The [keyboard shortcuts](@/guides/cell-features/clipboard.md#related-keyboard-shortcuts).
114210
+ * - The [context menu](@/guides/cell-features/clipboard/clipboard.md#context-menu).
114211
+ * - The [keyboard shortcuts](@/guides/cell-features/clipboard/clipboard.md#related-keyboard-shortcuts).
114212
114212
  * - The browser's menu bar.
114213
114213
  *
114214
114214
  * Read more:
114215
- * - [Guides: Clipboard](@/guides/cell-features/clipboard.md)
114215
+ * - [Guides: Clipboard](@/guides/cell-features/clipboard/clipboard.md)
114216
114216
  * - [Configuration options: `copyPaste`](@/api/options.md#copypaste)
114217
114217
  *
114218
114218
  * @example
@@ -115600,7 +115600,7 @@ const PLUGIN_PRIORITY = exports.PLUGIN_PRIORITY = 90;
115600
115600
  * of an array.
115601
115601
  *
115602
115602
  * See [`customBorders` configuration option](@/api/options.md#customBorders) or go to
115603
- * [Custom cell borders demo](@/guides/cell-features/formatting-cells.md#custom-cell-borders) for more examples.
115603
+ * [Custom cell borders demo](@/guides/cell-features/formatting-cells/formatting-cells.md#custom-cell-borders) for more examples.
115604
115604
  *
115605
115605
  * @example
115606
115606
  * ```js
@@ -117088,7 +117088,7 @@ const SHORTCUTS_GROUP = PLUGIN_KEY;
117088
117088
  *
117089
117089
  * @description
117090
117090
  * This plugin creates the Handsontable Dropdown Menu. It allows to create a new row or column at any place in the grid
117091
- * among [other features](@/guides/accessories-and-menus/context-menu.md#context-menu-with-specific-options).
117091
+ * among [other features](@/guides/accessories-and-menus/context-menu/context-menu.md#context-menu-with-specific-options).
117092
117092
  * Possible values:
117093
117093
  * * `true` (to enable default options),
117094
117094
  * * `false` (to disable completely).
@@ -117097,7 +117097,7 @@ const SHORTCUTS_GROUP = PLUGIN_KEY;
117097
117097
  * * `["row_above", "row_below", "col_left", "col_right",
117098
117098
  * "remove_row", "remove_col", "---------", "undo", "redo"]`.
117099
117099
  *
117100
- * See [the dropdown menu demo](@/guides/columns/column-menu.md) for examples.
117100
+ * See [the dropdown menu demo](@/guides/columns/column-menu/column-menu.md) for examples.
117101
117101
  *
117102
117102
  * @example
117103
117103
  * ::: only-for javascript
@@ -117666,7 +117666,7 @@ const PLUGIN_PRIORITY = exports.PLUGIN_PRIORITY = 240;
117666
117666
  * @description
117667
117667
  * The `ExportFile` plugin lets you export table data as a string, blob, or downloadable CSV file.
117668
117668
  *
117669
- * See [the export file demo](@/guides/accessories-and-menus/export-to-csv.md) for examples.
117669
+ * See [the export file demo](@/guides/accessories-and-menus/export-to-csv/export-to-csv.md) for examples.
117670
117670
  *
117671
117671
  * @example
117672
117672
  * ::: only-for javascript
@@ -118284,7 +118284,7 @@ const SHORTCUTS_GROUP = PLUGIN_KEY;
118284
118284
  * @description
118285
118285
  * The plugin allows filtering the table data either by the built-in component or with the API.
118286
118286
  *
118287
- * See [the filtering demo](@/guides/columns/column-filter.md) for examples.
118287
+ * See [the filtering demo](@/guides/columns/column-filter/column-filter.md) for examples.
118288
118288
  *
118289
118289
  * @example
118290
118290
  * ::: only-for javascript
@@ -123438,7 +123438,7 @@ const isBlockedSource = source => source === 'UndoRedo.undo' || source === 'Undo
123438
123438
  * integration with our other product, [HyperFormula](https://github.com/handsontable/hyperformula/), which is a
123439
123439
  * powerful calculation engine with an extensive number of features.
123440
123440
  *
123441
- * To test out HyperFormula, see [this guide](@/guides/formulas/formula-calculation.md#available-functions).
123441
+ * To test out HyperFormula, see [this guide](@/guides/formulas/formula-calculation/formula-calculation.md#available-functions).
123442
123442
  *
123443
123443
  * @plugin Formulas
123444
123444
  * @class Formulas
@@ -125769,7 +125769,7 @@ const PLUGIN_PRIORITY = exports.PLUGIN_PRIORITY = 310;
125769
125769
  * @class HiddenColumns
125770
125770
  *
125771
125771
  * @description
125772
- * The `HiddenColumns` plugin lets you [hide specified columns](@/guides/columns/column-hiding.md).
125772
+ * The `HiddenColumns` plugin lets you [hide specified columns](@/guides/columns/column-hiding/column-hiding.md).
125773
125773
  *
125774
125774
  * "Hiding a column" means that the hidden column doesn't get rendered as a DOM element.
125775
125775
  *
@@ -125781,9 +125781,9 @@ const PLUGIN_PRIORITY = exports.PLUGIN_PRIORITY = 310;
125781
125781
  *
125782
125782
  * | Option | Required | Type | Default | Description |
125783
125783
  * |---|---|---|---|---|
125784
- * | `columns` | No | Array | - | [Hides specified columns by default](@/guides/columns/column-hiding.md#step-1-specify-columns-hidden-by-default) |
125785
- * | `indicators` | No | Boolean | `false` | [Shows UI indicators](@/guides/columns/column-hiding.md#step-2-show-ui-indicators) |
125786
- * | `copyPasteEnabled` | No | Boolean | `true` | [Sets up copy/paste behavior](@/guides/columns/column-hiding.md#step-4-set-up-copy-and-paste-behavior) |
125784
+ * | `columns` | No | Array | - | [Hides specified columns by default](@/guides/columns/column-hiding/column-hiding.md#step-1-specify-columns-hidden-by-default) |
125785
+ * | `indicators` | No | Boolean | `false` | [Shows UI indicators](@/guides/columns/column-hiding/column-hiding.md#step-2-show-ui-indicators) |
125786
+ * | `copyPasteEnabled` | No | Boolean | `true` | [Sets up copy/paste behavior](@/guides/columns/column-hiding/column-hiding.md#step-4-set-up-copy-and-paste-behavior) |
125787
125787
  *
125788
125788
  * @example
125789
125789
  *
@@ -126485,7 +126485,7 @@ const PLUGIN_PRIORITY = exports.PLUGIN_PRIORITY = 320;
126485
126485
  * @class HiddenRows
126486
126486
  *
126487
126487
  * @description
126488
- * The `HiddenRows` plugin lets you [hide specified rows](@/guides/rows/row-hiding.md).
126488
+ * The `HiddenRows` plugin lets you [hide specified rows](@/guides/rows/row-hiding/row-hiding.md).
126489
126489
  *
126490
126490
  * "Hiding a row" means that the hidden row doesn't get rendered as a DOM element.
126491
126491
  *
@@ -126497,9 +126497,9 @@ const PLUGIN_PRIORITY = exports.PLUGIN_PRIORITY = 320;
126497
126497
  *
126498
126498
  * | Option | Required | Type | Default | Description |
126499
126499
  * |---|---|---|---|---|
126500
- * | `rows` | No | Array | - | [Hides specified rows by default](@/guides/rows/row-hiding.md#step-1-specify-rows-hidden-by-default) |
126501
- * | `indicators` | No | Boolean | `false` | [Shows UI indicators](@/guides/rows/row-hiding.md#step-2-show-ui-indicators) |
126502
- * | `copyPasteEnabled` | No | Boolean | `true` | [Sets up copy/paste behavior](@/guides/rows/row-hiding.md#step-4-set-up-copy-and-paste-behavior) |
126500
+ * | `rows` | No | Array | - | [Hides specified rows by default](@/guides/rows/row-hiding/row-hiding.md#step-1-specify-rows-hidden-by-default) |
126501
+ * | `indicators` | No | Boolean | `false` | [Shows UI indicators](@/guides/rows/row-hiding/row-hiding.md#step-2-show-ui-indicators) |
126502
+ * | `copyPasteEnabled` | No | Boolean | `true` | [Sets up copy/paste behavior](@/guides/rows/row-hiding/row-hiding.md#step-4-set-up-copy-and-paste-behavior) |
126503
126503
  *
126504
126504
  * @example
126505
126505
  *
@@ -127522,7 +127522,7 @@ const CSS_AFTER_SELECTION = 'after-selection--columns';
127522
127522
  * - `dragColumn` - drag single column to the new position.
127523
127523
  * - `dragColumns` - drag many columns (as an array of indexes) to the new position.
127524
127524
  *
127525
- * [Documentation](@/guides/columns/column-moving.md) explain differences between drag and move actions.
127525
+ * [Documentation](@/guides/columns/column-moving/column-moving.md) explain differences between drag and move actions.
127526
127526
  * Please keep in mind that if you want apply visual changes,
127527
127527
  * you have to call manually the `render` method on the instance of Handsontable.
127528
127528
  *
@@ -127755,7 +127755,7 @@ class ManualColumnMove extends _base.BasePlugin {
127755
127755
  *
127756
127756
  * @param {number} column Visual column index to be moved.
127757
127757
  * @param {number} finalIndex Visual column index, being a start index for the moved columns. Points to where the elements will be placed after the moving action.
127758
- * To check the visualization of the final index, please take a look at [documentation](@/guides/columns/column-moving.md#drag-and-move-actions-of-manualcolumnmove-plugin).
127758
+ * To check the visualization of the final index, please take a look at [documentation](@/guides/columns/column-moving/column-moving.md#drag-and-move-actions-of-manualcolumnmove-plugin).
127759
127759
  * @fires Hooks#beforeColumnMove
127760
127760
  * @fires Hooks#afterColumnMove
127761
127761
  * @returns {boolean}
@@ -127769,7 +127769,7 @@ class ManualColumnMove extends _base.BasePlugin {
127769
127769
  *
127770
127770
  * @param {Array} columns Array of visual column indexes to be moved.
127771
127771
  * @param {number} finalIndex Visual column index, being a start index for the moved columns. Points to where the elements will be placed after the moving action.
127772
- * To check the visualization of the final index, please take a look at [documentation](@/guides/columns/column-moving.md#drag-and-move-actions-of-manualcolumnmove-plugin).
127772
+ * To check the visualization of the final index, please take a look at [documentation](@/guides/columns/column-moving/column-moving.md#drag-and-move-actions-of-manualcolumnmove-plugin).
127773
127773
  * @fires Hooks#beforeColumnMove
127774
127774
  * @fires Hooks#afterColumnMove
127775
127775
  * @returns {boolean}
@@ -127795,7 +127795,7 @@ class ManualColumnMove extends _base.BasePlugin {
127795
127795
  *
127796
127796
  * @param {number} column Visual column index to be dragged.
127797
127797
  * @param {number} dropIndex Visual column index, being a drop index for the moved columns. Points to where we are going to drop the moved elements.
127798
- * To check visualization of drop index please take a look at [documentation](@/guides/columns/column-moving.md#drag-and-move-actions-of-manualcolumnmove-plugin).
127798
+ * To check visualization of drop index please take a look at [documentation](@/guides/columns/column-moving/column-moving.md#drag-and-move-actions-of-manualcolumnmove-plugin).
127799
127799
  * @fires Hooks#beforeColumnMove
127800
127800
  * @fires Hooks#afterColumnMove
127801
127801
  * @returns {boolean}
@@ -127809,7 +127809,7 @@ class ManualColumnMove extends _base.BasePlugin {
127809
127809
  *
127810
127810
  * @param {Array} columns Array of visual column indexes to be dragged.
127811
127811
  * @param {number} dropIndex Visual column index, being a drop index for the moved columns. Points to where we are going to drop the moved elements.
127812
- * To check visualization of drop index please take a look at [documentation](@/guides/columns/column-moving.md#drag-and-move-actions-of-manualcolumnmove-plugin).
127812
+ * To check visualization of drop index please take a look at [documentation](@/guides/columns/column-moving/column-moving.md#drag-and-move-actions-of-manualcolumnmove-plugin).
127813
127813
  * @fires Hooks#beforeColumnMove
127814
127814
  * @fires Hooks#afterColumnMove
127815
127815
  * @returns {boolean}
@@ -127826,7 +127826,7 @@ class ManualColumnMove extends _base.BasePlugin {
127826
127826
  *
127827
127827
  * @param {Array} movedColumns Array of visual column indexes to be moved.
127828
127828
  * @param {number} finalIndex Visual column index, being a start index for the moved columns. Points to where the elements will be placed after the moving action.
127829
- * To check the visualization of the final index, please take a look at [documentation](@/guides/columns/column-moving.md#drag-and-move-actions-of-manualcolumnmove-plugin).
127829
+ * To check the visualization of the final index, please take a look at [documentation](@/guides/columns/column-moving/column-moving.md#drag-and-move-actions-of-manualcolumnmove-plugin).
127830
127830
  * @returns {boolean}
127831
127831
  */
127832
127832
  isMovePossible(movedColumns, finalIndex) {
@@ -127849,7 +127849,7 @@ class ManualColumnMove extends _base.BasePlugin {
127849
127849
  * @private
127850
127850
  * @param {Array} movedColumns Array of visual column indexes to be moved.
127851
127851
  * @param {number} finalIndex Visual column index, being a start index for the moved columns. Points to where the elements will be placed after the moving action.
127852
- * To check the visualization of the final index, please take a look at [documentation](@/guides/columns/column-moving.md#drag-and-move-actions-of-manualcolumnmove-plugin).
127852
+ * To check the visualization of the final index, please take a look at [documentation](@/guides/columns/column-moving/column-moving.md#drag-and-move-actions-of-manualcolumnmove-plugin).
127853
127853
  * @returns {boolean}
127854
127854
  */
127855
127855
  isColumnOrderChanged(movedColumns, finalIndex) {
@@ -129236,7 +129236,7 @@ const CSS_AFTER_SELECTION = 'after-selection--rows';
129236
129236
  * - `dragRow` - drag single row to the new position.
129237
129237
  * - `dragRows` - drag many rows (as an array of indexes) to the new position.
129238
129238
  *
129239
- * [Documentation](@/guides/rows/row-moving.md) explain differences between drag and move actions. Please keep in mind that if you want apply visual changes,
129239
+ * [Documentation](@/guides/rows/row-moving/row-moving.md) explain differences between drag and move actions. Please keep in mind that if you want apply visual changes,
129240
129240
  * you have to call manually the `render` method on the instance of Handsontable.
129241
129241
  *
129242
129242
  * The plugin creates additional components to make moving possibly using user interface:
@@ -129428,7 +129428,7 @@ class ManualRowMove extends _base.BasePlugin {
129428
129428
  *
129429
129429
  * @param {number} row Visual row index to be moved.
129430
129430
  * @param {number} finalIndex Visual row index, being a start index for the moved rows. Points to where the elements will be placed after the moving action.
129431
- * To check the visualization of the final index, please take a look at [documentation](@/guides/rows/row-moving.md#drag-and-move-actions-of-manualrowmove-plugin).
129431
+ * To check the visualization of the final index, please take a look at [documentation](@/guides/rows/row-moving/row-moving.md#drag-and-move-actions-of-manualrowmove-plugin).
129432
129432
  * @fires Hooks#beforeRowMove
129433
129433
  * @fires Hooks#afterRowMove
129434
129434
  * @returns {boolean}
@@ -129444,7 +129444,7 @@ class ManualRowMove extends _base.BasePlugin {
129444
129444
  *
129445
129445
  * @param {Array} rows Array of visual row indexes to be moved.
129446
129446
  * @param {number} finalIndex Visual row index, being a start index for the moved rows. Points to where the elements will be placed after the moving action.
129447
- * To check the visualization of the final index, please take a look at [documentation](@/guides/rows/row-moving.md#drag-and-move-actions-of-manualrowmove-plugin).
129447
+ * To check the visualization of the final index, please take a look at [documentation](@/guides/rows/row-moving/row-moving.md#drag-and-move-actions-of-manualrowmove-plugin).
129448
129448
  * @fires Hooks#beforeRowMove
129449
129449
  * @fires Hooks#afterRowMove
129450
129450
  * @returns {boolean}
@@ -129470,7 +129470,7 @@ class ManualRowMove extends _base.BasePlugin {
129470
129470
  *
129471
129471
  * @param {number} row Visual row index to be dragged.
129472
129472
  * @param {number} dropIndex Visual row index, being a drop index for the moved rows. Points to where we are going to drop the moved elements.
129473
- * To check visualization of drop index please take a look at [documentation](@/guides/rows/row-moving.md#drag-and-move-actions-of-manualrowmove-plugin).
129473
+ * To check visualization of drop index please take a look at [documentation](@/guides/rows/row-moving/row-moving.md#drag-and-move-actions-of-manualrowmove-plugin).
129474
129474
  * @fires Hooks#beforeRowMove
129475
129475
  * @fires Hooks#afterRowMove
129476
129476
  * @returns {boolean}
@@ -129484,7 +129484,7 @@ class ManualRowMove extends _base.BasePlugin {
129484
129484
  *
129485
129485
  * @param {Array} rows Array of visual row indexes to be dragged.
129486
129486
  * @param {number} dropIndex Visual row index, being a drop index for the moved rows. Points to where we are going to drop the moved elements.
129487
- * To check visualization of drop index please take a look at [documentation](@/guides/rows/row-moving.md#drag-and-move-actions-of-manualrowmove-plugin).
129487
+ * To check visualization of drop index please take a look at [documentation](@/guides/rows/row-moving/row-moving.md#drag-and-move-actions-of-manualrowmove-plugin).
129488
129488
  * @fires Hooks#beforeRowMove
129489
129489
  * @fires Hooks#afterRowMove
129490
129490
  * @returns {boolean}
@@ -129500,7 +129500,7 @@ class ManualRowMove extends _base.BasePlugin {
129500
129500
  *
129501
129501
  * @param {Array} movedRows Array of visual row indexes to be moved.
129502
129502
  * @param {number} finalIndex Visual row index, being a start index for the moved rows. Points to where the elements will be placed after the moving action.
129503
- * To check the visualization of the final index, please take a look at [documentation](@/guides/rows/row-moving.md#drag-and-move-actions-of-manualrowmove-plugin).
129503
+ * To check the visualization of the final index, please take a look at [documentation](@/guides/rows/row-moving/row-moving.md#drag-and-move-actions-of-manualrowmove-plugin).
129504
129504
  * @returns {boolean}
129505
129505
  */
129506
129506
  isMovePossible(movedRows, finalIndex) {
@@ -129523,7 +129523,7 @@ class ManualRowMove extends _base.BasePlugin {
129523
129523
  * @private
129524
129524
  * @param {Array} movedRows Array of visual row indexes to be moved.
129525
129525
  * @param {number} finalIndex Visual row index, being a start index for the moved rows. Points to where the elements will be placed after the moving action.
129526
- * To check the visualization of the final index, please take a look at [documentation](@/guides/rows/row-moving.md#drag-and-move-actions-of-manualrowmove-plugin).
129526
+ * To check the visualization of the final index, please take a look at [documentation](@/guides/rows/row-moving/row-moving.md#drag-and-move-actions-of-manualrowmove-plugin).
129527
129527
  * @returns {boolean}
129528
129528
  */
129529
129529
  isRowOrderChanged(movedRows, finalIndex) {
@@ -137506,10 +137506,10 @@ class NestedRows extends _base.BasePlugin {
137506
137506
  * @param {Array} rows Array of visual row indexes to be moved.
137507
137507
  * @param {number} finalIndex Visual row index, being a start index for the moved rows. Points to where the elements
137508
137508
  * will be placed after the moving action. To check the visualization of the final index, please take a look at
137509
- * [documentation](@/guides/rows/row-summary.md).
137509
+ * [documentation](@/guides/rows/row-summary/row-summary.md).
137510
137510
  * @param {undefined|number} dropIndex Visual row index, being a drop index for the moved rows. Points to where we
137511
137511
  * are going to drop the moved elements. To check visualization of drop index please take a look at
137512
- * [documentation](@/guides/rows/row-summary.md).
137512
+ * [documentation](@/guides/rows/row-summary/row-summary.md).
137513
137513
  * @param {boolean} movePossible Indicates if it's possible to move rows to the desired position.
137514
137514
  * @fires Hooks#afterRowMove
137515
137515
  * @returns {boolean}
@@ -139457,10 +139457,10 @@ class RowMoveController {
139457
139457
  * @param {Array} rows Array of visual row indexes to be moved.
139458
139458
  * @param {number} finalIndex Visual row index, being a start index for the moved rows. Points to where the elements
139459
139459
  * will be placed after the moving action. To check the visualization of the final index, please take a look at
139460
- * [documentation](@/guides/rows/row-moving.md).
139460
+ * [documentation](@/guides/rows/row-moving/row-moving.md).
139461
139461
  * @param {undefined|number} dropIndex Visual row index, being a drop index for the moved rows. Points to where we
139462
139462
  * are going to drop the moved elements. To check visualization of drop index please take a look at
139463
- * [documentation](@/guides/rows/row-moving.md).
139463
+ * [documentation](@/guides/rows/row-moving/row-moving.md).
139464
139464
  * @param {boolean} movePossible Indicates if it's possible to move rows to the desired position.
139465
139465
  * @fires Hooks#afterRowMove
139466
139466
  * @returns {boolean}
@@ -139641,7 +139641,7 @@ class RowMoveController {
139641
139641
  * @param {Array} rows Array of visual row indexes to be moved.
139642
139642
  * @param {undefined|number} dropIndex Visual row index, being a drop index for the moved rows. Points to where we
139643
139643
  * are going to drop the moved elements. To check visualization of drop index please take a look at
139644
- * [documentation](@/guides/rows/row-moving.md).
139644
+ * [documentation](@/guides/rows/row-moving/row-moving.md).
139645
139645
  */
139646
139646
  selectCells(rows, dropIndex) {
139647
139647
  const rowsLen = rows.length;
@@ -139680,7 +139680,7 @@ class RowMoveController {
139680
139680
  * @param {Array} movedRows Array of visual row indexes to be moved.
139681
139681
  * @param {number} finalIndex Visual row index, being a start index for the moved rows. Points to where the elements
139682
139682
  * will be placed after the moving action. To check the visualization of the final index, please take a look at
139683
- * [documentation](@/guides/rows/row-moving.md).
139683
+ * [documentation](@/guides/rows/row-moving/row-moving.md).
139684
139684
  * @returns {boolean}
139685
139685
  */
139686
139686
  isRowOrderChanged(movedRows, finalIndex) {