handsontable 12.0.0 → 12.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (301) hide show
  1. package/3rdparty/walkontable/src/core/clone.js +2 -2
  2. package/3rdparty/walkontable/src/core/clone.mjs +2 -2
  3. package/3rdparty/walkontable/src/core/core.js +2 -2
  4. package/3rdparty/walkontable/src/core/core.mjs +2 -2
  5. package/3rdparty/walkontable/src/overlay/bottom.js +20 -14
  6. package/3rdparty/walkontable/src/overlay/bottom.mjs +20 -14
  7. package/3rdparty/walkontable/src/overlay/bottomInlineStartCorner.js +14 -8
  8. package/3rdparty/walkontable/src/overlay/bottomInlineStartCorner.mjs +14 -8
  9. package/3rdparty/walkontable/src/overlay/inlineStart.js +14 -5
  10. package/3rdparty/walkontable/src/overlay/inlineStart.mjs +14 -5
  11. package/3rdparty/walkontable/src/overlay/top.js +12 -3
  12. package/3rdparty/walkontable/src/overlay/top.mjs +12 -3
  13. package/3rdparty/walkontable/src/overlay/topInlineStartCorner.js +3 -3
  14. package/3rdparty/walkontable/src/overlay/topInlineStartCorner.mjs +3 -3
  15. package/3rdparty/walkontable/src/overlays.js +2 -2
  16. package/3rdparty/walkontable/src/overlays.mjs +2 -2
  17. package/3rdparty/walkontable/src/renderer/cells.js +2 -2
  18. package/3rdparty/walkontable/src/renderer/cells.mjs +2 -2
  19. package/3rdparty/walkontable/src/renderer/colGroup.js +2 -2
  20. package/3rdparty/walkontable/src/renderer/colGroup.mjs +2 -2
  21. package/3rdparty/walkontable/src/renderer/columnHeaders.js +2 -2
  22. package/3rdparty/walkontable/src/renderer/columnHeaders.mjs +2 -2
  23. package/3rdparty/walkontable/src/renderer/rowHeaders.js +2 -2
  24. package/3rdparty/walkontable/src/renderer/rowHeaders.mjs +2 -2
  25. package/3rdparty/walkontable/src/renderer/rows.js +2 -2
  26. package/3rdparty/walkontable/src/renderer/rows.mjs +2 -2
  27. package/3rdparty/walkontable/src/scroll.js +111 -63
  28. package/3rdparty/walkontable/src/scroll.mjs +110 -63
  29. package/3rdparty/walkontable/src/table/bottom.js +2 -2
  30. package/3rdparty/walkontable/src/table/bottom.mjs +2 -2
  31. package/3rdparty/walkontable/src/table/bottomInlineStartCorner.js +2 -2
  32. package/3rdparty/walkontable/src/table/bottomInlineStartCorner.mjs +2 -2
  33. package/3rdparty/walkontable/src/table/inlineStart.js +2 -2
  34. package/3rdparty/walkontable/src/table/inlineStart.mjs +2 -2
  35. package/3rdparty/walkontable/src/table/master.js +2 -2
  36. package/3rdparty/walkontable/src/table/master.mjs +2 -2
  37. package/3rdparty/walkontable/src/table/top.js +2 -2
  38. package/3rdparty/walkontable/src/table/top.mjs +2 -2
  39. package/3rdparty/walkontable/src/table/topInlineStartCorner.js +2 -2
  40. package/3rdparty/walkontable/src/table/topInlineStartCorner.mjs +2 -2
  41. package/3rdparty/walkontable/src/utils/orderView/sharedView.js +2 -2
  42. package/3rdparty/walkontable/src/utils/orderView/sharedView.mjs +2 -2
  43. package/3rdparty/walkontable/src/viewport.js +14 -22
  44. package/3rdparty/walkontable/src/viewport.mjs +14 -22
  45. package/CHANGELOG.md +52 -0
  46. package/LICENSE.txt +1 -1
  47. package/base.js +2 -2
  48. package/base.mjs +2 -2
  49. package/core.js +39 -31
  50. package/core.mjs +39 -31
  51. package/dataMap/metaManager/metaSchema.js +165 -168
  52. package/dataMap/metaManager/metaSchema.mjs +165 -168
  53. package/dist/handsontable.css +18 -18
  54. package/dist/handsontable.full.css +19 -29
  55. package/dist/handsontable.full.js +13863 -12941
  56. package/dist/handsontable.full.min.css +5 -5
  57. package/dist/handsontable.full.min.js +134 -135
  58. package/dist/handsontable.js +4136 -3926
  59. package/dist/handsontable.min.css +4 -4
  60. package/dist/handsontable.min.js +4 -4
  61. package/dist/languages/all.js +97 -33
  62. package/dist/languages/all.min.js +1 -1
  63. package/dist/languages/cs-CZ.js +167 -0
  64. package/dist/languages/cs-CZ.min.js +1 -0
  65. package/dist/languages/de-CH.js +3 -2
  66. package/dist/languages/de-CH.min.js +1 -1
  67. package/dist/languages/de-DE.js +3 -2
  68. package/dist/languages/de-DE.min.js +1 -1
  69. package/dist/languages/en-US.js +3 -2
  70. package/dist/languages/en-US.min.js +1 -1
  71. package/dist/languages/es-MX.js +3 -2
  72. package/dist/languages/es-MX.min.js +1 -1
  73. package/dist/languages/fr-FR.js +3 -2
  74. package/dist/languages/fr-FR.min.js +1 -1
  75. package/dist/languages/it-IT.js +3 -2
  76. package/dist/languages/it-IT.min.js +1 -1
  77. package/dist/languages/ja-JP.js +36 -39
  78. package/dist/languages/ja-JP.min.js +1 -1
  79. package/dist/languages/ko-KR.js +2 -2
  80. package/dist/languages/ko-KR.min.js +1 -1
  81. package/dist/languages/lv-LV.js +2 -2
  82. package/dist/languages/lv-LV.min.js +1 -1
  83. package/dist/languages/nb-NO.js +2 -2
  84. package/dist/languages/nb-NO.min.js +1 -1
  85. package/dist/languages/nl-NL.js +2 -2
  86. package/dist/languages/nl-NL.min.js +1 -1
  87. package/dist/languages/pl-PL.js +2 -2
  88. package/dist/languages/pl-PL.min.js +1 -1
  89. package/dist/languages/pt-BR.js +2 -2
  90. package/dist/languages/pt-BR.min.js +1 -1
  91. package/dist/languages/ru-RU.js +2 -2
  92. package/dist/languages/ru-RU.min.js +1 -1
  93. package/dist/languages/sr-SP.js +171 -0
  94. package/dist/languages/sr-SP.min.js +1 -0
  95. package/dist/languages/zh-CN.js +24 -24
  96. package/dist/languages/zh-CN.min.js +1 -1
  97. package/dist/languages/zh-TW.js +2 -2
  98. package/dist/languages/zh-TW.min.js +1 -1
  99. package/editors/autocompleteEditor/autocompleteEditor.js +13 -14
  100. package/editors/autocompleteEditor/autocompleteEditor.mjs +13 -14
  101. package/editors/baseEditor/baseEditor.js +2 -2
  102. package/editors/baseEditor/baseEditor.mjs +2 -2
  103. package/editors/checkboxEditor/checkboxEditor.js +2 -2
  104. package/editors/checkboxEditor/checkboxEditor.mjs +2 -2
  105. package/editors/dateEditor/dateEditor.js +3 -3
  106. package/editors/dateEditor/dateEditor.mjs +3 -3
  107. package/editors/dropdownEditor/dropdownEditor.js +3 -3
  108. package/editors/dropdownEditor/dropdownEditor.mjs +3 -3
  109. package/editors/handsontableEditor/handsontableEditor.js +3 -3
  110. package/editors/handsontableEditor/handsontableEditor.mjs +3 -3
  111. package/editors/numericEditor/numericEditor.js +2 -2
  112. package/editors/numericEditor/numericEditor.mjs +2 -2
  113. package/editors/passwordEditor/passwordEditor.js +3 -3
  114. package/editors/passwordEditor/passwordEditor.mjs +3 -3
  115. package/editors/selectEditor/selectEditor.js +3 -3
  116. package/editors/selectEditor/selectEditor.mjs +3 -3
  117. package/editors/textEditor/textEditor.js +3 -3
  118. package/editors/textEditor/textEditor.mjs +3 -3
  119. package/editors/timeEditor/timeEditor.js +3 -3
  120. package/editors/timeEditor/timeEditor.mjs +3 -3
  121. package/helpers/mixed.js +2 -2
  122. package/helpers/mixed.mjs +2 -2
  123. package/i18n/languages/cs-CZ.js +40 -0
  124. package/i18n/languages/cs-CZ.mjs +16 -0
  125. package/i18n/languages/index.js +8 -0
  126. package/i18n/languages/index.mjs +3 -1
  127. package/i18n/languages/sr-SP.js +40 -0
  128. package/i18n/languages/sr-SP.mjs +16 -0
  129. package/languages/all.js +97 -33
  130. package/languages/cs-CZ.js +167 -0
  131. package/languages/cs-CZ.mjs +18 -0
  132. package/languages/de-CH.js +3 -2
  133. package/languages/de-DE.js +3 -2
  134. package/languages/en-US.js +3 -2
  135. package/languages/es-MX.js +3 -2
  136. package/languages/fr-FR.js +3 -2
  137. package/languages/index.js +97 -33
  138. package/languages/index.mjs +3 -1
  139. package/languages/it-IT.js +3 -2
  140. package/languages/ja-JP.js +36 -39
  141. package/languages/ko-KR.js +2 -2
  142. package/languages/lv-LV.js +2 -2
  143. package/languages/nb-NO.js +2 -2
  144. package/languages/nl-NL.js +2 -2
  145. package/languages/pl-PL.js +2 -2
  146. package/languages/pt-BR.js +2 -2
  147. package/languages/ru-RU.js +2 -2
  148. package/languages/sr-SP.js +171 -0
  149. package/languages/sr-SP.mjs +18 -0
  150. package/languages/zh-CN.js +24 -24
  151. package/languages/zh-TW.js +2 -2
  152. package/package.json +22 -2
  153. package/pluginHooks.js +46 -8
  154. package/pluginHooks.mjs +46 -8
  155. package/plugins/autoColumnSize/autoColumnSize.js +6 -6
  156. package/plugins/autoColumnSize/autoColumnSize.mjs +6 -6
  157. package/plugins/autoRowSize/autoRowSize.js +4 -4
  158. package/plugins/autoRowSize/autoRowSize.mjs +4 -4
  159. package/plugins/autofill/autofill.js +3 -3
  160. package/plugins/autofill/autofill.mjs +3 -3
  161. package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.js +3 -3
  162. package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.mjs +3 -3
  163. package/plugins/bindRowsWithHeaders/maps/looseBindsMap.js +3 -3
  164. package/plugins/bindRowsWithHeaders/maps/looseBindsMap.mjs +3 -3
  165. package/plugins/bindRowsWithHeaders/maps/strictBindsMap.js +3 -3
  166. package/plugins/bindRowsWithHeaders/maps/strictBindsMap.mjs +3 -3
  167. package/plugins/collapsibleColumns/collapsibleColumns.js +3 -3
  168. package/plugins/collapsibleColumns/collapsibleColumns.mjs +3 -3
  169. package/plugins/columnSorting/columnSorting.js +3 -3
  170. package/plugins/columnSorting/columnSorting.mjs +3 -3
  171. package/plugins/columnSummary/columnSummary.js +3 -3
  172. package/plugins/columnSummary/columnSummary.mjs +3 -3
  173. package/plugins/comments/commentEditor.js +2 -2
  174. package/plugins/comments/commentEditor.mjs +2 -2
  175. package/plugins/comments/comments.js +39 -31
  176. package/plugins/comments/comments.mjs +40 -32
  177. package/plugins/contextMenu/contextMenu.js +3 -3
  178. package/plugins/contextMenu/contextMenu.mjs +3 -3
  179. package/plugins/copyPaste/copyPaste.js +6 -6
  180. package/plugins/copyPaste/copyPaste.mjs +6 -6
  181. package/plugins/customBorders/customBorders.js +8 -7
  182. package/plugins/customBorders/customBorders.mjs +9 -8
  183. package/plugins/dragToScroll/dragToScroll.js +3 -3
  184. package/plugins/dragToScroll/dragToScroll.mjs +3 -3
  185. package/plugins/dropdownMenu/dropdownMenu.js +5 -4
  186. package/plugins/dropdownMenu/dropdownMenu.mjs +5 -4
  187. package/plugins/exportFile/exportFile.js +2 -2
  188. package/plugins/exportFile/exportFile.mjs +2 -2
  189. package/plugins/exportFile/types/csv.js +2 -2
  190. package/plugins/exportFile/types/csv.mjs +2 -2
  191. package/plugins/filters/component/actionBar.js +2 -2
  192. package/plugins/filters/component/actionBar.mjs +2 -2
  193. package/plugins/filters/component/condition.js +3 -3
  194. package/plugins/filters/component/condition.mjs +3 -3
  195. package/plugins/filters/component/operators.js +2 -2
  196. package/plugins/filters/component/operators.mjs +2 -2
  197. package/plugins/filters/component/value.js +3 -3
  198. package/plugins/filters/component/value.mjs +3 -3
  199. package/plugins/filters/filters.js +3 -3
  200. package/plugins/filters/filters.mjs +3 -3
  201. package/plugins/filters/ui/input.js +3 -3
  202. package/plugins/filters/ui/input.mjs +3 -3
  203. package/plugins/filters/ui/link.js +3 -3
  204. package/plugins/filters/ui/link.mjs +3 -3
  205. package/plugins/filters/ui/multipleSelect.js +3 -3
  206. package/plugins/filters/ui/multipleSelect.mjs +3 -3
  207. package/plugins/filters/ui/radioInput.js +3 -3
  208. package/plugins/filters/ui/radioInput.mjs +3 -3
  209. package/plugins/filters/ui/select.js +3 -3
  210. package/plugins/filters/ui/select.mjs +3 -3
  211. package/plugins/formulas/formulas.js +10 -5
  212. package/plugins/formulas/formulas.mjs +10 -5
  213. package/plugins/hiddenColumns/contextMenuItem/hideColumn.js +2 -4
  214. package/plugins/hiddenColumns/contextMenuItem/hideColumn.mjs +2 -4
  215. package/plugins/hiddenColumns/contextMenuItem/showColumn.js +3 -3
  216. package/plugins/hiddenColumns/contextMenuItem/showColumn.mjs +3 -3
  217. package/plugins/hiddenColumns/hiddenColumns.js +3 -3
  218. package/plugins/hiddenColumns/hiddenColumns.mjs +3 -3
  219. package/plugins/hiddenRows/contextMenuItem/hideRow.js +2 -4
  220. package/plugins/hiddenRows/contextMenuItem/hideRow.mjs +2 -4
  221. package/plugins/hiddenRows/contextMenuItem/showRow.js +3 -3
  222. package/plugins/hiddenRows/contextMenuItem/showRow.mjs +3 -3
  223. package/plugins/hiddenRows/hiddenRows.js +3 -3
  224. package/plugins/hiddenRows/hiddenRows.mjs +3 -3
  225. package/plugins/manualColumnFreeze/manualColumnFreeze.js +46 -20
  226. package/plugins/manualColumnFreeze/manualColumnFreeze.mjs +41 -20
  227. package/plugins/manualColumnMove/manualColumnMove.js +7 -18
  228. package/plugins/manualColumnMove/manualColumnMove.mjs +7 -18
  229. package/plugins/manualColumnMove/ui/backlight.js +3 -3
  230. package/plugins/manualColumnMove/ui/backlight.mjs +3 -3
  231. package/plugins/manualColumnMove/ui/guideline.js +3 -3
  232. package/plugins/manualColumnMove/ui/guideline.mjs +3 -3
  233. package/plugins/manualColumnResize/manualColumnResize.js +3 -3
  234. package/plugins/manualColumnResize/manualColumnResize.mjs +3 -3
  235. package/plugins/manualRowMove/manualRowMove.js +11 -29
  236. package/plugins/manualRowMove/manualRowMove.mjs +11 -29
  237. package/plugins/manualRowMove/ui/backlight.js +3 -3
  238. package/plugins/manualRowMove/ui/backlight.mjs +3 -3
  239. package/plugins/manualRowMove/ui/guideline.js +3 -3
  240. package/plugins/manualRowMove/ui/guideline.mjs +3 -3
  241. package/plugins/manualRowResize/manualRowResize.js +3 -3
  242. package/plugins/manualRowResize/manualRowResize.mjs +3 -3
  243. package/plugins/mergeCells/cellsCollection.js +3 -3
  244. package/plugins/mergeCells/cellsCollection.mjs +3 -3
  245. package/plugins/mergeCells/mergeCells.js +15 -15
  246. package/plugins/mergeCells/mergeCells.mjs +15 -15
  247. package/plugins/multiColumnSorting/multiColumnSorting.js +3 -3
  248. package/plugins/multiColumnSorting/multiColumnSorting.mjs +3 -3
  249. package/plugins/multipleSelectionHandles/multipleSelectionHandles.js +3 -3
  250. package/plugins/multipleSelectionHandles/multipleSelectionHandles.mjs +3 -3
  251. package/plugins/nestedHeaders/nestedHeaders.js +10 -6
  252. package/plugins/nestedHeaders/nestedHeaders.mjs +10 -6
  253. package/plugins/nestedHeaders/stateManager/utils.js +3 -4
  254. package/plugins/nestedHeaders/stateManager/utils.mjs +3 -4
  255. package/plugins/nestedHeaders/utils/ghostTable.js +114 -75
  256. package/plugins/nestedHeaders/utils/ghostTable.mjs +114 -74
  257. package/plugins/nestedRows/nestedRows.js +3 -3
  258. package/plugins/nestedRows/nestedRows.mjs +3 -3
  259. package/plugins/nestedRows/ui/collapsing.js +2 -2
  260. package/plugins/nestedRows/ui/collapsing.mjs +2 -2
  261. package/plugins/nestedRows/ui/contextMenu.js +2 -2
  262. package/plugins/nestedRows/ui/contextMenu.mjs +2 -2
  263. package/plugins/nestedRows/ui/headers.js +2 -2
  264. package/plugins/nestedRows/ui/headers.mjs +2 -2
  265. package/plugins/persistentState/persistentState.js +3 -3
  266. package/plugins/persistentState/persistentState.mjs +3 -3
  267. package/plugins/search/search.js +3 -3
  268. package/plugins/search/search.mjs +3 -3
  269. package/plugins/touchScroll/touchScroll.js +3 -3
  270. package/plugins/touchScroll/touchScroll.mjs +3 -3
  271. package/plugins/trimRows/trimRows.js +3 -3
  272. package/plugins/trimRows/trimRows.mjs +3 -3
  273. package/plugins/undoRedo/undoRedo.js +2 -2
  274. package/plugins/undoRedo/undoRedo.mjs +2 -2
  275. package/selection/highlight/visualSelection.js +83 -210
  276. package/selection/highlight/visualSelection.mjs +79 -202
  277. package/selection/selection.js +9 -3
  278. package/selection/selection.mjs +9 -3
  279. package/shortcuts/context.js +1 -1
  280. package/shortcuts/context.mjs +1 -1
  281. package/shortcuts/manager.js +3 -1
  282. package/shortcuts/manager.mjs +3 -1
  283. package/shortcuts/recorder.js +11 -2
  284. package/shortcuts/recorder.mjs +11 -2
  285. package/tableView.js +27 -5
  286. package/tableView.mjs +27 -5
  287. package/translations/indexMapper.d.ts +3 -1
  288. package/translations/indexMapper.js +88 -10
  289. package/translations/indexMapper.mjs +90 -19
  290. package/translations/mapCollections/aggregatedCollection.js +2 -2
  291. package/translations/mapCollections/aggregatedCollection.mjs +2 -2
  292. package/translations/maps/hidingMap.js +2 -2
  293. package/translations/maps/hidingMap.mjs +2 -2
  294. package/translations/maps/indexesSequence.js +3 -3
  295. package/translations/maps/indexesSequence.mjs +3 -3
  296. package/translations/maps/linkedPhysicalIndexToValueMap.js +3 -3
  297. package/translations/maps/linkedPhysicalIndexToValueMap.mjs +3 -3
  298. package/translations/maps/physicalIndexToValueMap.js +3 -3
  299. package/translations/maps/physicalIndexToValueMap.mjs +3 -3
  300. package/translations/maps/trimmingMap.js +2 -2
  301. package/translations/maps/trimmingMap.mjs +2 -2
@@ -20,13 +20,13 @@ import { isObjectEqual } from "../../helpers/object.mjs";
20
20
  * [Configuration options](@/guides/getting-started/setting-options.md) let you heavily customize your Handsontable instance. For example, you can:
21
21
  *
22
22
  * - Enable and disable built-in features
23
- * - Enable and configure additional [plugins](@/guides/building-and-testing/plugins.md)
23
+ * - Enable and configure additional [plugins](@/guides/tools-and-building/custom-plugins.md)
24
24
  * - Personalize Handsontable's look
25
25
  * - Adjust Handsontable's behavior
26
26
  * - Implement your own custom features
27
27
  *
28
28
  * To apply [configuration options](@/guides/getting-started/setting-options.md), pass them as
29
- * a second argument of the [Handsontable constructor](@/guides/getting-started/installation.md#initialize-the-grid),
29
+ * a second argument of the [Handsontable constructor](@/guides/getting-started/installation.md#initialize-handsontable),
30
30
  * using the [object literal notation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Object_initializer):
31
31
  *
32
32
  * ```js
@@ -56,7 +56,7 @@ import { isObjectEqual } from "../../helpers/object.mjs";
56
56
  * - [Individual grid elements, based on any logic you implement](@/guides/getting-started/setting-options.md#implementing-custom-logic)
57
57
  *
58
58
  * Read more:
59
- * - [Configuration options →](@/guides/getting-started/setting-options.md)
59
+ * - [Configuration options](@/guides/getting-started/setting-options.md)
60
60
  */
61
61
 
62
62
  export default (function () {
@@ -144,8 +144,8 @@ export default (function () {
144
144
  * __Warning:__ Setting the `allowHtml` option to `true` can cause serious XSS vulnerabilities.
145
145
  *
146
146
  * Read more:
147
- * - [Autocomplete cell type →](@/guides/cell-types/autocomplete-cell-type.md)
148
- * - [Dropdown cell type →](@/guides/cell-types/dropdown-cell-type.md)
147
+ * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
148
+ * - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type.md)
149
149
  * - [`source`](#source)
150
150
  *
151
151
  * @memberof Options#
@@ -219,9 +219,9 @@ export default (function () {
219
219
  * Setting the `allowInvalid` option to `false` can be useful when used with the [Autocomplete strict mode](@/guides/cell-types/autocomplete-cell-type.md#autocomplete-strict-mode).
220
220
  *
221
221
  * Read more:
222
- * - [Cell validator →](@/guides/cell-functions/cell-validator.md)
223
- * - [Cell editor →](@/guides/cell-functions/cell-editor.md)
224
- * - [Autocomplete strict mode →](@/guides/cell-types/autocomplete-cell-type.md#autocomplete-strict-mode)
222
+ * - [Cell validator](@/guides/cell-functions/cell-validator.md)
223
+ * - [Cell editor](@/guides/cell-functions/cell-editor.md)
224
+ * - [Autocomplete strict mode](@/guides/cell-types/autocomplete-cell-type.md#autocomplete-strict-mode)
225
225
  *
226
226
  * @memberof Options#
227
227
  * @type {boolean}
@@ -243,7 +243,7 @@ export default (function () {
243
243
  * - **Remove column**
244
244
  *
245
245
  * Read more:
246
- * - [Context menu →](@/guides/accessories-and-menus/context-menu.md)
246
+ * - [Context menu](@/guides/accessories-and-menus/context-menu.md)
247
247
  *
248
248
  * @memberof Options#
249
249
  * @type {boolean}
@@ -263,7 +263,7 @@ export default (function () {
263
263
  * - **Remove row**
264
264
  *
265
265
  * Read more:
266
- * - [Context menu →](@/guides/accessories-and-menus/context-menu.md)
266
+ * - [Context menu](@/guides/accessories-and-menus/context-menu.md)
267
267
  *
268
268
  * @memberof Options#
269
269
  * @type {boolean}
@@ -306,7 +306,7 @@ export default (function () {
306
306
  * Using the [`colWidths`](#colWidths) option forcibly disables the [`AutoColumnSize`](@/api/autoColumnSize.md) plugin.
307
307
  *
308
308
  * Read more:
309
- * - [Plugins: `AutoColumnSize` →](@/api/autoColumnSize.md)
309
+ * - [Plugins: `AutoColumnSize`](@/api/autoColumnSize.md)
310
310
  *
311
311
  * @memberof Options#
312
312
  * @type {object|boolean}
@@ -352,7 +352,7 @@ export default (function () {
352
352
  * Using the [`rowHeights`](#rowHeights) option forcibly disables the [`AutoRowSize`](@/api/autoRowSize.md) plugin.
353
353
  *
354
354
  * Read more:
355
- * - [Plugins: `AutoRowSize` →](@/api/autoRowSize.md)
355
+ * - [Plugins: `AutoRowSize`](@/api/autoRowSize.md)
356
356
  *
357
357
  * @memberof Options#
358
358
  * @type {object|boolean}
@@ -427,7 +427,7 @@ export default (function () {
427
427
  * | `true` | Enable the the [`BindRowsWithHeaders`](@/api/bindRowsWithHeaders.md) plugin |
428
428
  *
429
429
  * Read more:
430
- * - [Plugins: `BindRowsWithHeaders` →](@/api/bindRowsWithHeaders.md)
430
+ * - [Plugins: `BindRowsWithHeaders`](@/api/bindRowsWithHeaders.md)
431
431
  *
432
432
  * @memberof Options#
433
433
  * @type {boolean|string}
@@ -449,7 +449,7 @@ export default (function () {
449
449
  * and the [`columns`](#columns) options.
450
450
  *
451
451
  * Read more:
452
- * - [Configuration options: Setting cell options →](@/guides/getting-started/setting-options.md#setting-cell-options)
452
+ * - [Configuration options: Setting cell options](@/guides/getting-started/setting-options.md#setting-cell-options)
453
453
  * - [`columns`](#columns)
454
454
  *
455
455
  * @memberof Options#
@@ -487,8 +487,8 @@ export default (function () {
487
487
  * | `prop` | No | String \| Number | If [`data`](#data) is set to an [array of arrays](@/guides/getting-started/binding-to-data.md#array-of-arrays), `prop` is the same number as `column`.<br><br>If [`data`](#data) is set to an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects), `prop` is a property name for the column's data object. |
488
488
  *
489
489
  * Read more:
490
- * - [Configuration options: Implementing custom logic &#8594;](@/guides/getting-started/setting-options.md#implementing-custom-logic)
491
- * - [Configuration options: Setting row options &#8594;](@/guides/getting-started/setting-options.md#setting-row-options)
490
+ * - [Configuration options: Implementing custom logic](@/guides/getting-started/setting-options.md#implementing-custom-logic)
491
+ * - [Configuration options: Setting row options](@/guides/getting-started/setting-options.md#setting-row-options)
492
492
  * - [`columns`](#columns)
493
493
  * - [`cell`](#cell)
494
494
  *
@@ -527,8 +527,8 @@ export default (function () {
527
527
  * | A string | If a [`checkbox`](@/guides/cell-types/checkbox-cell-type.md) cell is checked,<br>the [`getDataAtCell`](@/api/core.md#getDataAtCell) method for this cell returns a string of your choice |
528
528
  *
529
529
  * Read more:
530
- * - [Checkbox cell type: Checkbox template &#8594;](@/guides/cell-types/checkbox-cell-type.md#checkbox-template)
531
- * - [`getDataAtCell()` &#8594;](@/api/core.md#getDataAtCell)
530
+ * - [Checkbox cell type: Checkbox template](@/guides/cell-types/checkbox-cell-type.md#checkbox-template)
531
+ * - [`getDataAtCell()`](@/api/core.md#getDataAtCell)
532
532
  * - [`uncheckedTemplate`](#uncheckedTemplate)
533
533
  *
534
534
  * @memberof Options#
@@ -571,7 +571,7 @@ export default (function () {
571
571
  * To apply different CSS class names on different levels, use Handsontable's [cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration).
572
572
  *
573
573
  * Read more:
574
- * - [Configuration options: Cascading configuration &#8594;](@/guides/getting-started/setting-options.md#cascading-configuration)
574
+ * - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
575
575
  * - [`currentRowClassName`](#currentRowClassName)
576
576
  * - [`currentColClassName`](#currentColClassName)
577
577
  * - [`currentHeaderClassName`](#currentHeaderClassName)
@@ -614,7 +614,7 @@ export default (function () {
614
614
  * | A function | Define your own column headers, using a function |
615
615
  *
616
616
  * Read more:
617
- * - [Column header &#8594;](@/guides/columns/column-header.md)
617
+ * - [Column header](@/guides/columns/column-header.md)
618
618
  *
619
619
  * @memberof Options#
620
620
  * @type {boolean|string[]|Function}
@@ -650,7 +650,7 @@ export default (function () {
650
650
  * | An array of objects | Enable the [`CollapsibleColumns`](@/api/collapsibleColumns.md) plugin for selected column headers |
651
651
  *
652
652
  * Read more:
653
- * - [Plugins: `CollapsibleColumns` &#8594;](@/api/collapsibleColumns.md)
653
+ * - [Plugins: `CollapsibleColumns`](@/api/collapsibleColumns.md)
654
654
  *
655
655
  * @memberof Options#
656
656
  * @type {boolean|object[]}
@@ -711,7 +711,7 @@ export default (function () {
711
711
  * When you use the `columns` option, the [`startCols`](#startCols), [`minCols`](#minCols), and [`maxCols`](#maxCols) are ignored.
712
712
  *
713
713
  * Read more:
714
- * - [Configuration options: Setting column options &#8594;](@/guides/getting-started/setting-options.md#setting-column-options)
714
+ * - [Configuration options: Setting column options](@/guides/getting-started/setting-options.md#setting-column-options)
715
715
  * - [`startCols`](#startCols)
716
716
  * - [`minCols`](#minCols)
717
717
  * - [`maxCols`](#maxCols)
@@ -784,8 +784,8 @@ export default (function () {
784
784
  * | `sortOrder` | `'asc'` \| `'desc'` | The sorting order:<br>`'asc'`: ascending<br>`'desc'`: descending |
785
785
  *
786
786
  * Read more:
787
- * - [Row sorting &#8594;](@/guides/rows/row-sorting.md)
788
- * - [Row sorting: Custom compare functions &#8594;](@/guides/rows/row-sorting.md#custom-compare-functions)
787
+ * - [Row sorting](@/guides/rows/row-sorting.md)
788
+ * - [Row sorting: Custom compare functions](@/guides/rows/row-sorting.md#custom-compare-functions)
789
789
  * - [`multiColumnSorting`](#multiColumnSorting)
790
790
  *
791
791
  * @memberof Options#
@@ -853,8 +853,8 @@ export default (function () {
853
853
  * | `customFunction` | A function | [Custom summary function](@/guides/columns/column-summary.md#implementing-a-custom-summary-function) |
854
854
  *
855
855
  * Read more:
856
- * - [Column summary &#8594;](@/guides/columns/column-summary.md)
857
- * - [Plugins: `ColumnSummary` &#8594;](@/api/columnSummary.md)
856
+ * - [Column summary](@/guides/columns/column-summary.md)
857
+ * - [Plugins: `ColumnSummary`](@/api/columnSummary.md)
858
858
  *
859
859
  * @memberof Options#
860
860
  * @type {object[]|Function}
@@ -903,8 +903,8 @@ export default (function () {
903
903
  * Setting the `colWidths` option disables the {@link AutoColumnSize} plugin.
904
904
  *
905
905
  * Read more:
906
- * - [Column width &#8594;](@/guides/columns/column-width.md)
907
- * - [Hooks: `modifyColWidth` &#8594;](@/api/hooks.md#modifyColWidth)
906
+ * - [Column width](@/guides/columns/column-width.md)
907
+ * - [Hooks: `modifyColWidth`](@/api/hooks.md#modifyColWidth)
908
908
  * - [`autoColumnSize`](#autoColumnSize)
909
909
  *
910
910
  * @memberof Options#
@@ -939,7 +939,7 @@ export default (function () {
939
939
  * that have comments.
940
940
  *
941
941
  * Read more:
942
- * - [Comments &#8594;](@/guides/cell-features/comments.md)
942
+ * - [Comments](@/guides/cell-features/comments.md)
943
943
  * - [`comments`](#comments)
944
944
  * - [`readOnlyCellClassName`](#readOnlyCellClassName)
945
945
  * - [`currentRowClassName`](#currentRowClassName)
@@ -987,8 +987,8 @@ export default (function () {
987
987
  * | `style` | An object | Set comment boxes' `width` and `height` (in pixels) |
988
988
  *
989
989
  * Read more:
990
- * - [Comments &#8594;](@/guides/cell-features/comments.md)
991
- * - [Context menu &#8594;](@/guides/accessories-and-menus/context-menu.md)
990
+ * - [Comments](@/guides/cell-features/comments.md)
991
+ * - [Context menu](@/guides/accessories-and-menus/context-menu.md)
992
992
  * - [`width`](#width)
993
993
  * - [`height`](#height)
994
994
  * - [`readOnly`](#readOnly)
@@ -1035,11 +1035,11 @@ export default (function () {
1035
1035
  * | An object | - Enable the [`ContextMenu`](@/api/contextMenu.md) plugin<br>- Apply a [custom context menu configuration](@/guides/accessories-and-menus/context-menu.md#context-menu-with-fully-custom-configuration) |
1036
1036
  *
1037
1037
  * Read more:
1038
- * - [Context menu &#8594;](@/guides/accessories-and-menus/context-menu.md)
1039
- * - [Context menu: Context menu with default options &#8594;](@/guides/accessories-and-menus/context-menu.md#context-menu-with-default-options)
1040
- * - [Context menu: Context menu with specific options &#8594;](@/guides/accessories-and-menus/context-menu.md#context-menu-with-specific-options)
1041
- * - [Context menu: Context menu with fully custom configuration options &#8594;](@/guides/accessories-and-menus/context-menu.md#context-menu-with-fully-custom-configuration)
1042
- * - [Plugins: `ContextMenu` &#8594;](@/api/contextMenu.md)
1038
+ * - [Context menu](@/guides/accessories-and-menus/context-menu.md)
1039
+ * - [Context menu: Context menu with default options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-default-options)
1040
+ * - [Context menu: Context menu with specific options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-specific-options)
1041
+ * - [Context menu: Context menu with fully custom configuration options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-fully-custom-configuration)
1042
+ * - [Plugins: `ContextMenu`](@/api/contextMenu.md)
1043
1043
  *
1044
1044
  * @memberof Options#
1045
1045
  * @type {boolean|string[]|object}
@@ -1092,13 +1092,13 @@ export default (function () {
1092
1092
  *
1093
1093
  * | Setting | Description |
1094
1094
  * | -------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
1095
- * | `true` (default) | - Enable copying for this cell<br>- On pressing <kbd>Ctrl</kbd>/<kbd>Cmd</kbd>+<kbd>C</kbd>, add the cell's value to the clipboard |
1095
+ * | `true` (default) | - Enable copying for this cell<br>- On pressing <kbd>**Ctrl**</kbd>/<kbd>**Cmd**</kbd> + <kbd>**C**</kbd>, add the cell's value to the clipboard |
1096
1096
  * | `false`<br>(default for the [`password`](@/guides/cell-types/password-cell-type.md) [cell type](#type)) | - Disable copying for this cell |
1097
1097
  *
1098
1098
  * Read more:
1099
- * - [Clipboard &#8594;](@/guides/cell-features/clipboard.md)
1100
- * - [Configuration options: Cascading configuration &#8594;](@/guides/getting-started/setting-options.md#cascading-configuration)
1101
- * - [Password cell type &#8594;](@/guides/cell-types/password-cell-type.md)
1099
+ * - [Clipboard](@/guides/cell-features/clipboard.md)
1100
+ * - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
1101
+ * - [Password cell type](@/guides/cell-types/password-cell-type.md)
1102
1102
  *
1103
1103
  * @memberof Options#
1104
1104
  * @type {boolean}
@@ -1156,7 +1156,7 @@ export default (function () {
1156
1156
  * | `uiContainer` | An HTML element | A UI container for the secondary focusable element |
1157
1157
  *
1158
1158
  * Read more:
1159
- * - [Plugins: `CopyPaste` &#8594;](@/api/copyPaste.md)
1159
+ * - [Plugins: `CopyPaste`](@/api/copyPaste.md)
1160
1160
  *
1161
1161
  * @memberof Options#
1162
1162
  * @type {object|boolean}
@@ -1185,17 +1185,15 @@ export default (function () {
1185
1185
  copyPaste: true,
1186
1186
 
1187
1187
  /**
1188
- * The `correctFormat` option configures [`date`](@/guides/cell-types/date-cell-type.md) cells' date format correction.
1188
+ * The `correctFormat` option configures what happens when the format of a date entered into a [`date`](@/guides/cell-types/date-cell-type.md) cell doesn't match the format specified by the [`dateFormat`](#dateFormat) option:
1189
1189
  *
1190
- * You can set the `correctFormat` option to one of the following
1191
- *
1192
- * | Setting | Description |
1193
- * | ----------------- | --------------------------------------------------------------------- |
1194
- * | `false` (default) | Don't correct dates |
1195
- * | `true` | Enforce the date format set by the [`dateFormat`](#dateFormat) option |
1190
+ * | Setting | Description |
1191
+ * | ----------------- | ---------------------------------------------------------------------------------- |
1192
+ * | `false` (default) | Don't correct the entered date's format (treat the entered date as invalid) |
1193
+ * | `true` | Correct the entered date's format to match the [`dateFormat`](#dateFormat) setting |
1196
1194
  *
1197
1195
  * Read more:
1198
- * - [Date cell type &#8594;](@/guides/cell-types/date-cell-type.md)
1196
+ * - [Date cell type](@/guides/cell-types/date-cell-type.md)
1199
1197
  * - [`dateFormat`](#dateFormat)
1200
1198
  *
1201
1199
  * @memberof Options#
@@ -1344,9 +1342,9 @@ export default (function () {
1344
1342
  * | `bottom` | `width`<br>`color` | `width`: Number<br>`color`: String | Sets the width (`width`) and color (`color`) of the bottom border. |
1345
1343
  *
1346
1344
  * Read more:
1347
- * - [Formatting cells: Custom cell borders &#8594;](@/guides/cell-features/formatting-cells.md#custom-cell-borders)
1348
- * - [Context menu &#8594;](@/guides/accessories-and-menus/context-menu.md)
1349
- * - [Plugins: `CustomBorders` &#8594;](@/api/customBorders.md)
1345
+ * - [Formatting cells: Custom cell borders](@/guides/cell-features/formatting-cells.md#custom-cell-borders)
1346
+ * - [Context menu](@/guides/accessories-and-menus/context-menu.md)
1347
+ * - [Plugins: `CustomBorders`](@/api/customBorders.md)
1350
1348
  * - [Layout direction](@/guides/internationalization/layout-direction.md)
1351
1349
  * - [`layoutDirection`](#layoutDirection)
1352
1350
  *
@@ -1432,7 +1430,7 @@ export default (function () {
1432
1430
  * - Or to an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects).
1433
1431
  *
1434
1432
  * Read more:
1435
- * - [Binding to data &#8594;](@/guides/getting-started/binding-to-data.md)
1433
+ * - [Binding to data](@/guides/getting-started/binding-to-data.md)
1436
1434
  * - [`dataSchema`](#dataSchema)
1437
1435
  *
1438
1436
  * @memberof Options#
@@ -1467,7 +1465,7 @@ export default (function () {
1467
1465
  * (or is empty), the `dataSchema` option defines the structure of new rows.
1468
1466
  *
1469
1467
  * Read more:
1470
- * - [Binding to data: Array of objects with custom data schema &#8594;](@/guides/getting-started/binding-to-data.md#array-of-objects-with-custom-data-schema)
1468
+ * - [Binding to data: Array of objects with custom data schema](@/guides/getting-started/binding-to-data.md#array-of-objects-with-custom-data-schema)
1471
1469
  * - [`data`](#data)
1472
1470
  *
1473
1471
  * @memberof Options#
@@ -1494,15 +1492,14 @@ export default (function () {
1494
1492
  dataSchema: void 0,
1495
1493
 
1496
1494
  /**
1497
- * The `dateFormat` option configures [`date`](@/guides/cell-types/date-cell-type.md) cells' date format.
1495
+ * The `dateFormat` option configures the date format accepted by [`date`](@/guides/cell-types/date-cell-type.md) cells.
1498
1496
  *
1499
- * You can set the `dateFormat` option to a date format string. The default value is: `'DD/MM/YYYY'`.
1497
+ * You can set the `dateFormat` option to a string with a proper date format. The default value is: `'DD/MM/YYYY'`.
1500
1498
  *
1501
- * To enforce the date format set by the `dateFormat` option,
1502
- * use the [`correctFormat`](#correctFormat) option.
1499
+ * To automatically correct dates whose format doesn't match the `dateFormat` setting, use the [`correctFormat`](#correctFormat) option.
1503
1500
  *
1504
1501
  * Read more:
1505
- * - [Date cell type &#8594;](@/guides/cell-types/date-cell-type.md)
1502
+ * - [Date cell type](@/guides/cell-types/date-cell-type.md)
1506
1503
  * - [`correctFormat`](#correctFormat)
1507
1504
  * - [`defaultDate`](#defaultDate)
1508
1505
  *
@@ -1545,7 +1542,7 @@ export default (function () {
1545
1542
  * Read more:
1546
1543
  * - [`editor`](#editor)
1547
1544
  * - [`dateFormat`](#dateFormat)
1548
- * - [Cell editor &#8594;](@/guides/cell-functions/cell-editor.md)
1545
+ * - [Cell editor](@/guides/cell-functions/cell-editor.md)
1549
1546
  * - [All Pikaday options &#8594;](https://github.com/Pikaday/Pikaday/tree/1.8.0#configuration)
1550
1547
  *
1551
1548
  * @memberof Options#
@@ -1562,7 +1559,7 @@ export default (function () {
1562
1559
  * You can set the `defaultDate` option to a string.
1563
1560
  *
1564
1561
  * Read more:
1565
- * - [Date cell type &#8594;](@/guides/cell-types/date-cell-type.md)
1562
+ * - [Date cell type](@/guides/cell-types/date-cell-type.md)
1566
1563
  * - [`dateFormat`](#dateFormat)
1567
1564
  *
1568
1565
  * @memberof Options#
@@ -1601,7 +1598,7 @@ export default (function () {
1601
1598
  * | An array | A combination of `'current'`, `'area'`, and/or `'header'` |
1602
1599
  *
1603
1600
  * Read more:
1604
- * - [Selection &#8594;](@/guides/cell-features/selection.md)
1601
+ * - [Selection](@/guides/cell-features/selection.md)
1605
1602
  *
1606
1603
  * @memberof Options#
1607
1604
  * @type {boolean|string|string[]}
@@ -1640,7 +1637,7 @@ export default (function () {
1640
1637
  * | `false` | Don't scroll the viewport |
1641
1638
  *
1642
1639
  * Read more:
1643
- * - [Plugins: `DragToScroll` &#8594;](@/api/dragToScroll.md)
1640
+ * - [Plugins: `DragToScroll`](@/api/dragToScroll.md)
1644
1641
  *
1645
1642
  * @memberof Options#
1646
1643
  * @type {boolean}
@@ -1668,8 +1665,8 @@ export default (function () {
1668
1665
  * | An object | - Enable the [`DropdownMenu`](@/api/dropdownMenu.md) plugin<br>- Apply a custom dropdown menu configuration |
1669
1666
  *
1670
1667
  * Read more:
1671
- * - [Context menu &#8594;](@/guides/accessories-and-menus/context-menu.md)
1672
- * - [Plugins: `DropdownMenu` &#8594;](@/api/dropdownMenu.md)
1668
+ * - [Context menu](@/guides/accessories-and-menus/context-menu.md)
1669
+ * - [Plugins: `DropdownMenu`](@/api/dropdownMenu.md)
1673
1670
  *
1674
1671
  * @memberof Options#
1675
1672
  * @type {boolean|object|string[]}
@@ -1743,9 +1740,9 @@ export default (function () {
1743
1740
  * options all at once, use the [`type`](#type) option.
1744
1741
  *
1745
1742
  * Read more:
1746
- * - [Cell editor &#8594;](@/guides/cell-functions/cell-editor.md)
1747
- * - [Cell type &#8594;](@/guides/cell-types/cell-type.md)
1748
- * - [Configuration options: Cascading configuration &#8594;](@/guides/getting-started/setting-options.md#cascading-configuration)
1743
+ * - [Cell editor](@/guides/cell-functions/cell-editor.md)
1744
+ * - [Cell type](@/guides/cell-types/cell-type.md)
1745
+ * - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
1749
1746
  * - [`type`](#type)
1750
1747
  *
1751
1748
  * @memberof Options#
@@ -1774,14 +1771,14 @@ export default (function () {
1774
1771
  editor: void 0,
1775
1772
 
1776
1773
  /**
1777
- * The `enterBeginsEditing` option configures the action of the <kbd>Enter</kbd> key.
1774
+ * The `enterBeginsEditing` option configures the action of the <kbd>**Enter**</kbd> key.
1778
1775
  *
1779
1776
  * You can set the `enterBeginsEditing` option to one of the following:
1780
1777
  *
1781
1778
  * | Setting | Description |
1782
1779
  * | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1783
- * | `true` (default) | - On pressing <kbd>Enter</kbd> once, start editing the currently-selected cell<br>- On pressing <kbd>Enter</kbd> twice, move to another cell,<br>as configured by the [`enterMoves`](#enterMoves) setting |
1784
- * | `false` | - On pressing <kbd>Enter</kbd> once, move to another cell,<br>as configured by the [`enterMoves`](#enterMoves) setting |
1780
+ * | `true` (default) | - On pressing <kbd>**Enter**</kbd> once, enter the editing mode of the active cell<br>- On pressing <kbd>**Enter**</kbd> twice, move to another cell,<br>as configured by the [`enterMoves`](#enterMoves) setting |
1781
+ * | `false` | - On pressing <kbd>**Enter**</kbd> once, move to another cell,<br>as configured by the [`enterMoves`](#enterMoves) setting |
1785
1782
  *
1786
1783
  * Read more:
1787
1784
  * - [`enterMoves`](#enterMoves)
@@ -1804,21 +1801,21 @@ export default (function () {
1804
1801
  enterBeginsEditing: true,
1805
1802
 
1806
1803
  /**
1807
- * The `enterMoves` option configures the action of the <kbd>Enter</kbd> key.
1804
+ * The `enterMoves` option configures the action of the <kbd>**Enter**</kbd> key.
1808
1805
  *
1809
1806
  * If the [`enterBeginsEditing`](#enterBeginsEditing) option is set to `true`,
1810
- * the `enterMoves` setting applies to the **second** pressing of the <kbd>Enter</kbd> key.
1807
+ * the `enterMoves` setting applies to the **second** pressing of the <kbd>**Enter**</kbd> key.
1811
1808
  *
1812
1809
  * If the [`enterBeginsEditing`](#enterBeginsEditing) option is set to `false`,
1813
- * the `enterMoves` setting applies to the **first** pressing of the <kbd>Enter</kbd> key.
1810
+ * the `enterMoves` setting applies to the **first** pressing of the <kbd>**Enter**</kbd> key.
1814
1811
  *
1815
1812
  * You can set the `enterMoves` option to an object with the following properties
1816
1813
  * (or to a function that returns such an object):
1817
1814
  *
1818
1815
  * | Property | Type | Description |
1819
1816
  * | -------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
1820
- * | `col` | Number | - On pressing <kbd>Enter</kbd>, move selection `col` columns right<br>- On pressing <kbd>Shift</kbd>+<kbd>Enter</kbd>, move selection `col` columns left |
1821
- * | `row` | Number | - On pressing <kbd>Enter</kbd>, move selection `row` rows down<br>- On pressing <kbd>Shift</kbd>+<kbd>Enter</kbd>, move selection `row` rows up |
1817
+ * | `col` | Number | - On pressing <kbd>**Enter**</kbd>, move selection `col` columns right<br>- On pressing <kbd>**Shift**</kbd> + <kbd>**Enter**</kbd>, move selection `col` columns left |
1818
+ * | `row` | Number | - On pressing <kbd>**Enter**</kbd>, move selection `row` rows down<br>- On pressing <kbd>**Shift**</kbd> + <kbd>**Enter**</kbd>, move selection `row` rows up |
1822
1819
  *
1823
1820
  * Read more:
1824
1821
  * - [`enterBeginsEditing`](#enterBeginsEditing)
@@ -1868,7 +1865,7 @@ export default (function () {
1868
1865
  * | `direction` | `'vertical'` \| `'horizontal'` | `'vertical'`: Enable vertical autofill<br>`'horizontal'`: Enable horizontal autofill |
1869
1866
  *
1870
1867
  * Read more:
1871
- * - [AutoFill values &#8594;](@/guides/cell-features/autofill-values.md)
1868
+ * - [AutoFill values](@/guides/cell-features/autofill-values.md)
1872
1869
  *
1873
1870
  * @memberof Options#
1874
1871
  * @type {boolean|string|object}
@@ -1919,7 +1916,7 @@ export default (function () {
1919
1916
  * | `false` | When the end user types into the input area, all options are displayed<br>(options matching the input are put in bold |
1920
1917
  *
1921
1918
  * Read more:
1922
- * - [Autocomplete cell type &#8594;](@/guides/cell-types/autocomplete-cell-type.md)
1919
+ * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
1923
1920
  * - [`source`](#source)
1924
1921
  * - [`filteringCaseSensitive`](#filteringCaseSensitive)
1925
1922
  *
@@ -1956,7 +1953,7 @@ export default (function () {
1956
1953
  * | `true` | [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md) cells' input is case-sensitive |
1957
1954
  *
1958
1955
  * Read more:
1959
- * - [Autocomplete cell type &#8594;](@/guides/cell-types/autocomplete-cell-type.md)
1956
+ * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
1960
1957
  * - [`source`](#source)
1961
1958
  * - [`filter`](#filter)
1962
1959
  *
@@ -1990,8 +1987,8 @@ export default (function () {
1990
1987
  * | `true` | Enable the [`Filters`](@/api/filters.md) plugin |
1991
1988
  *
1992
1989
  * Read more:
1993
- * - [Column filter &#8594;](@/guides/columns/column-filter.md)
1994
- * - [Plugins: `Filters` &#8594;](@/api/filters.md)
1990
+ * - [Column filter](@/guides/columns/column-filter.md)
1991
+ * - [Plugins: `Filters`](@/api/filters.md)
1995
1992
  * - [`dropdownMenu`](#dropdownMenu)
1996
1993
  *
1997
1994
  * @memberof Options#
@@ -2038,8 +2035,8 @@ export default (function () {
2038
2035
  * If your grid's [layout direction](@/guides/internationalization/layout-direction.md) is RTL, the `fixedColumnsStart` option sets the number of [frozen columns](@/guides/columns/column-freezing.md) at the right-hand edge of the grid.
2039
2036
  *
2040
2037
  * Read more:
2041
- * - [Column freezing &#8594;](@/guides/columns/column-freezing.md)
2042
- * - [Layout direction &#8594;](@/guides/internationalization/layout-direction.md)
2038
+ * - [Column freezing](@/guides/columns/column-freezing.md)
2039
+ * - [Layout direction](@/guides/internationalization/layout-direction.md)
2043
2040
  * - [`fixedColumnsLeft`](#fixedcolumnsleft)
2044
2041
  * - [`layoutDirection`](#layoutDirection)
2045
2042
  *
@@ -2076,7 +2073,7 @@ export default (function () {
2076
2073
  * at the bottom of the grid.
2077
2074
  *
2078
2075
  * Read more:
2079
- * - [Row freezing &#8594;](@/guides/rows/row-freezing.md)
2076
+ * - [Row freezing](@/guides/rows/row-freezing.md)
2080
2077
  *
2081
2078
  * @memberof Options#
2082
2079
  * @type {number}
@@ -2095,7 +2092,7 @@ export default (function () {
2095
2092
  * The `fixedRowsTop` option sets the number of [frozen rows](@/guides/rows/row-freezing.md) at the top of the grid.
2096
2093
  *
2097
2094
  * Read more:
2098
- * - [Row freezing &#8594;](@/guides/rows/row-freezing.md)
2095
+ * - [Row freezing](@/guides/rows/row-freezing.md)
2099
2096
  *
2100
2097
  * @memberof Options#
2101
2098
  * @type {number}
@@ -2115,7 +2112,7 @@ export default (function () {
2115
2112
  *
2116
2113
  * The [`Formulas`](@/api/formulas.md) plugin uses the [HyperFormula](https://handsontable.github.io/hyperformula/) calculation engine.
2117
2114
  * To install [HyperFormula](https://handsontable.github.io/hyperformula/), read the following:
2118
- * - [Formula calculation: Initialization methods &#8594;](@/guides/formulas/formula-calculation.md#initialization-methods)
2115
+ * - [Formula calculation: Initialization methods](@/guides/formulas/formula-calculation.md#initialization-methods)
2119
2116
  *
2120
2117
  * You can set the `formulas` option to an object with the following properties:
2121
2118
  *
@@ -2126,8 +2123,8 @@ export default (function () {
2126
2123
  * | `sheetName` | A string |
2127
2124
  *
2128
2125
  * Read more:
2129
- * - [Plugins: `Formulas` &#8594;](@/api/formulas.md)
2130
- * - [Formula calculation &#8594;](@/guides/formulas/formula-calculation.md)
2126
+ * - [Plugins: `Formulas`](@/api/formulas.md)
2127
+ * - [Formula calculation](@/guides/formulas/formula-calculation.md)
2131
2128
  * - [HyperFormula documentation: Client-side installation](https://handsontable.github.io/hyperformula/guide/client-side-installation)
2132
2129
  * - [HyperFormula documentation: Configuration options](https://handsontable.github.io/hyperformula/api/interfaces/configparams.html)
2133
2130
  *
@@ -2229,7 +2226,7 @@ export default (function () {
2229
2226
  * | A function that returns a valid number or string | `height() { return 500; }` |
2230
2227
  *
2231
2228
  * Read more:
2232
- * - [Grid size &#8594;](@/guides/getting-started/grid-size.md)
2229
+ * - [Grid size](@/guides/getting-started/grid-size.md)
2233
2230
  *
2234
2231
  * @memberof Options#
2235
2232
  * @type {number|string|Function}
@@ -2272,8 +2269,8 @@ export default (function () {
2272
2269
  * | `indicators` | `true` \| `false` | `true`: display UI markers to indicate the presence of hidden columns<br>`false`: display UI markers |
2273
2270
  *
2274
2271
  * Read more:
2275
- * - [Plugins: `HiddenColumns` &#8594;](@/api/hiddenColumns.md)
2276
- * - [Column hiding &#8594;](@/guides/columns/column-hiding.md)
2272
+ * - [Plugins: `HiddenColumns`](@/api/hiddenColumns.md)
2273
+ * - [Column hiding](@/guides/columns/column-hiding.md)
2277
2274
  *
2278
2275
  * @memberof Options#
2279
2276
  * @type {boolean|object}
@@ -2318,8 +2315,8 @@ export default (function () {
2318
2315
  * | `indicators` | `true` \| `false` | `true`: display UI markers to indicate the presence of hidden rows<br>`false`: display UI markers |
2319
2316
  *
2320
2317
  * Read more:
2321
- * - [Plugins: `HiddenRows` &#8594;](@/api/hiddenRows.md)
2322
- * - [Row hiding &#8594;](@/guides/rows/row-hiding.md)
2318
+ * - [Plugins: `HiddenRows`](@/api/hiddenRows.md)
2319
+ * - [Row hiding](@/guides/rows/row-hiding.md)
2323
2320
  *
2324
2321
  * @memberof Options#
2325
2322
  * @type {boolean|object}
@@ -2349,7 +2346,7 @@ export default (function () {
2349
2346
  * that were marked as `invalid` by the [cell validator](@/guides/cell-functions/cell-validator.md).
2350
2347
  *
2351
2348
  * Read more:
2352
- * - [Cell validator &#8594;](@/guides/cell-functions/cell-validator.md)
2349
+ * - [Cell validator](@/guides/cell-functions/cell-validator.md)
2353
2350
  * - [`currentRowClassName`](#currentRowClassName)
2354
2351
  * - [`currentHeaderClassName`](#currentHeaderClassName)
2355
2352
  * - [`activeHeaderClassName`](#activeHeaderClassName)
@@ -2468,7 +2465,7 @@ export default (function () {
2468
2465
  * | `property` | A string | - A [`data`](#data) object property name that's used as the label's text <br>- Works only when the [`data`](#data) option is set to an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects) |
2469
2466
  *
2470
2467
  * Read more:
2471
- * - [Checkbox cell type: Checkbox labels &#8594;](@/guides/cell-types/checkbox-cell-type.md#checkbox-labels)
2468
+ * - [Checkbox cell type: Checkbox labels](@/guides/cell-types/checkbox-cell-type.md#checkbox-labels)
2472
2469
  *
2473
2470
  * @memberof Options#
2474
2471
  * @type {object}
@@ -2509,11 +2506,12 @@ export default (function () {
2509
2506
  * | `'pl-PL'` | Polish - Poland |
2510
2507
  * | `'pt-BR'` | Portuguese - Brazil |
2511
2508
  * | `'ru-RU'` | Russian - Russia |
2509
+ * | `'sr-SP'` | Serbian (Latin) - Serbia |
2512
2510
  * | `'zh-CN'` | Chinese - China |
2513
2511
  * | `'zh-TW'` | Chinese - Taiwan |
2514
2512
  *
2515
2513
  * Read more:
2516
- * - [Language &#8594;](@/guides/internationalization/language.md)
2514
+ * - [Language](@/guides/internationalization/language.md)
2517
2515
  * - [`locale`](#locale)
2518
2516
  * - [`layoutDirection`](#layoutdirection)
2519
2517
  *
@@ -2533,7 +2531,7 @@ export default (function () {
2533
2531
  /**
2534
2532
  * The `layoutDirection` option configures whether Handsontable renders from the left to the right, or from the right to the left.
2535
2533
  *
2536
- * You can set the layout direction only at Handsontable's [initialization](@/guides/getting-started/installation.md#initialize-the-grid). Any change of the `layoutDirection` option after the initialization (e.g. using the [`updateSettings()`](@/api/core.md#updatesettings) method) is ignored.
2534
+ * You can set the layout direction only at Handsontable's [initialization](@/guides/getting-started/installation.md#initialize-handsontable). Any change of the `layoutDirection` option after the initialization (e.g. using the [`updateSettings()`](@/api/core.md#updatesettings) method) is ignored.
2537
2535
  *
2538
2536
  * You can set the `layoutDirection` option only [for the entire grid](@/guides/getting-started/setting-options.md#setting-grid-options).
2539
2537
  * You can't set it for individual columns, rows, or cells.
@@ -2547,8 +2545,8 @@ export default (function () {
2547
2545
  * | `ltr` | Render Handsontable from the left to the right,<br>even when your HTML document's [`dir`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir) attribute is set to `rtl` |
2548
2546
  *
2549
2547
  * Read more:
2550
- * - [Layout direction &#8594;](@/guides/internationalization/layout-direction.md)
2551
- * - [Language &#8594;](@/guides/internationalization/language.md)
2548
+ * - [Layout direction](@/guides/internationalization/layout-direction.md)
2549
+ * - [Language](@/guides/internationalization/language.md)
2552
2550
  * - [`language`](#language)
2553
2551
  * - [`locale`](#locale)
2554
2552
  * - [`fixedColumnsStart`](#fixedcolumnsstart)
@@ -2587,7 +2585,7 @@ export default (function () {
2587
2585
  * | `'non-commercial-and-evaluation'` | For [non-commercial use](@/guides/technical-specification/software-license.md#non-commercial-use) |
2588
2586
  *
2589
2587
  * Read more:
2590
- * - [License key &#8594;](@/guides/getting-started/license-key.md)
2588
+ * - [License key](@/guides/getting-started/license-key.md)
2591
2589
  *
2592
2590
  * @memberof Options#
2593
2591
  * @type {string}
@@ -2613,7 +2611,7 @@ export default (function () {
2613
2611
  * and for [individual columns](@/guides/internationalization/locale.md#setting-a-column-s-locale).
2614
2612
  *
2615
2613
  * Read more:
2616
- * - [Locale &#8594;](@/guides/internationalization/locale.md)
2614
+ * - [Locale](@/guides/internationalization/locale.md)
2617
2615
  * - [`language`](#language)
2618
2616
  * - [`layoutDirection`](#layoutdirection)
2619
2617
  *
@@ -2653,7 +2651,7 @@ export default (function () {
2653
2651
  * | `false` | Disable the [`ManualColumnFreeze`](@/api/manualColumnFreeze.md) plugin |
2654
2652
  *
2655
2653
  * Read more:
2656
- * - [Column freezing &#8594;](@/guides/columns/column-freezing.md#user-triggered-freeze)
2654
+ * - [Column freezing](@/guides/columns/column-freezing.md#user-triggered-freeze)
2657
2655
  *
2658
2656
  * @memberof Options#
2659
2657
  * @type {boolean}
@@ -2680,7 +2678,7 @@ export default (function () {
2680
2678
  * | An array | - Enable the [`ManualColumnMove`](@/api/manualColumnMove.md) plugin<br>- Move individual columns at initialization |
2681
2679
  *
2682
2680
  * Read more:
2683
- * - [Column moving &#8594;](@/guides/columns/column-moving.md)
2681
+ * - [Column moving](@/guides/columns/column-moving.md)
2684
2682
  *
2685
2683
  * @memberof Options#
2686
2684
  * @type {boolean|number[]}
@@ -2714,7 +2712,7 @@ export default (function () {
2714
2712
  * | An array | - Enable the [`ManualColumnResize`](@/api/manualColumnResize.md) plugin<br>- Set initial widths of individual columns |
2715
2713
  *
2716
2714
  * Read more:
2717
- * - [Column width: Column stretching &#8594;](@/guides/columns/column-width.md#column-stretching)
2715
+ * - [Column width: Column stretching](@/guides/columns/column-width.md#column-stretching)
2718
2716
  *
2719
2717
  * @memberof Options#
2720
2718
  * @type {boolean|number[]}
@@ -2748,7 +2746,7 @@ export default (function () {
2748
2746
  * | An array | - Enable the [`ManualRowMove`](@/api/manualRowMove.md) plugin<br>- Move individual rows at initialization |
2749
2747
  *
2750
2748
  * Read more:
2751
- * - [Row moving &#8594;](@/guides/rows/row-moving.md)
2749
+ * - [Row moving](@/guides/rows/row-moving.md)
2752
2750
  *
2753
2751
  * @memberof Options#
2754
2752
  * @type {boolean|number[]}
@@ -2782,7 +2780,7 @@ export default (function () {
2782
2780
  * | An array | - Enable the [`ManualRowResize`](@/api/manualRowResize.md) plugin<br>- Set initial heights of individual rows |
2783
2781
  *
2784
2782
  * Read more:
2785
- * - [Row height: Adjust the row height manually &#8594;](@/guides/rows/row-height.md#adjust-the-row-height-manually)
2783
+ * - [Row height: Adjust the row height manually](@/guides/rows/row-height.md#adjust-the-row-height-manually)
2786
2784
  *
2787
2785
  * @memberof Options#
2788
2786
  * @type {boolean|number[]}
@@ -2868,7 +2866,7 @@ export default (function () {
2868
2866
  * | `colspan` | The height (as a number of columns ) of the merged section |
2869
2867
  *
2870
2868
  * Read more:
2871
- * - [Merge cells &#8594;](@/guides/cell-features/merge-cells.md)
2869
+ * - [Merge cells](@/guides/cell-features/merge-cells.md)
2872
2870
  *
2873
2871
  * @memberof Options#
2874
2872
  * @type {boolean|object[]}
@@ -2878,7 +2876,7 @@ export default (function () {
2878
2876
  * @example
2879
2877
  * ```js
2880
2878
  * // enable the `MergeCells` plugin
2881
- * margeCells: true,
2879
+ * mergeCells: true,
2882
2880
  *
2883
2881
  * // enable the `MergeCells` plugin
2884
2882
  * // and merge specific cells at initialization
@@ -3027,7 +3025,7 @@ export default (function () {
3027
3025
  * | `sortOrder` | `'asc'` \| `'desc'` | The sorting order:<br>`'asc'`: ascending<br>`'desc'`: descending |
3028
3026
  *
3029
3027
  * Read more:
3030
- * - [Row sorting &#8594;](@/guides/rows/row-sorting.md)
3028
+ * - [Row sorting](@/guides/rows/row-sorting.md)
3031
3029
  * - [`columnSorting`](#columnSorting)
3032
3030
  *
3033
3031
  * @memberof Options#
@@ -3087,8 +3085,8 @@ export default (function () {
3087
3085
  * | An object | Properties:<br>`label` (string): the header's label<br>`colspan` (integer): the column width |
3088
3086
  *
3089
3087
  * Read more:
3090
- * - [Plugins: `NestedHeaders` &#8594;](@/api/nestedHeaders.md)
3091
- * - [Column groups: Nested headers &#8594;](@/guides/columns/column-groups.md#nested-headers)
3088
+ * - [Plugins: `NestedHeaders`](@/api/nestedHeaders.md)
3089
+ * - [Column groups: Nested headers](@/guides/columns/column-groups.md#nested-headers)
3092
3090
  *
3093
3091
  * @memberof Options#
3094
3092
  * @type {Array[]}
@@ -3118,7 +3116,7 @@ export default (function () {
3118
3116
  * | `true` | Enable the [`NestedRows`](@/api/nestedRows.md) plugin |
3119
3117
  *
3120
3118
  * Read more:
3121
- * - [Plugins: `NestedRows` &#8594;](@/api/nestedRows.md)
3119
+ * - [Plugins: `NestedRows`](@/api/nestedRows.md)
3122
3120
  *
3123
3121
  * @example
3124
3122
  * ```js
@@ -3182,8 +3180,8 @@ export default (function () {
3182
3180
  * In the source data, numeric data is stored as JavaScript numbers.
3183
3181
  *
3184
3182
  * Read more:
3185
- * - [Numeric cell type &#8594;](@/guides/cell-types/numeric-cell-type.md)
3186
- * - [Third-party licenses &#8594;](@/guides/technical-specification/third-party-licenses.md)
3183
+ * - [Numeric cell type](@/guides/cell-types/numeric-cell-type.md)
3184
+ * - [Third-party licenses](@/guides/technical-specification/third-party-licenses.md)
3187
3185
  *
3188
3186
  * @memberof Options#
3189
3187
  * @since 0.35.0
@@ -3277,8 +3275,8 @@ export default (function () {
3277
3275
  * | `true` | Enable the [`PersistentState`](@/api/persistentState.md) plugin |
3278
3276
  *
3279
3277
  * Read more:
3280
- * - [Saving data: Saving data locally &#8594;](@/guides/getting-started/saving-data.md#saving-data-locally)
3281
- * - [Plugins: `PersistentState` &#8594;](@/api/persistentState.md)
3278
+ * - [Saving data: Saving data locally](@/guides/getting-started/saving-data.md#saving-data-locally)
3279
+ * - [Plugins: `PersistentState`](@/api/persistentState.md)
3282
3280
  *
3283
3281
  * @memberof Options#
3284
3282
  * @type {boolean}
@@ -3336,7 +3334,7 @@ export default (function () {
3336
3334
  * that contain [`placeholder`](#placeholder) text.
3337
3335
  *
3338
3336
  * Read more:
3339
- * - [Cell validator &#8594;](@/guides/cell-functions/cell-validator.md)
3337
+ * - [Cell validator](@/guides/cell-functions/cell-validator.md)
3340
3338
  * - [`placeholder`](#placeholder)
3341
3339
  * - [`currentRowClassName`](#currentRowClassName)
3342
3340
  * - [`currentHeaderClassName`](#currentHeaderClassName)
@@ -3391,7 +3389,7 @@ export default (function () {
3391
3389
  * The `preventWheel` option configures preventing the `wheel` event's default action
3392
3390
  * on overlays.
3393
3391
  *
3394
- * You can set the `preventOverflow` option to one of the following:
3392
+ * You can set the `preventWheel` option to one of the following:
3395
3393
  *
3396
3394
  * | Setting | Description |
3397
3395
  * | ----------------- | ------------------------------------------------ |
@@ -3424,7 +3422,7 @@ export default (function () {
3424
3422
  * | `true` | - Set as read-only<br>- Add the [`readOnlyCellClassName`](#readOnlyCellClassName) CSS class name (by default: `htDimmed`) |
3425
3423
  *
3426
3424
  * Read more:
3427
- * - [Configuration options: Cascading configuration &#8594;](@/guides/getting-started/setting-options.md#cascading-configuration)
3425
+ * - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
3428
3426
  *
3429
3427
  * @memberof Options#
3430
3428
  * @type {boolean}
@@ -3479,7 +3477,7 @@ export default (function () {
3479
3477
  * | `true` | Disable [row virtualization](@/guides/rows/row-virtualization.md)<br>(render all rows of the grid) |
3480
3478
  *
3481
3479
  * Read more:
3482
- * - [Row virtualization &#8594;](@/guides/rows/row-virtualization.md)
3480
+ * - [Row virtualization](@/guides/rows/row-virtualization.md)
3483
3481
  *
3484
3482
  * @memberof Options#
3485
3483
  * @type {boolean}
@@ -3520,9 +3518,9 @@ export default (function () {
3520
3518
  * options all at once, use the [`type`](#type) option.
3521
3519
  *
3522
3520
  * Read more:
3523
- * - [Cell renderer &#8594;](@/guides/cell-functions/cell-renderer.md)
3524
- * - [Cell type &#8594;](@/guides/cell-types/cell-type.md)
3525
- * - [Configuration options: Cascading configuration &#8594;](@/guides/getting-started/setting-options.md#cascading-configuration)
3521
+ * - [Cell renderer](@/guides/cell-functions/cell-renderer.md)
3522
+ * - [Cell type](@/guides/cell-types/cell-type.md)
3523
+ * - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
3526
3524
  * - [`type`](#type)
3527
3525
  *
3528
3526
  * @memberof Options#
@@ -3569,7 +3567,7 @@ export default (function () {
3569
3567
  * | A function | Define your own row headers, using a function |
3570
3568
  *
3571
3569
  * Read more:
3572
- * - [Row header &#8594;](@/guides/rows/row-header.md)
3570
+ * - [Row header](@/guides/rows/row-header.md)
3573
3571
  *
3574
3572
  * @memberof Options#
3575
3573
  * @type {boolean|string[]|Function}
@@ -3637,7 +3635,7 @@ export default (function () {
3637
3635
  * via the {@link ManualRowResize} and {@link AutoRowSize} plugins (if they are enabled).
3638
3636
  *
3639
3637
  * Read more:
3640
- * - [Row height &#8594;](@/guides/rows/row-height.md)
3638
+ * - [Row height](@/guides/rows/row-height.md)
3641
3639
  *
3642
3640
  * @memberof Options#
3643
3641
  * @type {number|number[]|string|string[]|Array<undefined>|Function}
@@ -3687,9 +3685,9 @@ export default (function () {
3687
3685
  * | `callback` | A function | Add a [custom callback function](@/guides/accessories-and-menus/searching-values.md#custom-callback) |
3688
3686
  *
3689
3687
  * Read more:
3690
- * - [Searching values &#8594;](@/guides/accessories-and-menus/searching-values.md)
3691
- * - [Searching values: Custom query method &#8594;](@/guides/accessories-and-menus/searching-values.md#custom-query-method)
3692
- * - [Searching values: Custom callback &#8594;](@/guides/accessories-and-menus/searching-values.md#custom-callback)
3688
+ * - [Searching values](@/guides/accessories-and-menus/searching-values.md)
3689
+ * - [Searching values: Custom query method](@/guides/accessories-and-menus/searching-values.md#custom-query-method)
3690
+ * - [Searching values: Custom callback](@/guides/accessories-and-menus/searching-values.md#custom-callback)
3693
3691
  *
3694
3692
  * @memberof Options#
3695
3693
  * @type {boolean|object}
@@ -3731,7 +3729,7 @@ export default (function () {
3731
3729
  * | `'multiple'` | Allow the user to select multiple ranges of cells at a time. |
3732
3730
  *
3733
3731
  * Read more:
3734
- * - [Selection: Selecting ranges &#8594;](@/guides/cell-features/selection.md#selecting-ranges)
3732
+ * - [Selection: Selecting ranges](@/guides/cell-features/selection.md#selecting-ranges)
3735
3733
  *
3736
3734
  * @memberof Options#
3737
3735
  * @type {string}
@@ -3764,7 +3762,7 @@ export default (function () {
3764
3762
  * | A function | A function that returns an object with key-string pairs |
3765
3763
  *
3766
3764
  * Read more:
3767
- * - [Select cell type &#8594;](@/guides/cell-types/select-cell-type.md)
3765
+ * - [Select cell type](@/guides/cell-types/select-cell-type.md)
3768
3766
  *
3769
3767
  * @memberof Options#
3770
3768
  * @type {string[]|object|Function}
@@ -3824,7 +3822,7 @@ export default (function () {
3824
3822
  * | `true` | - Disable pasting data into this column<br>- On pasting, paste data into the next column to the right |
3825
3823
  *
3826
3824
  * Read more:
3827
- * - [Configuration options: Setting column options &#8594;](@/guides/getting-started/setting-options.md#setting-column-options)
3825
+ * - [Configuration options: Setting column options](@/guides/getting-started/setting-options.md#setting-column-options)
3828
3826
  *
3829
3827
  * @memberof Options#
3830
3828
  * @type {boolean}
@@ -3858,7 +3856,7 @@ export default (function () {
3858
3856
  * | `true` | - Disable pasting data into this row<br>- On pasting, paste data into the row below |
3859
3857
  *
3860
3858
  * Read more:
3861
- * - [Configuration options: Setting row options &#8594;](@/guides/getting-started/setting-options.md#setting-row-options)
3859
+ * - [Configuration options: Setting row options](@/guides/getting-started/setting-options.md#setting-row-options)
3862
3860
  *
3863
3861
  * @memberof Options#
3864
3862
  * @type {boolean}
@@ -3894,7 +3892,7 @@ export default (function () {
3894
3892
  *
3895
3893
  * Read more:
3896
3894
  * - [`source`](#source)
3897
- * - [Autocomplete cell type &#8594;](@/guides/cell-types/autocomplete-cell-type.md)
3895
+ * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
3898
3896
  *
3899
3897
  * @memberof Options#
3900
3898
  * @type {boolean}
@@ -3925,8 +3923,8 @@ export default (function () {
3925
3923
  * - A function
3926
3924
  *
3927
3925
  * Read more:
3928
- * - [Autocomplete cell type &#8594;](@/guides/cell-types/autocomplete-cell-type.md)
3929
- * - [Dropdown cell type &#8594;](@/guides/cell-types/dropdown-cell-type.md)
3926
+ * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
3927
+ * - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type.md)
3930
3928
  * - [`strict`](#strict)
3931
3929
  * - [`allowHtml`](#allowHtml)
3932
3930
  * - [`filter`](#filter)
@@ -4014,7 +4012,7 @@ export default (function () {
4014
4012
  * | `'all'` | Fit the grid to the container, by stretching all columns evenly |
4015
4013
  *
4016
4014
  * Read more:
4017
- * - [Column width: Column stretching &#8594;](@/guides/columns/column-width.md#column-stretching)
4015
+ * - [Column width: Column stretching](@/guides/columns/column-width.md#column-stretching)
4018
4016
  *
4019
4017
  * @memberof Options#
4020
4018
  * @type {string}
@@ -4031,18 +4029,17 @@ export default (function () {
4031
4029
  stretchH: 'none',
4032
4030
 
4033
4031
  /**
4034
- * The `strict` option configures [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md)
4035
- * cells' strict/lazy mode.
4032
+ * The `strict` option configures the behavior of [`autocomplete`](@/guides/cell-types/autocomplete-cell-type.md) cells.
4036
4033
  *
4037
4034
  * You can set the `strict` option to one of the following:
4038
4035
  *
4039
- * | Setting | Mode | Description |
4040
- * | ------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
4041
- * | `true` | [Strict mode](@/guides/cell-types/autocomplete-cell-type.md#autocomplete-strict-mode) | The value entered must match an autocomplete option (case-sensitive) |
4042
- * | `false` | [Lazy mode](@/guides/cell-types/autocomplete-cell-type.md#autocomplete-lazy-mode) | The value entered doesn't have to match an autocomplete option.<br>The end user can:<br>- Choose from suggested options<br>- Enter a custom value |
4036
+ * | Setting | Mode | Description |
4037
+ * | ------- | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
4038
+ * | `true` | [Strict mode](@/guides/cell-types/autocomplete-cell-type.md#autocomplete-strict-mode) | The end user:<br>- Can only choose one of suggested values<br>- Can't enter a custom value |
4039
+ * | `false` | [Flexible mode](@/guides/cell-types/autocomplete-cell-type.md#autocomplete-flexible-mode) | The end user:<br>- Can choose one of suggested values<br>- Can enter a custom value |
4043
4040
  *
4044
4041
  * Read more:
4045
- * - [Autocomplete cell type &#8594;](@/guides/cell-types/autocomplete-cell-type.md)
4042
+ * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
4046
4043
  * - [`source`](#source)
4047
4044
  *
4048
4045
  * @memberof Options#
@@ -4108,15 +4105,15 @@ export default (function () {
4108
4105
  tableClassName: void 0,
4109
4106
 
4110
4107
  /**
4111
- * The `tabMoves` option configures the action of the <kbd>Tab</kbd> key.
4108
+ * The `tabMoves` option configures the action of the <kbd>**Tab**</kbd> key.
4112
4109
  *
4113
4110
  * You can set the `tabMoves` option to an object with the following properties
4114
4111
  * (or to a function that returns such an object):
4115
4112
  *
4116
4113
  * | Property | Type | Description |
4117
4114
  * | -------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
4118
- * | `row` | Number | - On pressing <kbd>Tab</kbd>, move selection `row` rows down<br>- On pressing <kbd>Shift</kbd>+<kbd>Tab</kbd>, move selection `row` rows up |
4119
- * | `col` | Number | - On pressing <kbd>Tab</kbd>, move selection `col` columns right<br>- On pressing <kbd>Shift</kbd>+<kbd>Tab</kbd>, move selection `col` columns left |
4115
+ * | `row` | Number | - On pressing <kbd>**Tab**</kbd>, move selection `row` rows down<br>- On pressing <kbd>**Shift**</kbd> + <kbd>**Tab**</kbd>, move selection `row` rows up |
4116
+ * | `col` | Number | - On pressing <kbd>**Tab**</kbd>, move selection `col` columns right<br>- On pressing <kbd>**Shift**</kbd> + <kbd>**Tab**</kbd>, move selection `col` columns left |
4120
4117
  *
4121
4118
  * @memberof Options#
4122
4119
  * @type {object|Function}
@@ -4149,7 +4146,7 @@ export default (function () {
4149
4146
  * You can set the `title` option to a string.
4150
4147
  *
4151
4148
  * Read more:
4152
- * - [Column header &#8594;](@/guides/columns/column-header.md)
4149
+ * - [Column header](@/guides/columns/column-header.md)
4153
4150
  * - [`columns`](#columns)
4154
4151
  *
4155
4152
  * @memberof Options#
@@ -4187,8 +4184,8 @@ export default (function () {
4187
4184
  * | `false` | Scale the dropdown/autocomplete list's width to the list's content |
4188
4185
  *
4189
4186
  * Read more:
4190
- * - [Autocomplete cell type &#8594;](@/guides/cell-types/autocomplete-cell-type.md)
4191
- * - [Dropdown cell type &#8594;](@/guides/cell-types/dropdown-cell-type.md)
4187
+ * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
4188
+ * - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type.md)
4192
4189
  *
4193
4190
  * @memberof Options#
4194
4191
  * @type {boolean}
@@ -4228,8 +4225,8 @@ export default (function () {
4228
4225
  * | An array | - Enable the [`TrimRows`](@/api/trimRows.md) plugin<br>- Trim selected rows at initialization |
4229
4226
  *
4230
4227
  * Read more:
4231
- * - [Plugins: `TrimRows` &#8594;](@/api/trimRows.md)
4232
- * - [Row trimming &#8594;](@/guides/rows/row-trimming.md)
4228
+ * - [Plugins: `TrimRows`](@/api/trimRows.md)
4229
+ * - [Row trimming](@/guides/rows/row-trimming.md)
4233
4230
  *
4234
4231
  * @memberof Options#
4235
4232
  * @type {boolean|number[]}
@@ -4297,11 +4294,11 @@ export default (function () {
4297
4294
  * | [`'time`'](@/guides/cell-types/time-cell-type.md) | Renderer: `TimeRenderer`<br>Editor: `TimeEditor`<br>Validator: `TimeValidator` |
4298
4295
  *
4299
4296
  * Read more:
4300
- * - [Cell type &#8594;](@/guides/cell-types/cell-type.md)
4301
- * - [Cell renderer &#8594;](@/guides/cell-functions/cell-renderer.md)
4302
- * - [Cell editor &#8594;](@/guides/cell-functions/cell-editor.md)
4303
- * - [Cell validator &#8594;](@/guides/cell-functions/cell-validator.md)
4304
- * - [Configuration options: Cascading configuration &#8594;](@/guides/getting-started/setting-options.md#cascading-configuration)
4297
+ * - [Cell type](@/guides/cell-types/cell-type.md)
4298
+ * - [Cell renderer](@/guides/cell-functions/cell-renderer.md)
4299
+ * - [Cell editor](@/guides/cell-functions/cell-editor.md)
4300
+ * - [Cell validator](@/guides/cell-functions/cell-validator.md)
4301
+ * - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
4305
4302
  * - [`renderer`](#renderer)
4306
4303
  * - [`editor`](#editor)
4307
4304
  * - [`validator`](#validator)
@@ -4343,8 +4340,8 @@ export default (function () {
4343
4340
  * | A string | If a [`checkbox`](@/guides/cell-types/checkbox-cell-type.md) cell is unchecked,<br>the [`getDataAtCell`](@/api/core.md#getDataAtCell) method for this cell returns a string of your choice |
4344
4341
  *
4345
4342
  * Read more:
4346
- * - [Checkbox cell type: Checkbox template &#8594;](@/guides/cell-types/checkbox-cell-type.md#checkbox-template)
4347
- * - [`getDataAtCell()` &#8594;](@/api/core.md#getDataAtCell)
4343
+ * - [Checkbox cell type: Checkbox template](@/guides/cell-types/checkbox-cell-type.md#checkbox-template)
4344
+ * - [`getDataAtCell()`](@/api/core.md#getDataAtCell)
4348
4345
  * - [`checkedTemplate`](#checkedTemplate)
4349
4346
  *
4350
4347
  * @memberof Options#
@@ -4390,7 +4387,7 @@ export default (function () {
4390
4387
  * set the `undo` option to `false`.
4391
4388
  *
4392
4389
  * Read more:
4393
- * - [Undo and redo &#8594;](@/guides/accessories-and-menus/undo-redo.md)
4390
+ * - [Undo and redo](@/guides/accessories-and-menus/undo-redo.md)
4394
4391
  *
4395
4392
  * @memberof Options#
4396
4393
  * @type {boolean}
@@ -4433,9 +4430,9 @@ export default (function () {
4433
4430
  * options all at once, use the [`type`](#type) option.
4434
4431
  *
4435
4432
  * Read more:
4436
- * - [Cell validator &#8594;](@/guides/cell-functions/cell-validator.md)
4437
- * - [Cell type &#8594;](@/guides/cell-types/cell-type.md)
4438
- * - [Configuration options: Cascading configuration &#8594;](@/guides/getting-started/setting-options.md#cascading-configuration)
4433
+ * - [Cell validator](@/guides/cell-functions/cell-validator.md)
4434
+ * - [Cell type](@/guides/cell-types/cell-type.md)
4435
+ * - [Configuration options: Cascading configuration](@/guides/getting-started/setting-options.md#cascading-configuration)
4439
4436
  * - [`type`](#type)
4440
4437
  *
4441
4438
  * @memberof Options#
@@ -4478,7 +4475,7 @@ export default (function () {
4478
4475
  * | A number | Set the offset manually |
4479
4476
  *
4480
4477
  * Read more:
4481
- * - [Performance: Define the number of pre-rendered rows and columns &#8594;](@/guides/advanced-topics/performance.md#define-the-number-of-pre-rendered-rows-and-columns)
4478
+ * - [Performance: Define the number of pre-rendered rows and columns](@/guides/optimization/performance.md#define-the-number-of-pre-rendered-rows-and-columns)
4482
4479
  *
4483
4480
  * @memberof Options#
4484
4481
  * @type {number|string}
@@ -4506,8 +4503,8 @@ export default (function () {
4506
4503
  * | A number | Set the offset manually |
4507
4504
  *
4508
4505
  * Read more:
4509
- * - [Performance: Define the number of pre-rendered rows and columns &#8594;](@/guides/advanced-topics/performance.md#define-the-number-of-pre-rendered-rows-and-columns)
4510
- * - [Column virtualization &#8594;](@/guides/columns/column-virtualization.md)
4506
+ * - [Performance: Define the number of pre-rendered rows and columns](@/guides/optimization/performance.md#define-the-number-of-pre-rendered-rows-and-columns)
4507
+ * - [Column virtualization](@/guides/columns/column-virtualization.md)
4511
4508
  *
4512
4509
  * @memberof Options#
4513
4510
  * @type {number|string}
@@ -4529,8 +4526,8 @@ export default (function () {
4529
4526
  * When the number of list options exceeds the `visibleRows` number, a scrollbar appears.
4530
4527
  *
4531
4528
  * Read more:
4532
- * - [Autocomplete cell type &#8594;](@/guides/cell-types/autocomplete-cell-type.md)
4533
- * - [Dropdown cell type &#8594;](@/guides/cell-types/dropdown-cell-type.md)
4529
+ * - [Autocomplete cell type](@/guides/cell-types/autocomplete-cell-type.md)
4530
+ * - [Dropdown cell type](@/guides/cell-types/dropdown-cell-type.md)
4534
4531
  *
4535
4532
  * @memberof Options#
4536
4533
  * @type {number}
@@ -4569,7 +4566,7 @@ export default (function () {
4569
4566
  * | A function that returns a valid number or string | `width() { return 500; }` |
4570
4567
  *
4571
4568
  * Read more:
4572
- * - [Grid size &#8594;](@/guides/getting-started/grid-size.md)
4569
+ * - [Grid size](@/guides/getting-started/grid-size.md)
4573
4570
  *
4574
4571
  * @memberof Options#
4575
4572
  * @type {number|string|Function}