carbon-components-angular 5.26.1 → 5.26.2

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.
Files changed (336) hide show
  1. package/README.md +2 -1
  2. package/docs/documentation/classes/CheckboxExportedTests.html +168 -108
  3. package/docs/documentation/classes/ComponentTests.html +150 -90
  4. package/docs/documentation/classes/DataGridInteractionModel.html +341 -289
  5. package/docs/documentation/classes/IconCache.html +191 -131
  6. package/docs/documentation/classes/IconMemoryCache.html +194 -134
  7. package/docs/documentation/classes/IconNameNotFoundError.html +70 -6
  8. package/docs/documentation/classes/IconSizeNotFoundError.html +70 -6
  9. package/docs/documentation/classes/NumberChange.html +69 -5
  10. package/docs/documentation/classes/Overridable.html +110 -48
  11. package/docs/documentation/classes/PaginationModel.html +69 -5
  12. package/docs/documentation/classes/RadioChange.html +69 -5
  13. package/docs/documentation/classes/TableAdapter.html +354 -302
  14. package/docs/documentation/classes/TableCellAdapter.html +69 -5
  15. package/docs/documentation/classes/TableDomAdapter.html +610 -566
  16. package/docs/documentation/classes/TableHeaderItem.html +169 -109
  17. package/docs/documentation/classes/TableItem.html +73 -9
  18. package/docs/documentation/classes/TableModel.html +1250 -1234
  19. package/docs/documentation/classes/TableRow.html +70 -6
  20. package/docs/documentation/classes/TableRowAdapter.html +69 -5
  21. package/docs/documentation/components/Accordion.html +90 -26
  22. package/docs/documentation/components/AccordionItem.html +118 -56
  23. package/docs/documentation/components/ActionableNotification.html +146 -84
  24. package/docs/documentation/components/AlertModal.html +175 -115
  25. package/docs/documentation/components/BaseIconButton.html +69 -5
  26. package/docs/documentation/components/BaseNotification.html +134 -72
  27. package/docs/documentation/components/BaseTabHeader.html +186 -126
  28. package/docs/documentation/components/Breadcrumb.html +141 -79
  29. package/docs/documentation/components/BreadcrumbItemComponent.html +114 -52
  30. package/docs/documentation/components/ButtonSet.html +70 -6
  31. package/docs/documentation/components/Checkbox.html +482 -434
  32. package/docs/documentation/components/ClickableTile.html +106 -44
  33. package/docs/documentation/components/CodeSnippet.html +136 -72
  34. package/docs/documentation/components/ComboBox.html +757 -719
  35. package/docs/documentation/components/ContainedList.html +112 -50
  36. package/docs/documentation/components/ContainedListItem.html +122 -60
  37. package/docs/documentation/components/ContentSwitcher.html +127 -65
  38. package/docs/documentation/components/ContextMenuComponent.html +167 -107
  39. package/docs/documentation/components/ContextMenuDividerComponent.html +69 -5
  40. package/docs/documentation/components/ContextMenuGroupComponent.html +127 -65
  41. package/docs/documentation/components/ContextMenuItemComponent.html +281 -221
  42. package/docs/documentation/components/DatePicker.html +743 -703
  43. package/docs/documentation/components/DatePickerInput.html +269 -215
  44. package/docs/documentation/components/Dialog.html +318 -264
  45. package/docs/documentation/components/Documentation.html +96 -32
  46. package/docs/documentation/components/Dropdown.html +661 -617
  47. package/docs/documentation/components/DropdownList.html +679 -639
  48. package/docs/documentation/components/ExpandableTile.html +99 -35
  49. package/docs/documentation/components/FileComponent.html +78 -14
  50. package/docs/documentation/components/FileUploader.html +475 -431
  51. package/docs/documentation/components/Hamburger.html +81 -17
  52. package/docs/documentation/components/Header.html +143 -83
  53. package/docs/documentation/components/HeaderAction.html +79 -15
  54. package/docs/documentation/components/HeaderGlobal.html +69 -5
  55. package/docs/documentation/components/HeaderItem.html +105 -43
  56. package/docs/documentation/components/HeaderMenu.html +200 -140
  57. package/docs/documentation/components/HeaderNavigation.html +69 -5
  58. package/docs/documentation/components/IconButton.html +138 -76
  59. package/docs/documentation/components/InlineLoading.html +70 -6
  60. package/docs/documentation/components/Label.html +129 -67
  61. package/docs/documentation/components/ListColumn.html +70 -6
  62. package/docs/documentation/components/ListHeader.html +90 -26
  63. package/docs/documentation/components/ListRow.html +166 -104
  64. package/docs/documentation/components/Loading.html +70 -6
  65. package/docs/documentation/components/Modal.html +191 -131
  66. package/docs/documentation/components/ModalFooter.html +69 -5
  67. package/docs/documentation/components/ModalHeader.html +83 -19
  68. package/docs/documentation/components/Notification.html +146 -84
  69. package/docs/documentation/components/NumberComponent.html +389 -337
  70. package/docs/documentation/components/OverflowMenu.html +110 -48
  71. package/docs/documentation/components/OverflowMenuCustomPane.html +398 -346
  72. package/docs/documentation/components/OverflowMenuOption.html +106 -42
  73. package/docs/documentation/components/OverflowMenuPane.html +426 -374
  74. package/docs/documentation/components/Overlay.html +106 -44
  75. package/docs/documentation/components/Pagination.html +73 -9
  76. package/docs/documentation/components/PaginationNav.html +188 -128
  77. package/docs/documentation/components/PaginationNavItem.html +71 -7
  78. package/docs/documentation/components/PaginationOverflow.html +107 -45
  79. package/docs/documentation/components/Panel.html +69 -5
  80. package/docs/documentation/components/PasswordInputLabelComponent.html +137 -75
  81. package/docs/documentation/components/Placeholder.html +80 -16
  82. package/docs/documentation/components/PopoverContent.html +78 -14
  83. package/docs/documentation/components/ProgressBar.html +106 -44
  84. package/docs/documentation/components/ProgressIndicator.html +216 -158
  85. package/docs/documentation/components/Radio.html +237 -181
  86. package/docs/documentation/components/RadioGroup.html +412 -360
  87. package/docs/documentation/components/Search.html +509 -463
  88. package/docs/documentation/components/Select.html +337 -285
  89. package/docs/documentation/components/SelectionTile.html +158 -98
  90. package/docs/documentation/components/SideNav.html +78 -14
  91. package/docs/documentation/components/SideNavItem.html +149 -89
  92. package/docs/documentation/components/SideNavMenu.html +107 -43
  93. package/docs/documentation/components/SkeletonPlaceholder.html +70 -6
  94. package/docs/documentation/components/SkeletonText.html +124 -62
  95. package/docs/documentation/components/Slider.html +840 -810
  96. package/docs/documentation/components/StructuredList.html +211 -153
  97. package/docs/documentation/components/SwitcherList.html +70 -6
  98. package/docs/documentation/components/SwitcherListItem.html +105 -43
  99. package/docs/documentation/components/Tab.html +267 -53
  100. package/docs/documentation/components/TabHeaderGroup.html +316 -260
  101. package/docs/documentation/components/TabHeaders.html +425 -373
  102. package/docs/documentation/components/TabSkeleton.html +69 -5
  103. package/docs/documentation/components/Table.html +973 -947
  104. package/docs/documentation/components/TableBody.html +241 -185
  105. package/docs/documentation/components/TableCheckbox.html +119 -57
  106. package/docs/documentation/components/TableContainer.html +78 -14
  107. package/docs/documentation/components/TableData.html +69 -5
  108. package/docs/documentation/components/TableExpandButton.html +78 -14
  109. package/docs/documentation/components/TableExpandedRow.html +141 -81
  110. package/docs/documentation/components/TableHead.html +124 -60
  111. package/docs/documentation/components/TableHeadCell.html +116 -52
  112. package/docs/documentation/components/TableHeadCheckbox.html +78 -14
  113. package/docs/documentation/components/TableHeadExpand.html +69 -5
  114. package/docs/documentation/components/TableHeader.html +69 -5
  115. package/docs/documentation/components/TableRadio.html +119 -57
  116. package/docs/documentation/components/TableRowComponent.html +123 -59
  117. package/docs/documentation/components/TableToolbar.html +79 -15
  118. package/docs/documentation/components/TableToolbarActions.html +69 -5
  119. package/docs/documentation/components/TableToolbarContent.html +69 -5
  120. package/docs/documentation/components/TableToolbarSearch.html +563 -517
  121. package/docs/documentation/components/Tabs.html +130 -68
  122. package/docs/documentation/components/Tag.html +70 -6
  123. package/docs/documentation/components/TagFilter.html +150 -90
  124. package/docs/documentation/components/TextInputLabelComponent.html +118 -56
  125. package/docs/documentation/components/TextareaLabelComponent.html +118 -56
  126. package/docs/documentation/components/Tile.html +70 -6
  127. package/docs/documentation/components/TileGroup.html +247 -191
  128. package/docs/documentation/components/TimePicker.html +321 -269
  129. package/docs/documentation/components/TimePickerSelect.html +382 -330
  130. package/docs/documentation/components/Toast.html +155 -93
  131. package/docs/documentation/components/Toggle.html +568 -522
  132. package/docs/documentation/components/Toggletip.html +491 -441
  133. package/docs/documentation/components/Tooltip.html +578 -534
  134. package/docs/documentation/components/TooltipDefinition.html +559 -513
  135. package/docs/documentation/components/TreeNodeComponent.html +353 -303
  136. package/docs/documentation/components/TreeViewComponent.html +155 -93
  137. package/docs/documentation/coverage.html +71 -7
  138. package/docs/documentation/dependencies.html +69 -5
  139. package/docs/documentation/directives/AbstractDropdownView.html +347 -291
  140. package/docs/documentation/directives/ActionableButton.html +69 -5
  141. package/docs/documentation/directives/ActionableSubtitle.html +69 -5
  142. package/docs/documentation/directives/ActionableTitle.html +69 -5
  143. package/docs/documentation/directives/BaseModal.html +79 -15
  144. package/docs/documentation/directives/Button.html +71 -7
  145. package/docs/documentation/directives/ColumnDirective.html +108 -44
  146. package/docs/documentation/directives/ContentSwitcherOption.html +162 -102
  147. package/docs/documentation/directives/DialogDirective.html +322 -268
  148. package/docs/documentation/directives/ExpandableTileAboveFoldDirective.html +69 -5
  149. package/docs/documentation/directives/ExpandableTileBelowFoldDirective.html +69 -5
  150. package/docs/documentation/directives/ExpandedRowHover.html +145 -85
  151. package/docs/documentation/directives/GridDirective.html +89 -25
  152. package/docs/documentation/directives/IconDirective.html +158 -98
  153. package/docs/documentation/directives/LayerDirective.html +79 -15
  154. package/docs/documentation/directives/Link.html +70 -6
  155. package/docs/documentation/directives/List.html +70 -6
  156. package/docs/documentation/directives/ListItemDirective.html +69 -5
  157. package/docs/documentation/directives/ModalContent.html +69 -5
  158. package/docs/documentation/directives/ModalContentText.html +69 -5
  159. package/docs/documentation/directives/ModalHeaderHeading.html +69 -5
  160. package/docs/documentation/directives/ModalHeaderLabel.html +69 -5
  161. package/docs/documentation/directives/NotificationSubtitle.html +69 -5
  162. package/docs/documentation/directives/NotificationTitle.html +69 -5
  163. package/docs/documentation/directives/OptGroup.html +69 -5
  164. package/docs/documentation/directives/Option.html +69 -5
  165. package/docs/documentation/directives/OverflowMenuDirective.html +377 -323
  166. package/docs/documentation/directives/PasswordInput.html +78 -14
  167. package/docs/documentation/directives/PopoverContainer.html +305 -249
  168. package/docs/documentation/directives/RowDirective.html +69 -5
  169. package/docs/documentation/directives/ScrollableList.html +419 -371
  170. package/docs/documentation/directives/StackDirective.html +70 -6
  171. package/docs/documentation/directives/TabHeader.html +107 -43
  172. package/docs/documentation/directives/TableDirective.html +69 -5
  173. package/docs/documentation/directives/TableHeadCellLabel.html +69 -5
  174. package/docs/documentation/directives/TableHeaderDescription.html +69 -5
  175. package/docs/documentation/directives/TableHeaderTitle.html +69 -5
  176. package/docs/documentation/directives/TextArea.html +70 -6
  177. package/docs/documentation/directives/TextInput.html +70 -6
  178. package/docs/documentation/directives/ThemeDirective.html +79 -15
  179. package/docs/documentation/directives/ToastCaption.html +69 -5
  180. package/docs/documentation/directives/ToastSubtitle.html +69 -5
  181. package/docs/documentation/directives/ToastTitle.html +69 -5
  182. package/docs/documentation/directives/ToggletipAction.html +69 -5
  183. package/docs/documentation/directives/ToggletipButton.html +69 -5
  184. package/docs/documentation/directives/ToggletipContent.html +69 -5
  185. package/docs/documentation/directives/ToggletipLabel.html +69 -5
  186. package/docs/documentation/index.html +78 -8
  187. package/docs/documentation/injectables/AnimationFrameService.html +69 -5
  188. package/docs/documentation/injectables/AnimationFrameServiceSingleton.html +120 -58
  189. package/docs/documentation/injectables/BaseModalService.html +159 -99
  190. package/docs/documentation/injectables/ContextMenuSelectionService.html +189 -131
  191. package/docs/documentation/injectables/DialogService.html +212 -152
  192. package/docs/documentation/injectables/DocumentService.html +170 -110
  193. package/docs/documentation/injectables/DropdownService.html +285 -229
  194. package/docs/documentation/injectables/ElementService.html +127 -65
  195. package/docs/documentation/injectables/EventService.html +194 -134
  196. package/docs/documentation/injectables/ExperimentalService.html +276 -220
  197. package/docs/documentation/injectables/GridService.html +110 -48
  198. package/docs/documentation/injectables/I18n.html +506 -458
  199. package/docs/documentation/injectables/IconService.html +309 -255
  200. package/docs/documentation/injectables/ModalService.html +215 -157
  201. package/docs/documentation/injectables/NotificationDisplayService.html +110 -48
  202. package/docs/documentation/injectables/NotificationService.html +349 -295
  203. package/docs/documentation/injectables/PlaceholderService.html +475 -427
  204. package/docs/documentation/injectables/TreeViewService.html +115 -53
  205. package/docs/documentation/interfaces/ActionableContent.html +70 -6
  206. package/docs/documentation/interfaces/AlertModalData.html +69 -5
  207. package/docs/documentation/interfaces/BreadcrumbItem.html +69 -5
  208. package/docs/documentation/interfaces/CloseMeta.html +69 -5
  209. package/docs/documentation/interfaces/DataGridPosition.html +69 -5
  210. package/docs/documentation/interfaces/DialogConfig.html +69 -5
  211. package/docs/documentation/interfaces/ElementVisibilityEvent.html +69 -5
  212. package/docs/documentation/interfaces/ExpandableTileTranslations.html +69 -5
  213. package/docs/documentation/interfaces/Experiment.html +69 -5
  214. package/docs/documentation/interfaces/FileItem.html +69 -5
  215. package/docs/documentation/interfaces/HeaderItemInterface.html +69 -5
  216. package/docs/documentation/interfaces/IconDescriptor.html +69 -5
  217. package/docs/documentation/interfaces/ListItem.html +70 -6
  218. package/docs/documentation/interfaces/ModalButton.html +69 -5
  219. package/docs/documentation/interfaces/NavigationItem.html +69 -5
  220. package/docs/documentation/interfaces/Node.html +69 -5
  221. package/docs/documentation/interfaces/NotificationAction.html +69 -5
  222. package/docs/documentation/interfaces/NotificationContent.html +69 -5
  223. package/docs/documentation/interfaces/NotificationLink.html +69 -5
  224. package/docs/documentation/interfaces/PaginationNavTranslations.html +69 -5
  225. package/docs/documentation/interfaces/PaginationTranslations.html +69 -5
  226. package/docs/documentation/interfaces/ScrollCustomEvent.html +70 -6
  227. package/docs/documentation/interfaces/SideNavItemInterface.html +70 -6
  228. package/docs/documentation/interfaces/Step.html +69 -5
  229. package/docs/documentation/interfaces/TableTranslations.html +69 -5
  230. package/docs/documentation/interfaces/TileSelection.html +69 -5
  231. package/docs/documentation/interfaces/ToastContent.html +70 -6
  232. package/docs/documentation/interfaces/TooltipConfig.html +69 -5
  233. package/docs/documentation/js/libs/bootstrap-native.js +2 -1
  234. package/docs/documentation/js/libs/es6-shim.min.js +11 -10
  235. package/docs/documentation/js/libs/tablesort.min.js +3 -3
  236. package/docs/documentation/js/libs/tablesort.number.min.js +2 -2
  237. package/docs/documentation/js/libs/vis.min.js +1 -1
  238. package/docs/documentation/js/menu-wc_es5.js +17 -19
  239. package/docs/documentation/js/menu.js +0 -55
  240. package/docs/documentation/js/search/search.js +71 -56
  241. package/docs/documentation/js/search/search_index.js +2 -2
  242. package/docs/documentation/license.html +72 -8
  243. package/docs/documentation/miscellaneous/enumerations.html +69 -5
  244. package/docs/documentation/miscellaneous/functions.html +831 -819
  245. package/docs/documentation/miscellaneous/typealiases.html +69 -5
  246. package/docs/documentation/miscellaneous/variables.html +70 -6
  247. package/docs/documentation/modules/AccordionModule.html +69 -5
  248. package/docs/documentation/modules/BreadcrumbModule.html +69 -5
  249. package/docs/documentation/modules/ButtonModule.html +69 -5
  250. package/docs/documentation/modules/CheckboxModule.html +69 -5
  251. package/docs/documentation/modules/CodeSnippetModule.html +69 -5
  252. package/docs/documentation/modules/ComboBoxModule.html +69 -5
  253. package/docs/documentation/modules/ContainedListModule.html +69 -5
  254. package/docs/documentation/modules/ContentSwitcherModule.html +69 -5
  255. package/docs/documentation/modules/ContextMenuModule.html +69 -5
  256. package/docs/documentation/modules/DatePickerInputModule.html +69 -5
  257. package/docs/documentation/modules/DatePickerModule.html +69 -5
  258. package/docs/documentation/modules/DialogModule.html +69 -5
  259. package/docs/documentation/modules/DocumentationModule.html +69 -5
  260. package/docs/documentation/modules/DropdownModule.html +69 -5
  261. package/docs/documentation/modules/ExperimentalModule.html +69 -5
  262. package/docs/documentation/modules/FileUploaderModule.html +69 -5
  263. package/docs/documentation/modules/GridModule.html +69 -5
  264. package/docs/documentation/modules/HeaderModule.html +69 -5
  265. package/docs/documentation/modules/I18nModule.html +69 -5
  266. package/docs/documentation/modules/IconModule.html +69 -5
  267. package/docs/documentation/modules/InlineLoadingModule.html +69 -5
  268. package/docs/documentation/modules/InputModule.html +69 -5
  269. package/docs/documentation/modules/LayerModule.html +69 -5
  270. package/docs/documentation/modules/LayoutModule.html +69 -5
  271. package/docs/documentation/modules/LinkModule.html +69 -5
  272. package/docs/documentation/modules/ListModule.html +69 -5
  273. package/docs/documentation/modules/LoadingModule.html +69 -5
  274. package/docs/documentation/modules/ModalModule.html +69 -5
  275. package/docs/documentation/modules/NFormsModule.html +69 -5
  276. package/docs/documentation/modules/NotificationModule.html +69 -5
  277. package/docs/documentation/modules/NumberModule.html +69 -5
  278. package/docs/documentation/modules/PaginationModule.html +69 -5
  279. package/docs/documentation/modules/PanelModule.html +69 -5
  280. package/docs/documentation/modules/PlaceholderModule.html +69 -5
  281. package/docs/documentation/modules/PopoverModule.html +69 -5
  282. package/docs/documentation/modules/ProgressBarModule.html +69 -5
  283. package/docs/documentation/modules/ProgressIndicatorModule.html +69 -5
  284. package/docs/documentation/modules/RadioModule.html +69 -5
  285. package/docs/documentation/modules/SearchModule.html +69 -5
  286. package/docs/documentation/modules/SelectModule.html +69 -5
  287. package/docs/documentation/modules/SideNavModule.html +69 -5
  288. package/docs/documentation/modules/SkeletonModule.html +69 -5
  289. package/docs/documentation/modules/SliderModule.html +69 -5
  290. package/docs/documentation/modules/StructuredListModule.html +69 -5
  291. package/docs/documentation/modules/TableModule.html +68 -4
  292. package/docs/documentation/modules/TabsModule.html +69 -5
  293. package/docs/documentation/modules/TagModule.html +69 -5
  294. package/docs/documentation/modules/ThemeModule/dependencies.svg +4 -4
  295. package/docs/documentation/modules/ThemeModule.html +73 -9
  296. package/docs/documentation/modules/TilesModule/dependencies.svg +4 -4
  297. package/docs/documentation/modules/TilesModule.html +73 -9
  298. package/docs/documentation/modules/TimePickerModule/dependencies.svg +17 -17
  299. package/docs/documentation/modules/TimePickerModule.html +86 -22
  300. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +4 -4
  301. package/docs/documentation/modules/TimePickerSelectModule.html +73 -9
  302. package/docs/documentation/modules/ToggleModule/dependencies.svg +4 -4
  303. package/docs/documentation/modules/ToggleModule.html +73 -9
  304. package/docs/documentation/modules/ToggletipModule/dependencies.svg +37 -37
  305. package/docs/documentation/modules/ToggletipModule.html +106 -42
  306. package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
  307. package/docs/documentation/modules/TooltipModule.html +73 -9
  308. package/docs/documentation/modules/TreeviewModule/dependencies.svg +34 -34
  309. package/docs/documentation/modules/TreeviewModule.html +103 -39
  310. package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
  311. package/docs/documentation/modules/UIShellModule.html +73 -9
  312. package/docs/documentation/modules/UtilsModule.html +69 -5
  313. package/docs/documentation/modules.html +68 -4
  314. package/docs/documentation/overview.html +68 -4
  315. package/docs/documentation/pipes/ReplacePipe.html +114 -52
  316. package/docs/documentation/properties.html +69 -5
  317. package/docs/documentation/styles/compodoc.css +11 -8
  318. package/docs/documentation.json +2067 -1757
  319. package/docs/storybook/{959.4248791c.iframe.bundle.js → 959.05fb42da.iframe.bundle.js} +3 -3
  320. package/docs/storybook/{959.4248791c.iframe.bundle.js.map → 959.05fb42da.iframe.bundle.js.map} +1 -1
  321. package/docs/storybook/iframe.html +3 -3
  322. package/docs/storybook/main.cfffa2d2.iframe.bundle.js +1 -0
  323. package/docs/storybook/main.css +2 -4
  324. package/docs/storybook/project.json +1 -1
  325. package/docs/storybook/{runtime~main.b589439b.iframe.bundle.js → runtime~main.c3f8e5ba.iframe.bundle.js} +1 -1
  326. package/docs/storybook/sb-addons/essentials-controls-1/manager-bundle.js +29 -29
  327. package/docs/storybook/{tabs-tabs-stories.183f4129.iframe.bundle.js → tabs-tabs-stories.066fa432.iframe.bundle.js} +1 -1
  328. package/esm2020/tabs/tab.component.mjs +20 -3
  329. package/fesm2015/carbon-components-angular-tabs.mjs +24 -7
  330. package/fesm2015/carbon-components-angular-tabs.mjs.map +1 -1
  331. package/fesm2020/carbon-components-angular-tabs.mjs +24 -7
  332. package/fesm2020/carbon-components-angular-tabs.mjs.map +1 -1
  333. package/package.json +1 -1
  334. package/tabs/tab.component.d.ts +10 -1
  335. package/docs/storybook/main.5c20d10a.iframe.bundle.js +0 -1
  336. /package/docs/storybook/{959.4248791c.iframe.bundle.js.LICENSE.txt → 959.05fb42da.iframe.bundle.js.LICENSE.txt} +0 -0
@@ -12,10 +12,61 @@
12
12
  <link rel="stylesheet" href="../styles/dark.css">
13
13
  </head>
14
14
  <body>
15
-
16
- <div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
17
- <a href="../" class="navbar-brand">carbon-components-angular documentation</a>
18
- <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
15
+ <script>
16
+ // Blocking script to avoid flickering dark mode
17
+ // Dark mode toggle button
18
+ var useDark = window.matchMedia('(prefers-color-scheme: dark)');
19
+ var darkModeState = useDark.matches;
20
+ var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
21
+ var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
22
+ var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
23
+
24
+ function checkToggle(check) {
25
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
26
+ $darkModeToggleSwitchers[i].checked = check;
27
+ }
28
+ }
29
+
30
+ function toggleDarkMode(state) {
31
+ if (window.localStorage) {
32
+ localStorage.setItem('compodoc_darkmode-state', state);
33
+ }
34
+
35
+ checkToggle(state);
36
+
37
+ const hasClass = document.body.classList.contains('dark');
38
+
39
+ if (state) {
40
+ for (var i = 0; i < $darkModeToggles.length; i++) {
41
+ $darkModeToggles[i].classList.add('dark');
42
+ }
43
+ if (!hasClass) {
44
+ document.body.classList.add('dark');
45
+ }
46
+ } else {
47
+ for (var i = 0; i < $darkModeToggles.length; i++) {
48
+ $darkModeToggles[i].classList.remove('dark');
49
+ }
50
+ if (hasClass) {
51
+ document.body.classList.remove('dark');
52
+ }
53
+ }
54
+ }
55
+
56
+ useDark.addEventListener('change', function (evt) {
57
+ toggleDarkMode(evt.matches);
58
+ });
59
+ if (darkModeStateLocal) {
60
+ darkModeState = darkModeStateLocal === 'true';
61
+ }
62
+ toggleDarkMode(darkModeState);
63
+ </script>
64
+
65
+ <div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
66
+ <div class="d-flex">
67
+ <a href="../" class="navbar-brand">carbon-components-angular documentation</a>
68
+ <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
69
+ </div>
19
70
  </div>
20
71
 
21
72
  <div class="xs-menu menu" id="mobile-menu">
@@ -24,7 +75,7 @@
24
75
 
25
76
  <div class="container-fluid main">
26
77
  <div class="row main">
27
- <div class="hidden-xs menu">
78
+ <div class="d-none d-md-block menu">
28
79
  <compodoc-menu mode="normal"></compodoc-menu>
29
80
  </div>
30
81
  <!-- START CONTENT -->
@@ -968,17 +1019,17 @@ model count for unique id generation.</p>
968
1019
  </tr>
969
1020
 
970
1021
 
971
- <tr>
972
- <td class="col-md-4">
973
- <div class="io-line">Defined in <a href="" data-line="463"
974
- class="link-to-prism">src/table/table-model.class.ts:463</a></div>
975
- </td>
976
- </tr>
1022
+ <tr>
1023
+ <td class="col-md-4">
1024
+ <div class="io-line">Defined in <a href="" data-line="463"
1025
+ class="link-to-prism">src/table/table-model.class.ts:463</a></div>
1026
+ </td>
1027
+ </tr>
977
1028
 
978
1029
 
979
1030
  <tr>
980
1031
  <td class="col-md-4">
981
- <div class="io-description"><p>Adds a column to the <code>index</code>th column or appends to table if index not provided.</p>
1032
+ <div class="io-description"><p>Adds a column to the <code>index</code>th column or appends to table if index not provided.</p>
982
1033
  <p>If column is shorter than other columns or not provided, it will be padded with
983
1034
  empty <code>TableItem</code> elements.</p>
984
1035
  <p>If column is longer than other columns, others will be extended to match so no data is lost.</p>
@@ -986,54 +1037,52 @@ empty <code>TableItem</code> elements.</p>
986
1037
  <p>Negative index starts from the end. -1 being the last element.</p>
987
1038
  </div>
988
1039
 
989
- <div class="io-description">
990
- <b>Parameters :</b>
991
-
992
- <table class="params">
993
- <thead>
994
- <tr>
995
- <td>Name</td>
996
- <td>Type</td>
997
- <td>Optional</td>
998
- </tr>
999
- </thead>
1000
- <tbody>
1001
- <tr>
1002
- <td>column</td>
1003
- <td>
1004
- <code><a href="../classes/TableItem.html" target="_self" >TableItem[]</a></code>
1005
- </td>
1006
-
1007
- <td>
1008
- Yes
1009
- </td>
1010
-
1011
-
1012
- </tr>
1013
- <tr>
1014
- <td>index</td>
1015
- <td>
1016
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1017
- </td>
1018
-
1019
- <td>
1020
- Yes
1021
- </td>
1022
-
1023
-
1024
- </tr>
1025
- </tbody>
1026
- </table>
1027
- </div>
1028
- <div>
1029
- </div>
1030
- <div class="io-description">
1031
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1032
-
1033
- </div>
1034
- <div class="io-description">
1035
-
1036
- </div>
1040
+ <div class="io-description">
1041
+ <b>Parameters :</b>
1042
+
1043
+ <table class="params">
1044
+ <thead>
1045
+ <tr>
1046
+ <td>Name</td>
1047
+ <td>Type</td>
1048
+ <td>Optional</td>
1049
+ </tr>
1050
+ </thead>
1051
+ <tbody>
1052
+ <tr>
1053
+ <td>column</td>
1054
+ <td>
1055
+ <code><a href="../classes/TableItem.html" target="_self" >TableItem[]</a></code>
1056
+ </td>
1057
+
1058
+ <td>
1059
+ Yes
1060
+ </td>
1061
+
1062
+
1063
+ </tr>
1064
+ <tr>
1065
+ <td>index</td>
1066
+ <td>
1067
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1068
+ </td>
1069
+
1070
+ <td>
1071
+ Yes
1072
+ </td>
1073
+
1074
+
1075
+ </tr>
1076
+ </tbody>
1077
+ </table>
1078
+ </div>
1079
+ <div class="io-description">
1080
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1081
+
1082
+ </div>
1083
+ <div class="io-description">
1084
+
1085
+ </div>
1037
1086
  </td>
1038
1087
  </tr>
1039
1088
  </tbody>
@@ -1056,17 +1105,17 @@ empty <code>TableItem</code> elements.</p>
1056
1105
  </tr>
1057
1106
 
1058
1107
 
1059
- <tr>
1060
- <td class="col-md-4">
1061
- <div class="io-line">Defined in <a href="" data-line="308"
1062
- class="link-to-prism">src/table/table-model.class.ts:308</a></div>
1063
- </td>
1064
- </tr>
1108
+ <tr>
1109
+ <td class="col-md-4">
1110
+ <div class="io-line">Defined in <a href="" data-line="308"
1111
+ class="link-to-prism">src/table/table-model.class.ts:308</a></div>
1112
+ </td>
1113
+ </tr>
1065
1114
 
1066
1115
 
1067
1116
  <tr>
1068
1117
  <td class="col-md-4">
1069
- <div class="io-description"><p>Adds a row to the <code>index</code>th row or appends to table if index not provided.</p>
1118
+ <div class="io-description"><p>Adds a row to the <code>index</code>th row or appends to table if index not provided.</p>
1070
1119
  <p>If row is shorter than other rows or not provided, it will be padded with
1071
1120
  empty <code>TableItem</code> elements.</p>
1072
1121
  <p>If row is longer than other rows, others will be extended to match so no data is lost.</p>
@@ -1074,54 +1123,52 @@ empty <code>TableItem</code> elements.</p>
1074
1123
  <p>Negative index starts from the end. -1 being the last element.</p>
1075
1124
  </div>
1076
1125
 
1077
- <div class="io-description">
1078
- <b>Parameters :</b>
1079
-
1080
- <table class="params">
1081
- <thead>
1082
- <tr>
1083
- <td>Name</td>
1084
- <td>Type</td>
1085
- <td>Optional</td>
1086
- </tr>
1087
- </thead>
1088
- <tbody>
1089
- <tr>
1090
- <td>row</td>
1091
- <td>
1092
- <code><a href="../classes/TableItem.html" target="_self" >TableItem[]</a></code>
1093
- </td>
1094
-
1095
- <td>
1096
- Yes
1097
- </td>
1098
-
1099
-
1100
- </tr>
1101
- <tr>
1102
- <td>index</td>
1103
- <td>
1104
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1105
- </td>
1106
-
1107
- <td>
1108
- Yes
1109
- </td>
1110
-
1111
-
1112
- </tr>
1113
- </tbody>
1114
- </table>
1115
- </div>
1116
- <div>
1117
- </div>
1118
- <div class="io-description">
1119
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1120
-
1121
- </div>
1122
- <div class="io-description">
1123
-
1124
- </div>
1126
+ <div class="io-description">
1127
+ <b>Parameters :</b>
1128
+
1129
+ <table class="params">
1130
+ <thead>
1131
+ <tr>
1132
+ <td>Name</td>
1133
+ <td>Type</td>
1134
+ <td>Optional</td>
1135
+ </tr>
1136
+ </thead>
1137
+ <tbody>
1138
+ <tr>
1139
+ <td>row</td>
1140
+ <td>
1141
+ <code><a href="../classes/TableItem.html" target="_self" >TableItem[]</a></code>
1142
+ </td>
1143
+
1144
+ <td>
1145
+ Yes
1146
+ </td>
1147
+
1148
+
1149
+ </tr>
1150
+ <tr>
1151
+ <td>index</td>
1152
+ <td>
1153
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1154
+ </td>
1155
+
1156
+ <td>
1157
+ Yes
1158
+ </td>
1159
+
1160
+
1161
+ </tr>
1162
+ </tbody>
1163
+ </table>
1164
+ </div>
1165
+ <div class="io-description">
1166
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1167
+
1168
+ </div>
1169
+ <div class="io-description">
1170
+
1171
+ </div>
1125
1172
  </td>
1126
1173
  </tr>
1127
1174
  </tbody>
@@ -1144,56 +1191,54 @@ empty <code>TableItem</code> elements.</p>
1144
1191
  </tr>
1145
1192
 
1146
1193
 
1147
- <tr>
1148
- <td class="col-md-4">
1149
- <div class="io-line">Defined in <a href="" data-line="435"
1150
- class="link-to-prism">src/table/table-model.class.ts:435</a></div>
1151
- </td>
1152
- </tr>
1194
+ <tr>
1195
+ <td class="col-md-4">
1196
+ <div class="io-line">Defined in <a href="" data-line="435"
1197
+ class="link-to-prism">src/table/table-model.class.ts:435</a></div>
1198
+ </td>
1199
+ </tr>
1153
1200
 
1154
1201
 
1155
1202
  <tr>
1156
1203
  <td class="col-md-4">
1157
- <div class="io-description"><p>Returns <code>index</code>th column of the table.</p>
1204
+ <div class="io-description"><p>Returns <code>index</code>th column of the table.</p>
1158
1205
  <p>Negative index starts from the end. -1 being the last element.</p>
1159
1206
  </div>
1160
1207
 
1161
- <div class="io-description">
1162
- <b>Parameters :</b>
1163
-
1164
- <table class="params">
1165
- <thead>
1166
- <tr>
1167
- <td>Name</td>
1168
- <td>Type</td>
1169
- <td>Optional</td>
1170
- </tr>
1171
- </thead>
1172
- <tbody>
1173
- <tr>
1174
- <td>index</td>
1175
- <td>
1176
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1177
- </td>
1178
-
1179
- <td>
1180
- No
1181
- </td>
1182
-
1183
-
1184
- </tr>
1185
- </tbody>
1186
- </table>
1187
- </div>
1188
- <div>
1189
- </div>
1190
- <div class="io-description">
1191
- <b>Returns : </b> <code><a href="../classes/TableItem.html" target="_self" >TableItem[]</a></code>
1192
-
1193
- </div>
1194
- <div class="io-description">
1195
-
1196
- </div>
1208
+ <div class="io-description">
1209
+ <b>Parameters :</b>
1210
+
1211
+ <table class="params">
1212
+ <thead>
1213
+ <tr>
1214
+ <td>Name</td>
1215
+ <td>Type</td>
1216
+ <td>Optional</td>
1217
+ </tr>
1218
+ </thead>
1219
+ <tbody>
1220
+ <tr>
1221
+ <td>index</td>
1222
+ <td>
1223
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1224
+ </td>
1225
+
1226
+ <td>
1227
+ No
1228
+ </td>
1229
+
1230
+
1231
+ </tr>
1232
+ </tbody>
1233
+ </table>
1234
+ </div>
1235
+ <div class="io-description">
1236
+ <b>Returns : </b> <code><a href="../classes/TableItem.html" target="_self" >TableItem[]</a></code>
1237
+
1238
+ </div>
1239
+ <div class="io-description">
1240
+
1241
+ </div>
1197
1242
  </td>
1198
1243
  </tr>
1199
1244
  </tbody>
@@ -1216,55 +1261,53 @@ empty <code>TableItem</code> elements.</p>
1216
1261
  </tr>
1217
1262
 
1218
1263
 
1219
- <tr>
1220
- <td class="col-md-4">
1221
- <div class="io-line">Defined in <a href="" data-line="551"
1222
- class="link-to-prism">src/table/table-model.class.ts:551</a></div>
1223
- </td>
1224
- </tr>
1264
+ <tr>
1265
+ <td class="col-md-4">
1266
+ <div class="io-line">Defined in <a href="" data-line="551"
1267
+ class="link-to-prism">src/table/table-model.class.ts:551</a></div>
1268
+ </td>
1269
+ </tr>
1225
1270
 
1226
1271
 
1227
1272
  <tr>
1228
1273
  <td class="col-md-4">
1229
- <div class="io-description"><p>cycle through the three sort states</p>
1274
+ <div class="io-description"><p>cycle through the three sort states</p>
1230
1275
  </div>
1231
1276
 
1232
- <div class="io-description">
1233
- <b>Parameters :</b>
1234
-
1235
- <table class="params">
1236
- <thead>
1237
- <tr>
1238
- <td>Name</td>
1239
- <td>Type</td>
1240
- <td>Optional</td>
1241
- </tr>
1242
- </thead>
1243
- <tbody>
1244
- <tr>
1245
- <td>index</td>
1246
- <td>
1247
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1248
- </td>
1249
-
1250
- <td>
1251
- No
1252
- </td>
1253
-
1254
-
1255
- </tr>
1256
- </tbody>
1257
- </table>
1258
- </div>
1259
- <div>
1260
- </div>
1261
- <div class="io-description">
1262
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1263
-
1264
- </div>
1265
- <div class="io-description">
1266
-
1267
- </div>
1277
+ <div class="io-description">
1278
+ <b>Parameters :</b>
1279
+
1280
+ <table class="params">
1281
+ <thead>
1282
+ <tr>
1283
+ <td>Name</td>
1284
+ <td>Type</td>
1285
+ <td>Optional</td>
1286
+ </tr>
1287
+ </thead>
1288
+ <tbody>
1289
+ <tr>
1290
+ <td>index</td>
1291
+ <td>
1292
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1293
+ </td>
1294
+
1295
+ <td>
1296
+ No
1297
+ </td>
1298
+
1299
+
1300
+ </tr>
1301
+ </tbody>
1302
+ </table>
1303
+ </div>
1304
+ <div class="io-description">
1305
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1306
+
1307
+ </div>
1308
+ <div class="io-description">
1309
+
1310
+ </div>
1268
1311
  </td>
1269
1312
  </tr>
1270
1313
  </tbody>
@@ -1287,56 +1330,54 @@ empty <code>TableItem</code> elements.</p>
1287
1330
  </tr>
1288
1331
 
1289
1332
 
1290
- <tr>
1291
- <td class="col-md-4">
1292
- <div class="io-line">Defined in <a href="" data-line="524"
1293
- class="link-to-prism">src/table/table-model.class.ts:524</a></div>
1294
- </td>
1295
- </tr>
1333
+ <tr>
1334
+ <td class="col-md-4">
1335
+ <div class="io-line">Defined in <a href="" data-line="524"
1336
+ class="link-to-prism">src/table/table-model.class.ts:524</a></div>
1337
+ </td>
1338
+ </tr>
1296
1339
 
1297
1340
 
1298
1341
  <tr>
1299
1342
  <td class="col-md-4">
1300
- <div class="io-description"><p>Deletes <code>index</code>th column.</p>
1343
+ <div class="io-description"><p>Deletes <code>index</code>th column.</p>
1301
1344
  <p>Negative index starts from the end. -1 being the last element.</p>
1302
1345
  </div>
1303
1346
 
1304
- <div class="io-description">
1305
- <b>Parameters :</b>
1306
-
1307
- <table class="params">
1308
- <thead>
1309
- <tr>
1310
- <td>Name</td>
1311
- <td>Type</td>
1312
- <td>Optional</td>
1313
- </tr>
1314
- </thead>
1315
- <tbody>
1316
- <tr>
1317
- <td>index</td>
1318
- <td>
1319
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1320
- </td>
1321
-
1322
- <td>
1323
- No
1324
- </td>
1325
-
1326
-
1327
- </tr>
1328
- </tbody>
1329
- </table>
1330
- </div>
1331
- <div>
1332
- </div>
1333
- <div class="io-description">
1334
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1335
-
1336
- </div>
1337
- <div class="io-description">
1338
-
1339
- </div>
1347
+ <div class="io-description">
1348
+ <b>Parameters :</b>
1349
+
1350
+ <table class="params">
1351
+ <thead>
1352
+ <tr>
1353
+ <td>Name</td>
1354
+ <td>Type</td>
1355
+ <td>Optional</td>
1356
+ </tr>
1357
+ </thead>
1358
+ <tbody>
1359
+ <tr>
1360
+ <td>index</td>
1361
+ <td>
1362
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1363
+ </td>
1364
+
1365
+ <td>
1366
+ No
1367
+ </td>
1368
+
1369
+
1370
+ </tr>
1371
+ </tbody>
1372
+ </table>
1373
+ </div>
1374
+ <div class="io-description">
1375
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1376
+
1377
+ </div>
1378
+ <div class="io-description">
1379
+
1380
+ </div>
1340
1381
  </td>
1341
1382
  </tr>
1342
1383
  </tbody>
@@ -1359,56 +1400,54 @@ empty <code>TableItem</code> elements.</p>
1359
1400
  </tr>
1360
1401
 
1361
1402
 
1362
- <tr>
1363
- <td class="col-md-4">
1364
- <div class="io-line">Defined in <a href="" data-line="397"
1365
- class="link-to-prism">src/table/table-model.class.ts:397</a></div>
1366
- </td>
1367
- </tr>
1403
+ <tr>
1404
+ <td class="col-md-4">
1405
+ <div class="io-line">Defined in <a href="" data-line="397"
1406
+ class="link-to-prism">src/table/table-model.class.ts:397</a></div>
1407
+ </td>
1408
+ </tr>
1368
1409
 
1369
1410
 
1370
1411
  <tr>
1371
1412
  <td class="col-md-4">
1372
- <div class="io-description"><p>Deletes <code>index</code>th row.</p>
1413
+ <div class="io-description"><p>Deletes <code>index</code>th row.</p>
1373
1414
  <p>Negative index starts from the end. -1 being the last element.</p>
1374
1415
  </div>
1375
1416
 
1376
- <div class="io-description">
1377
- <b>Parameters :</b>
1378
-
1379
- <table class="params">
1380
- <thead>
1381
- <tr>
1382
- <td>Name</td>
1383
- <td>Type</td>
1384
- <td>Optional</td>
1385
- </tr>
1386
- </thead>
1387
- <tbody>
1388
- <tr>
1389
- <td>index</td>
1390
- <td>
1391
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1392
- </td>
1393
-
1394
- <td>
1395
- No
1396
- </td>
1397
-
1398
-
1399
- </tr>
1400
- </tbody>
1401
- </table>
1402
- </div>
1403
- <div>
1404
- </div>
1405
- <div class="io-description">
1406
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1407
-
1408
- </div>
1409
- <div class="io-description">
1410
-
1411
- </div>
1417
+ <div class="io-description">
1418
+ <b>Parameters :</b>
1419
+
1420
+ <table class="params">
1421
+ <thead>
1422
+ <tr>
1423
+ <td>Name</td>
1424
+ <td>Type</td>
1425
+ <td>Optional</td>
1426
+ </tr>
1427
+ </thead>
1428
+ <tbody>
1429
+ <tr>
1430
+ <td>index</td>
1431
+ <td>
1432
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1433
+ </td>
1434
+
1435
+ <td>
1436
+ No
1437
+ </td>
1438
+
1439
+
1440
+ </tr>
1441
+ </tbody>
1442
+ </table>
1443
+ </div>
1444
+ <div class="io-description">
1445
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1446
+
1447
+ </div>
1448
+ <div class="io-description">
1449
+
1450
+ </div>
1412
1451
  </td>
1413
1452
  </tr>
1414
1453
  </tbody>
@@ -1431,23 +1470,23 @@ empty <code>TableItem</code> elements.</p>
1431
1470
  </tr>
1432
1471
 
1433
1472
 
1434
- <tr>
1435
- <td class="col-md-4">
1436
- <div class="io-line">Defined in <a href="" data-line="270"
1437
- class="link-to-prism">src/table/table-model.class.ts:270</a></div>
1438
- </td>
1439
- </tr>
1473
+ <tr>
1474
+ <td class="col-md-4">
1475
+ <div class="io-line">Defined in <a href="" data-line="270"
1476
+ class="link-to-prism">src/table/table-model.class.ts:270</a></div>
1477
+ </td>
1478
+ </tr>
1440
1479
 
1441
1480
 
1442
1481
  <tr>
1443
1482
  <td class="col-md-4">
1444
- <div class="io-description"><p>Returns how many rows is currently expanded</p>
1483
+ <div class="io-description"><p>Returns how many rows is currently expanded</p>
1445
1484
  </div>
1446
1485
 
1447
- <div class="io-description">
1448
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1486
+ <div class="io-description">
1487
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1449
1488
 
1450
- </div>
1489
+ </div>
1451
1490
  </td>
1452
1491
  </tr>
1453
1492
  </tbody>
@@ -1470,81 +1509,79 @@ empty <code>TableItem</code> elements.</p>
1470
1509
  </tr>
1471
1510
 
1472
1511
 
1473
- <tr>
1474
- <td class="col-md-4">
1475
- <div class="io-line">Defined in <a href="" data-line="703"
1476
- class="link-to-prism">src/table/table-model.class.ts:703</a></div>
1477
- </td>
1478
- </tr>
1512
+ <tr>
1513
+ <td class="col-md-4">
1514
+ <div class="io-line">Defined in <a href="" data-line="703"
1515
+ class="link-to-prism">src/table/table-model.class.ts:703</a></div>
1516
+ </td>
1517
+ </tr>
1479
1518
 
1480
1519
 
1481
1520
  <tr>
1482
1521
  <td class="col-md-4">
1483
- <div class="io-description"><p>Expands/Collapses <code>index</code>th row based on value</p>
1522
+ <div class="io-description"><p>Expands/Collapses <code>index</code>th row based on value</p>
1484
1523
  </div>
1485
1524
 
1486
- <div class="io-description">
1487
- <b>Parameters :</b>
1488
-
1489
- <table class="params">
1490
- <thead>
1491
- <tr>
1492
- <td>Name</td>
1493
- <td>Type</td>
1494
- <td>Optional</td>
1495
- <td>Default value</td>
1496
- <td>Description</td>
1497
- </tr>
1498
- </thead>
1499
- <tbody>
1500
- <tr>
1501
- <td>index</td>
1502
- <td>
1503
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1504
- </td>
1505
-
1506
- <td>
1507
- No
1508
- </td>
1509
-
1510
- <td>
1511
- </td>
1512
-
1513
- <td>
1514
- <p>index of the row to expand or collapse</p>
1515
-
1516
- </td>
1517
- </tr>
1518
- <tr>
1519
- <td>value</td>
1520
- <td>
1521
- </td>
1522
-
1523
- <td>
1524
- No
1525
- </td>
1526
-
1527
- <td>
1528
- <code>true</code>
1529
- </td>
1530
-
1531
- <td>
1532
- <p>expanded state of the row. <code>true</code> is expanded and <code>false</code> is collapsed</p>
1533
-
1534
- </td>
1535
- </tr>
1536
- </tbody>
1537
- </table>
1538
- </div>
1539
- <div>
1540
- </div>
1541
- <div class="io-description">
1542
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1543
-
1544
- </div>
1545
- <div class="io-description">
1546
-
1547
- </div>
1525
+ <div class="io-description">
1526
+ <b>Parameters :</b>
1527
+
1528
+ <table class="params">
1529
+ <thead>
1530
+ <tr>
1531
+ <td>Name</td>
1532
+ <td>Type</td>
1533
+ <td>Optional</td>
1534
+ <td>Default value</td>
1535
+ <td>Description</td>
1536
+ </tr>
1537
+ </thead>
1538
+ <tbody>
1539
+ <tr>
1540
+ <td>index</td>
1541
+ <td>
1542
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1543
+ </td>
1544
+
1545
+ <td>
1546
+ No
1547
+ </td>
1548
+
1549
+ <td>
1550
+ </td>
1551
+
1552
+ <td>
1553
+ <p>index of the row to expand or collapse</p>
1554
+
1555
+ </td>
1556
+ </tr>
1557
+ <tr>
1558
+ <td>value</td>
1559
+ <td>
1560
+ </td>
1561
+
1562
+ <td>
1563
+ No
1564
+ </td>
1565
+
1566
+ <td>
1567
+ <code>true</code>
1568
+ </td>
1569
+
1570
+ <td>
1571
+ <p>expanded state of the row. <code>true</code> is expanded and <code>false</code> is collapsed</p>
1572
+
1573
+ </td>
1574
+ </tr>
1575
+ </tbody>
1576
+ </table>
1577
+ </div>
1578
+ <div class="io-description">
1579
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1580
+
1581
+ </div>
1582
+ <div class="io-description">
1583
+
1584
+ </div>
1548
1585
  </td>
1549
1586
  </tr>
1550
1587
  </tbody>
@@ -1567,60 +1604,58 @@ empty <code>TableItem</code> elements.</p>
1567
1604
  </tr>
1568
1605
 
1569
1606
 
1570
- <tr>
1571
- <td class="col-md-4">
1572
- <div class="io-line">Defined in <a href="" data-line="237"
1573
- class="link-to-prism">src/table/table-model.class.ts:237</a></div>
1574
- </td>
1575
- </tr>
1607
+ <tr>
1608
+ <td class="col-md-4">
1609
+ <div class="io-line">Defined in <a href="" data-line="237"
1610
+ class="link-to-prism">src/table/table-model.class.ts:237</a></div>
1611
+ </td>
1612
+ </tr>
1576
1613
 
1577
1614
 
1578
1615
  <tr>
1579
1616
  <td class="col-md-4">
1580
- <div class="io-description"><p>Finds closest header by trying the <code>column</code> and then working its way to the left</p>
1617
+ <div class="io-description"><p>Finds closest header by trying the <code>column</code> and then working its way to the left</p>
1581
1618
  </div>
1582
1619
 
1583
- <div class="io-description">
1584
- <b>Parameters :</b>
1585
-
1586
- <table class="params">
1587
- <thead>
1588
- <tr>
1589
- <td>Name</td>
1590
- <td>Type</td>
1591
- <td>Optional</td>
1592
- <td>Description</td>
1593
- </tr>
1594
- </thead>
1595
- <tbody>
1596
- <tr>
1597
- <td>column</td>
1598
- <td>
1599
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1600
- </td>
1601
-
1602
- <td>
1603
- No
1604
- </td>
1605
-
1606
-
1607
- <td>
1608
- <p>the target column</p>
1609
-
1610
- </td>
1611
- </tr>
1612
- </tbody>
1613
- </table>
1614
- </div>
1615
- <div>
1616
- </div>
1617
- <div class="io-description">
1618
- <b>Returns : </b> <code><a href="../classes/TableHeaderItem.html" target="_self" >TableHeaderItem</a></code>
1619
-
1620
- </div>
1621
- <div class="io-description">
1622
-
1623
- </div>
1620
+ <div class="io-description">
1621
+ <b>Parameters :</b>
1622
+
1623
+ <table class="params">
1624
+ <thead>
1625
+ <tr>
1626
+ <td>Name</td>
1627
+ <td>Type</td>
1628
+ <td>Optional</td>
1629
+ <td>Description</td>
1630
+ </tr>
1631
+ </thead>
1632
+ <tbody>
1633
+ <tr>
1634
+ <td>column</td>
1635
+ <td>
1636
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1637
+ </td>
1638
+
1639
+ <td>
1640
+ No
1641
+ </td>
1642
+
1643
+
1644
+ <td>
1645
+ <p>the target column</p>
1646
+
1647
+ </td>
1648
+ </tr>
1649
+ </tbody>
1650
+ </table>
1651
+ </div>
1652
+ <div class="io-description">
1653
+ <b>Returns : </b> <code><a href="../classes/TableHeaderItem.html" target="_self" >TableHeaderItem</a></code>
1654
+
1655
+ </div>
1656
+ <div class="io-description">
1657
+
1658
+ </div>
1624
1659
  </td>
1625
1660
  </tr>
1626
1661
  </tbody>
@@ -1643,82 +1678,80 @@ empty <code>TableItem</code> elements.</p>
1643
1678
  </tr>
1644
1679
 
1645
1680
 
1646
- <tr>
1647
- <td class="col-md-4">
1648
- <div class="io-line">Defined in <a href="" data-line="214"
1649
- class="link-to-prism">src/table/table-model.class.ts:214</a></div>
1650
- </td>
1651
- </tr>
1681
+ <tr>
1682
+ <td class="col-md-4">
1683
+ <div class="io-line">Defined in <a href="" data-line="214"
1684
+ class="link-to-prism">src/table/table-model.class.ts:214</a></div>
1685
+ </td>
1686
+ </tr>
1652
1687
 
1653
1688
 
1654
1689
  <tr>
1655
1690
  <td class="col-md-4">
1656
- <div class="io-description"><p>Returns the id of the header. Used to link the cells with headers (or headers with headers)</p>
1691
+ <div class="io-description"><p>Returns the id of the header. Used to link the cells with headers (or headers with headers)</p>
1657
1692
  </div>
1658
1693
 
1659
- <div class="io-description">
1660
- <b>Parameters :</b>
1661
-
1662
- <table class="params">
1663
- <thead>
1664
- <tr>
1665
- <td>Name</td>
1666
- <td>Type</td>
1667
- <td>Optional</td>
1668
- <td>Default value</td>
1669
- <td>Description</td>
1670
- </tr>
1671
- </thead>
1672
- <tbody>
1673
- <tr>
1674
- <td>column</td>
1675
- <td>
1676
- <code><a href="../miscellaneous/typealiases.html#HeaderType" target="_self" >HeaderType</a></code>
1677
- </td>
1678
-
1679
- <td>
1680
- No
1681
- </td>
1682
-
1683
- <td>
1684
- </td>
1685
-
1686
- <td>
1687
- <p>the column to start getting headers for</p>
1688
-
1689
- </td>
1690
- </tr>
1691
- <tr>
1692
- <td>colSpan</td>
1693
- <td>
1694
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1695
- </td>
1696
-
1697
- <td>
1698
- No
1699
- </td>
1700
-
1701
- <td>
1702
- <code>1</code>
1703
- </td>
1704
-
1705
- <td>
1706
- <p>the number of columns to get headers for (defaults to 1)</p>
1707
-
1708
- </td>
1709
- </tr>
1710
- </tbody>
1711
- </table>
1712
- </div>
1713
- <div>
1714
- </div>
1715
- <div class="io-description">
1716
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1717
-
1718
- </div>
1719
- <div class="io-description">
1720
-
1721
- </div>
1694
+ <div class="io-description">
1695
+ <b>Parameters :</b>
1696
+
1697
+ <table class="params">
1698
+ <thead>
1699
+ <tr>
1700
+ <td>Name</td>
1701
+ <td>Type</td>
1702
+ <td>Optional</td>
1703
+ <td>Default value</td>
1704
+ <td>Description</td>
1705
+ </tr>
1706
+ </thead>
1707
+ <tbody>
1708
+ <tr>
1709
+ <td>column</td>
1710
+ <td>
1711
+ <code><a href="../miscellaneous/typealiases.html#HeaderType" target="_self" >HeaderType</a></code>
1712
+ </td>
1713
+
1714
+ <td>
1715
+ No
1716
+ </td>
1717
+
1718
+ <td>
1719
+ </td>
1720
+
1721
+ <td>
1722
+ <p>the column to start getting headers for</p>
1723
+
1724
+ </td>
1725
+ </tr>
1726
+ <tr>
1727
+ <td>colSpan</td>
1728
+ <td>
1729
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1730
+ </td>
1731
+
1732
+ <td>
1733
+ No
1734
+ </td>
1735
+
1736
+ <td>
1737
+ <code>1</code>
1738
+ </td>
1739
+
1740
+ <td>
1741
+ <p>the number of columns to get headers for (defaults to 1)</p>
1742
+
1743
+ </td>
1744
+ </tr>
1745
+ </tbody>
1746
+ </table>
1747
+ </div>
1748
+ <div class="io-description">
1749
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1750
+
1751
+ </div>
1752
+ <div class="io-description">
1753
+
1754
+ </div>
1722
1755
  </td>
1723
1756
  </tr>
1724
1757
  </tbody>
@@ -1741,82 +1774,80 @@ empty <code>TableItem</code> elements.</p>
1741
1774
  </tr>
1742
1775
 
1743
1776
 
1744
- <tr>
1745
- <td class="col-md-4">
1746
- <div class="io-line">Defined in <a href="" data-line="204"
1747
- class="link-to-prism">src/table/table-model.class.ts:204</a></div>
1748
- </td>
1749
- </tr>
1777
+ <tr>
1778
+ <td class="col-md-4">
1779
+ <div class="io-line">Defined in <a href="" data-line="204"
1780
+ class="link-to-prism">src/table/table-model.class.ts:204</a></div>
1781
+ </td>
1782
+ </tr>
1750
1783
 
1751
1784
 
1752
1785
  <tr>
1753
1786
  <td class="col-md-4">
1754
- <div class="io-description"><p>Returns an id for the given column</p>
1787
+ <div class="io-description"><p>Returns an id for the given column</p>
1755
1788
  </div>
1756
1789
 
1757
- <div class="io-description">
1758
- <b>Parameters :</b>
1759
-
1760
- <table class="params">
1761
- <thead>
1762
- <tr>
1763
- <td>Name</td>
1764
- <td>Type</td>
1765
- <td>Optional</td>
1766
- <td>Default value</td>
1767
- <td>Description</td>
1768
- </tr>
1769
- </thead>
1770
- <tbody>
1771
- <tr>
1772
- <td>column</td>
1773
- <td>
1774
- <code><a href="../miscellaneous/typealiases.html#HeaderType" target="_self" >HeaderType</a></code>
1775
- </td>
1776
-
1777
- <td>
1778
- No
1779
- </td>
1780
-
1781
- <td>
1782
- </td>
1783
-
1784
- <td>
1785
- <p>the column to generate an id for</p>
1786
-
1787
- </td>
1788
- </tr>
1789
- <tr>
1790
- <td>row</td>
1791
- <td>
1792
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1793
- </td>
1794
-
1795
- <td>
1796
- No
1797
- </td>
1798
-
1799
- <td>
1800
- <code>0</code>
1801
- </td>
1802
-
1803
- <td>
1804
- <p>the row of the header to generate an id for</p>
1805
-
1806
- </td>
1807
- </tr>
1808
- </tbody>
1809
- </table>
1810
- </div>
1811
- <div>
1812
- </div>
1813
- <div class="io-description">
1814
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1815
-
1816
- </div>
1817
- <div class="io-description">
1818
-
1819
- </div>
1790
+ <div class="io-description">
1791
+ <b>Parameters :</b>
1792
+
1793
+ <table class="params">
1794
+ <thead>
1795
+ <tr>
1796
+ <td>Name</td>
1797
+ <td>Type</td>
1798
+ <td>Optional</td>
1799
+ <td>Default value</td>
1800
+ <td>Description</td>
1801
+ </tr>
1802
+ </thead>
1803
+ <tbody>
1804
+ <tr>
1805
+ <td>column</td>
1806
+ <td>
1807
+ <code><a href="../miscellaneous/typealiases.html#HeaderType" target="_self" >HeaderType</a></code>
1808
+ </td>
1809
+
1810
+ <td>
1811
+ No
1812
+ </td>
1813
+
1814
+ <td>
1815
+ </td>
1816
+
1817
+ <td>
1818
+ <p>the column to generate an id for</p>
1819
+
1820
+ </td>
1821
+ </tr>
1822
+ <tr>
1823
+ <td>row</td>
1824
+ <td>
1825
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1826
+ </td>
1827
+
1828
+ <td>
1829
+ No
1830
+ </td>
1831
+
1832
+ <td>
1833
+ <code>0</code>
1834
+ </td>
1835
+
1836
+ <td>
1837
+ <p>the row of the header to generate an id for</p>
1838
+
1839
+ </td>
1840
+ </tr>
1841
+ </tbody>
1842
+ </table>
1843
+ </div>
1844
+ <div class="io-description">
1845
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1846
+
1847
+ </div>
1848
+ <div class="io-description">
1849
+
1850
+ </div>
1820
1851
  </td>
1821
1852
  </tr>
1822
1853
  </tbody>
@@ -1839,53 +1870,51 @@ empty <code>TableItem</code> elements.</p>
1839
1870
  </tr>
1840
1871
 
1841
1872
 
1842
- <tr>
1843
- <td class="col-md-4">
1844
- <div class="io-line">Defined in <a href="" data-line="424"
1845
- class="link-to-prism">src/table/table-model.class.ts:424</a></div>
1846
- </td>
1847
- </tr>
1873
+ <tr>
1874
+ <td class="col-md-4">
1875
+ <div class="io-line">Defined in <a href="" data-line="424"
1876
+ class="link-to-prism">src/table/table-model.class.ts:424</a></div>
1877
+ </td>
1878
+ </tr>
1848
1879
 
1849
1880
 
1850
1881
  <tr>
1851
1882
  <td class="col-md-4">
1852
1883
 
1853
- <div class="io-description">
1854
- <b>Parameters :</b>
1855
-
1856
- <table class="params">
1857
- <thead>
1858
- <tr>
1859
- <td>Name</td>
1860
- <td>Type</td>
1861
- <td>Optional</td>
1862
- </tr>
1863
- </thead>
1864
- <tbody>
1865
- <tr>
1866
- <td>index</td>
1867
- <td>
1868
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1869
- </td>
1884
+ <div class="io-description">
1885
+ <b>Parameters :</b>
1886
+
1887
+ <table class="params">
1888
+ <thead>
1889
+ <tr>
1890
+ <td>Name</td>
1891
+ <td>Type</td>
1892
+ <td>Optional</td>
1893
+ </tr>
1894
+ </thead>
1895
+ <tbody>
1896
+ <tr>
1897
+ <td>index</td>
1898
+ <td>
1899
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1900
+ </td>
1870
1901
 
1871
- <td>
1872
- No
1873
- </td>
1902
+ <td>
1903
+ No
1904
+ </td>
1874
1905
 
1875
1906
 
1876
- </tr>
1877
- </tbody>
1878
- </table>
1879
- </div>
1880
- <div>
1881
- </div>
1882
- <div class="io-description">
1883
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
1907
+ </tr>
1908
+ </tbody>
1909
+ </table>
1910
+ </div>
1911
+ <div class="io-description">
1912
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
1884
1913
 
1885
- </div>
1886
- <div class="io-description">
1887
-
1888
- </div>
1914
+ </div>
1915
+ <div class="io-description">
1916
+
1917
+ </div>
1889
1918
  </td>
1890
1919
  </tr>
1891
1920
  </tbody>
@@ -1908,21 +1937,21 @@ empty <code>TableItem</code> elements.</p>
1908
1937
  </tr>
1909
1938
 
1910
1939
 
1911
- <tr>
1912
- <td class="col-md-4">
1913
- <div class="io-line">Defined in <a href="" data-line="412"
1914
- class="link-to-prism">src/table/table-model.class.ts:412</a></div>
1915
- </td>
1916
- </tr>
1940
+ <tr>
1941
+ <td class="col-md-4">
1942
+ <div class="io-line">Defined in <a href="" data-line="412"
1943
+ class="link-to-prism">src/table/table-model.class.ts:412</a></div>
1944
+ </td>
1945
+ </tr>
1917
1946
 
1918
1947
 
1919
1948
  <tr>
1920
1949
  <td class="col-md-4">
1921
1950
 
1922
- <div class="io-description">
1923
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
1951
+ <div class="io-description">
1952
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
1924
1953
 
1925
- </div>
1954
+ </div>
1926
1955
  </td>
1927
1956
  </tr>
1928
1957
  </tbody>
@@ -1945,55 +1974,53 @@ empty <code>TableItem</code> elements.</p>
1945
1974
  </tr>
1946
1975
 
1947
1976
 
1948
- <tr>
1949
- <td class="col-md-4">
1950
- <div class="io-line">Defined in <a href="" data-line="692"
1951
- class="link-to-prism">src/table/table-model.class.ts:692</a></div>
1952
- </td>
1953
- </tr>
1977
+ <tr>
1978
+ <td class="col-md-4">
1979
+ <div class="io-line">Defined in <a href="" data-line="692"
1980
+ class="link-to-prism">src/table/table-model.class.ts:692</a></div>
1981
+ </td>
1982
+ </tr>
1954
1983
 
1955
1984
 
1956
1985
  <tr>
1957
1986
  <td class="col-md-4">
1958
- <div class="io-description"><p>Checks if row is disabled or not.</p>
1987
+ <div class="io-description"><p>Checks if row is disabled or not.</p>
1959
1988
  </div>
1960
1989
 
1961
- <div class="io-description">
1962
- <b>Parameters :</b>
1963
-
1964
- <table class="params">
1965
- <thead>
1966
- <tr>
1967
- <td>Name</td>
1968
- <td>Type</td>
1969
- <td>Optional</td>
1970
- </tr>
1971
- </thead>
1972
- <tbody>
1973
- <tr>
1974
- <td>index</td>
1975
- <td>
1976
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
1977
- </td>
1978
-
1979
- <td>
1980
- No
1981
- </td>
1982
-
1983
-
1984
- </tr>
1985
- </tbody>
1986
- </table>
1987
- </div>
1988
- <div>
1989
- </div>
1990
- <div class="io-description">
1991
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1992
-
1993
- </div>
1994
- <div class="io-description">
1995
-
1996
- </div>
1990
+ <div class="io-description">
1991
+ <b>Parameters :</b>
1992
+
1993
+ <table class="params">
1994
+ <thead>
1995
+ <tr>
1996
+ <td>Name</td>
1997
+ <td>Type</td>
1998
+ <td>Optional</td>
1999
+ </tr>
2000
+ </thead>
2001
+ <tbody>
2002
+ <tr>
2003
+ <td>index</td>
2004
+ <td>
2005
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2006
+ </td>
2007
+
2008
+ <td>
2009
+ No
2010
+ </td>
2011
+
2012
+
2013
+ </tr>
2014
+ </tbody>
2015
+ </table>
2016
+ </div>
2017
+ <div class="io-description">
2018
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
2019
+
2020
+ </div>
2021
+ <div class="io-description">
2022
+
2023
+ </div>
1997
2024
  </td>
1998
2025
  </tr>
1999
2026
  </tbody>
@@ -2016,53 +2043,51 @@ empty <code>TableItem</code> elements.</p>
2016
2043
  </tr>
2017
2044
 
2018
2045
 
2019
- <tr>
2020
- <td class="col-md-4">
2021
- <div class="io-line">Defined in <a href="" data-line="416"
2022
- class="link-to-prism">src/table/table-model.class.ts:416</a></div>
2023
- </td>
2024
- </tr>
2046
+ <tr>
2047
+ <td class="col-md-4">
2048
+ <div class="io-line">Defined in <a href="" data-line="416"
2049
+ class="link-to-prism">src/table/table-model.class.ts:416</a></div>
2050
+ </td>
2051
+ </tr>
2025
2052
 
2026
2053
 
2027
2054
  <tr>
2028
2055
  <td class="col-md-4">
2029
2056
 
2030
- <div class="io-description">
2031
- <b>Parameters :</b>
2032
-
2033
- <table class="params">
2034
- <thead>
2035
- <tr>
2036
- <td>Name</td>
2037
- <td>Type</td>
2038
- <td>Optional</td>
2039
- </tr>
2040
- </thead>
2041
- <tbody>
2042
- <tr>
2043
- <td>index</td>
2044
- <td>
2045
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2046
- </td>
2057
+ <div class="io-description">
2058
+ <b>Parameters :</b>
2059
+
2060
+ <table class="params">
2061
+ <thead>
2062
+ <tr>
2063
+ <td>Name</td>
2064
+ <td>Type</td>
2065
+ <td>Optional</td>
2066
+ </tr>
2067
+ </thead>
2068
+ <tbody>
2069
+ <tr>
2070
+ <td>index</td>
2071
+ <td>
2072
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2073
+ </td>
2047
2074
 
2048
- <td>
2049
- No
2050
- </td>
2075
+ <td>
2076
+ No
2077
+ </td>
2051
2078
 
2052
2079
 
2053
- </tr>
2054
- </tbody>
2055
- </table>
2056
- </div>
2057
- <div>
2058
- </div>
2059
- <div class="io-description">
2060
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2080
+ </tr>
2081
+ </tbody>
2082
+ </table>
2083
+ </div>
2084
+ <div class="io-description">
2085
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2061
2086
 
2062
- </div>
2063
- <div class="io-description">
2064
-
2065
- </div>
2087
+ </div>
2088
+ <div class="io-description">
2089
+
2090
+ </div>
2066
2091
  </td>
2067
2092
  </tr>
2068
2093
  </tbody>
@@ -2085,53 +2110,51 @@ empty <code>TableItem</code> elements.</p>
2085
2110
  </tr>
2086
2111
 
2087
2112
 
2088
- <tr>
2089
- <td class="col-md-4">
2090
- <div class="io-line">Defined in <a href="" data-line="420"
2091
- class="link-to-prism">src/table/table-model.class.ts:420</a></div>
2092
- </td>
2093
- </tr>
2113
+ <tr>
2114
+ <td class="col-md-4">
2115
+ <div class="io-line">Defined in <a href="" data-line="420"
2116
+ class="link-to-prism">src/table/table-model.class.ts:420</a></div>
2117
+ </td>
2118
+ </tr>
2094
2119
 
2095
2120
 
2096
2121
  <tr>
2097
2122
  <td class="col-md-4">
2098
2123
 
2099
- <div class="io-description">
2100
- <b>Parameters :</b>
2101
-
2102
- <table class="params">
2103
- <thead>
2104
- <tr>
2105
- <td>Name</td>
2106
- <td>Type</td>
2107
- <td>Optional</td>
2108
- </tr>
2109
- </thead>
2110
- <tbody>
2111
- <tr>
2112
- <td>index</td>
2113
- <td>
2114
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2115
- </td>
2124
+ <div class="io-description">
2125
+ <b>Parameters :</b>
2126
+
2127
+ <table class="params">
2128
+ <thead>
2129
+ <tr>
2130
+ <td>Name</td>
2131
+ <td>Type</td>
2132
+ <td>Optional</td>
2133
+ </tr>
2134
+ </thead>
2135
+ <tbody>
2136
+ <tr>
2137
+ <td>index</td>
2138
+ <td>
2139
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2140
+ </td>
2116
2141
 
2117
- <td>
2118
- No
2119
- </td>
2142
+ <td>
2143
+ No
2144
+ </td>
2120
2145
 
2121
2146
 
2122
- </tr>
2123
- </tbody>
2124
- </table>
2125
- </div>
2126
- <div>
2127
- </div>
2128
- <div class="io-description">
2129
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2147
+ </tr>
2148
+ </tbody>
2149
+ </table>
2150
+ </div>
2151
+ <div class="io-description">
2152
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2130
2153
 
2131
- </div>
2132
- <div class="io-description">
2133
-
2134
- </div>
2154
+ </div>
2155
+ <div class="io-description">
2156
+
2157
+ </div>
2135
2158
  </td>
2136
2159
  </tr>
2137
2160
  </tbody>
@@ -2154,56 +2177,54 @@ empty <code>TableItem</code> elements.</p>
2154
2177
  </tr>
2155
2178
 
2156
2179
 
2157
- <tr>
2158
- <td class="col-md-4">
2159
- <div class="io-line">Defined in <a href="" data-line="652"
2160
- class="link-to-prism">src/table/table-model.class.ts:652</a></div>
2161
- </td>
2162
- </tr>
2180
+ <tr>
2181
+ <td class="col-md-4">
2182
+ <div class="io-line">Defined in <a href="" data-line="652"
2183
+ class="link-to-prism">src/table/table-model.class.ts:652</a></div>
2184
+ </td>
2185
+ </tr>
2163
2186
 
2164
2187
 
2165
2188
  <tr>
2166
2189
  <td class="col-md-4">
2167
- <div class="io-description"><p>Checks if row is filtered out.</p>
2190
+ <div class="io-description"><p>Checks if row is filtered out.</p>
2168
2191
  </div>
2169
2192
 
2170
- <div class="io-description">
2171
- <b>Parameters :</b>
2172
-
2173
- <table class="params">
2174
- <thead>
2175
- <tr>
2176
- <td>Name</td>
2177
- <td>Type</td>
2178
- <td>Optional</td>
2179
- </tr>
2180
- </thead>
2181
- <tbody>
2182
- <tr>
2183
- <td>index</td>
2184
- <td>
2185
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2186
- </td>
2187
-
2188
- <td>
2189
- No
2190
- </td>
2191
-
2192
-
2193
- </tr>
2194
- </tbody>
2195
- </table>
2196
- </div>
2197
- <div>
2198
- </div>
2199
- <div class="io-description">
2200
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
2201
-
2202
- </div>
2203
- <div class="io-description">
2204
- <p>true if any of the filters in header filters out the <code>index</code>th row</p>
2205
-
2206
- </div>
2193
+ <div class="io-description">
2194
+ <b>Parameters :</b>
2195
+
2196
+ <table class="params">
2197
+ <thead>
2198
+ <tr>
2199
+ <td>Name</td>
2200
+ <td>Type</td>
2201
+ <td>Optional</td>
2202
+ </tr>
2203
+ </thead>
2204
+ <tbody>
2205
+ <tr>
2206
+ <td>index</td>
2207
+ <td>
2208
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2209
+ </td>
2210
+
2211
+ <td>
2212
+ No
2213
+ </td>
2214
+
2215
+
2216
+ </tr>
2217
+ </tbody>
2218
+ </table>
2219
+ </div>
2220
+ <div class="io-description">
2221
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
2222
+
2223
+ </div>
2224
+ <div class="io-description">
2225
+ <p>true if any of the filters in header filters out the <code>index</code>th row</p>
2226
+
2227
+ </div>
2207
2228
  </td>
2208
2229
  </tr>
2209
2230
  </tbody>
@@ -2226,53 +2247,51 @@ empty <code>TableItem</code> elements.</p>
2226
2247
  </tr>
2227
2248
 
2228
2249
 
2229
- <tr>
2230
- <td class="col-md-4">
2231
- <div class="io-line">Defined in <a href="" data-line="685"
2232
- class="link-to-prism">src/table/table-model.class.ts:685</a></div>
2233
- </td>
2234
- </tr>
2250
+ <tr>
2251
+ <td class="col-md-4">
2252
+ <div class="io-line">Defined in <a href="" data-line="685"
2253
+ class="link-to-prism">src/table/table-model.class.ts:685</a></div>
2254
+ </td>
2255
+ </tr>
2235
2256
 
2236
2257
 
2237
2258
  <tr>
2238
2259
  <td class="col-md-4">
2239
2260
 
2240
- <div class="io-description">
2241
- <b>Parameters :</b>
2242
-
2243
- <table class="params">
2244
- <thead>
2245
- <tr>
2246
- <td>Name</td>
2247
- <td>Type</td>
2248
- <td>Optional</td>
2249
- </tr>
2250
- </thead>
2251
- <tbody>
2252
- <tr>
2253
- <td>index</td>
2254
- <td>
2255
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2256
- </td>
2261
+ <div class="io-description">
2262
+ <b>Parameters :</b>
2263
+
2264
+ <table class="params">
2265
+ <thead>
2266
+ <tr>
2267
+ <td>Name</td>
2268
+ <td>Type</td>
2269
+ <td>Optional</td>
2270
+ </tr>
2271
+ </thead>
2272
+ <tbody>
2273
+ <tr>
2274
+ <td>index</td>
2275
+ <td>
2276
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2277
+ </td>
2257
2278
 
2258
- <td>
2259
- No
2260
- </td>
2279
+ <td>
2280
+ No
2281
+ </td>
2261
2282
 
2262
2283
 
2263
- </tr>
2264
- </tbody>
2265
- </table>
2266
- </div>
2267
- <div>
2268
- </div>
2269
- <div class="io-description">
2270
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2284
+ </tr>
2285
+ </tbody>
2286
+ </table>
2287
+ </div>
2288
+ <div class="io-description">
2289
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
2271
2290
 
2272
- </div>
2273
- <div class="io-description">
2274
-
2275
- </div>
2291
+ </div>
2292
+ <div class="io-description">
2293
+
2294
+ </div>
2276
2295
  </td>
2277
2296
  </tr>
2278
2297
  </tbody>
@@ -2295,65 +2314,63 @@ empty <code>TableItem</code> elements.</p>
2295
2314
  </tr>
2296
2315
 
2297
2316
 
2298
- <tr>
2299
- <td class="col-md-4">
2300
- <div class="io-line">Defined in <a href="" data-line="538"
2301
- class="link-to-prism">src/table/table-model.class.ts:538</a></div>
2302
- </td>
2303
- </tr>
2317
+ <tr>
2318
+ <td class="col-md-4">
2319
+ <div class="io-line">Defined in <a href="" data-line="538"
2320
+ class="link-to-prism">src/table/table-model.class.ts:538</a></div>
2321
+ </td>
2322
+ </tr>
2304
2323
 
2305
2324
 
2306
2325
  <tr>
2307
2326
  <td class="col-md-4">
2308
2327
 
2309
- <div class="io-description">
2310
- <b>Parameters :</b>
2311
-
2312
- <table class="params">
2313
- <thead>
2314
- <tr>
2315
- <td>Name</td>
2316
- <td>Type</td>
2317
- <td>Optional</td>
2318
- </tr>
2319
- </thead>
2320
- <tbody>
2321
- <tr>
2322
- <td>indexFrom</td>
2323
- <td>
2324
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2325
- </td>
2328
+ <div class="io-description">
2329
+ <b>Parameters :</b>
2330
+
2331
+ <table class="params">
2332
+ <thead>
2333
+ <tr>
2334
+ <td>Name</td>
2335
+ <td>Type</td>
2336
+ <td>Optional</td>
2337
+ </tr>
2338
+ </thead>
2339
+ <tbody>
2340
+ <tr>
2341
+ <td>indexFrom</td>
2342
+ <td>
2343
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2344
+ </td>
2326
2345
 
2327
- <td>
2328
- No
2329
- </td>
2346
+ <td>
2347
+ No
2348
+ </td>
2330
2349
 
2331
2350
 
2332
- </tr>
2333
- <tr>
2334
- <td>indexTo</td>
2335
- <td>
2336
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2337
- </td>
2351
+ </tr>
2352
+ <tr>
2353
+ <td>indexTo</td>
2354
+ <td>
2355
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2356
+ </td>
2338
2357
 
2339
- <td>
2340
- No
2341
- </td>
2358
+ <td>
2359
+ No
2360
+ </td>
2342
2361
 
2343
2362
 
2344
- </tr>
2345
- </tbody>
2346
- </table>
2347
- </div>
2348
- <div>
2349
- </div>
2350
- <div class="io-description">
2351
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2363
+ </tr>
2364
+ </tbody>
2365
+ </table>
2366
+ </div>
2367
+ <div class="io-description">
2368
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2352
2369
 
2353
- </div>
2354
- <div class="io-description">
2355
-
2356
- </div>
2370
+ </div>
2371
+ <div class="io-description">
2372
+
2373
+ </div>
2357
2374
  </td>
2358
2375
  </tr>
2359
2376
  </tbody>
@@ -2376,25 +2393,25 @@ empty <code>TableItem</code> elements.</p>
2376
2393
  </tr>
2377
2394
 
2378
2395
 
2379
- <tr>
2380
- <td class="col-md-4">
2381
- <div class="io-line">Defined in <a href="" data-line="636"
2382
- class="link-to-prism">src/table/table-model.class.ts:636</a></div>
2383
- </td>
2384
- </tr>
2396
+ <tr>
2397
+ <td class="col-md-4">
2398
+ <div class="io-line">Defined in <a href="" data-line="636"
2399
+ class="link-to-prism">src/table/table-model.class.ts:636</a></div>
2400
+ </td>
2401
+ </tr>
2385
2402
 
2386
2403
 
2387
2404
  <tr>
2388
2405
  <td class="col-md-4">
2389
- <div class="io-description"><p>Restores <code>rowsSelected</code> from data pushed by <code>pushRowSelectionToModelData()</code></p>
2406
+ <div class="io-description"><p>Restores <code>rowsSelected</code> from data pushed by <code>pushRowSelectionToModelData()</code></p>
2390
2407
  <p>Call after sorting data (if you previously pushed to maintain selection order)
2391
2408
  to make everything right with the world again.</p>
2392
2409
  </div>
2393
2410
 
2394
- <div class="io-description">
2395
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2411
+ <div class="io-description">
2412
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2396
2413
 
2397
- </div>
2414
+ </div>
2398
2415
  </td>
2399
2416
  </tr>
2400
2417
  </tbody>
@@ -2417,27 +2434,27 @@ to make everything right with the world again.</p>
2417
2434
  </tr>
2418
2435
 
2419
2436
 
2420
- <tr>
2421
- <td class="col-md-4">
2422
- <div class="io-line">Defined in <a href="" data-line="606"
2423
- class="link-to-prism">src/table/table-model.class.ts:606</a></div>
2424
- </td>
2425
- </tr>
2437
+ <tr>
2438
+ <td class="col-md-4">
2439
+ <div class="io-line">Defined in <a href="" data-line="606"
2440
+ class="link-to-prism">src/table/table-model.class.ts:606</a></div>
2441
+ </td>
2442
+ </tr>
2426
2443
 
2427
2444
 
2428
2445
  <tr>
2429
2446
  <td class="col-md-4">
2430
- <div class="io-description"><p>Appends <code>rowsSelected</code> and <code>rowsExpanded</code> info to model data.</p>
2447
+ <div class="io-description"><p>Appends <code>rowsSelected</code> and <code>rowsExpanded</code> info to model data.</p>
2431
2448
  <p>When sorting rows, do this first so information about row selection
2432
2449
  gets sorted with the other row info.</p>
2433
2450
  <p>Call <code>popRowSelectionFromModelData()</code> after sorting to make everything
2434
2451
  right with the world again.</p>
2435
2452
  </div>
2436
2453
 
2437
- <div class="io-description">
2438
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2454
+ <div class="io-description">
2455
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2439
2456
 
2440
- </div>
2457
+ </div>
2441
2458
  </td>
2442
2459
  </tr>
2443
2460
  </tbody>
@@ -2448,7 +2465,7 @@ right with the world again.</p>
2448
2465
  <td class="col-md-4">
2449
2466
  <a name="realColumnIndex"></a>
2450
2467
  <span class="name">
2451
- <span class="modifier">Protected</span>
2468
+ <span class="modifier">Protected</span>
2452
2469
  <span ><b>realColumnIndex</b></span>
2453
2470
  <a href="#realColumnIndex"><span class="icon ion-ios-link"></span></a>
2454
2471
  </span>
@@ -2456,63 +2473,61 @@ right with the world again.</p>
2456
2473
  </tr>
2457
2474
  <tr>
2458
2475
  <td class="col-md-4">
2459
- <span class="modifier-icon icon ion-ios-reset"></span>
2476
+ <span class="modifier-icon icon ion-ios-reset"></span>
2460
2477
  <code>realColumnIndex(index: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank">number</a>)</code>
2461
2478
  </td>
2462
2479
  </tr>
2463
2480
 
2464
2481
 
2465
- <tr>
2466
- <td class="col-md-4">
2467
- <div class="io-line">Defined in <a href="" data-line="726"
2468
- class="link-to-prism">src/table/table-model.class.ts:726</a></div>
2469
- </td>
2470
- </tr>
2482
+ <tr>
2483
+ <td class="col-md-4">
2484
+ <div class="io-line">Defined in <a href="" data-line="726"
2485
+ class="link-to-prism">src/table/table-model.class.ts:726</a></div>
2486
+ </td>
2487
+ </tr>
2471
2488
 
2472
2489
 
2473
2490
  <tr>
2474
2491
  <td class="col-md-4">
2475
- <div class="io-description"><p>Gets the true index of a column based on it&#39;s relative position.
2492
+ <div class="io-description"><p>Gets the true index of a column based on it&#39;s relative position.
2476
2493
  Like in Python, positive numbers start from the top and
2477
2494
  negative numbers start from the bottom.</p>
2478
2495
  </div>
2479
2496
 
2480
- <div class="io-description">
2481
- <b>Parameters :</b>
2482
-
2483
- <table class="params">
2484
- <thead>
2485
- <tr>
2486
- <td>Name</td>
2487
- <td>Type</td>
2488
- <td>Optional</td>
2489
- </tr>
2490
- </thead>
2491
- <tbody>
2492
- <tr>
2493
- <td>index</td>
2494
- <td>
2495
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2496
- </td>
2497
-
2498
- <td>
2499
- No
2500
- </td>
2501
-
2502
-
2503
- </tr>
2504
- </tbody>
2505
- </table>
2506
- </div>
2507
- <div>
2508
- </div>
2509
- <div class="io-description">
2510
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2511
-
2512
- </div>
2513
- <div class="io-description">
2514
-
2515
- </div>
2497
+ <div class="io-description">
2498
+ <b>Parameters :</b>
2499
+
2500
+ <table class="params">
2501
+ <thead>
2502
+ <tr>
2503
+ <td>Name</td>
2504
+ <td>Type</td>
2505
+ <td>Optional</td>
2506
+ </tr>
2507
+ </thead>
2508
+ <tbody>
2509
+ <tr>
2510
+ <td>index</td>
2511
+ <td>
2512
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2513
+ </td>
2514
+
2515
+ <td>
2516
+ No
2517
+ </td>
2518
+
2519
+
2520
+ </tr>
2521
+ </tbody>
2522
+ </table>
2523
+ </div>
2524
+ <div class="io-description">
2525
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2526
+
2527
+ </div>
2528
+ <div class="io-description">
2529
+
2530
+ </div>
2516
2531
  </td>
2517
2532
  </tr>
2518
2533
  </tbody>
@@ -2523,7 +2538,7 @@ negative numbers start from the bottom.</p>
2523
2538
  <td class="col-md-4">
2524
2539
  <a name="realIndex"></a>
2525
2540
  <span class="name">
2526
- <span class="modifier">Protected</span>
2541
+ <span class="modifier">Protected</span>
2527
2542
  <span ><b>realIndex</b></span>
2528
2543
  <a href="#realIndex"><span class="icon ion-ios-link"></span></a>
2529
2544
  </span>
@@ -2531,74 +2546,72 @@ negative numbers start from the bottom.</p>
2531
2546
  </tr>
2532
2547
  <tr>
2533
2548
  <td class="col-md-4">
2534
- <span class="modifier-icon icon ion-ios-reset"></span>
2549
+ <span class="modifier-icon icon ion-ios-reset"></span>
2535
2550
  <code>realIndex(index: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank">number</a>, length: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank">number</a>)</code>
2536
2551
  </td>
2537
2552
  </tr>
2538
2553
 
2539
2554
 
2540
- <tr>
2541
- <td class="col-md-4">
2542
- <div class="io-line">Defined in <a href="" data-line="737"
2543
- class="link-to-prism">src/table/table-model.class.ts:737</a></div>
2544
- </td>
2545
- </tr>
2555
+ <tr>
2556
+ <td class="col-md-4">
2557
+ <div class="io-line">Defined in <a href="" data-line="737"
2558
+ class="link-to-prism">src/table/table-model.class.ts:737</a></div>
2559
+ </td>
2560
+ </tr>
2546
2561
 
2547
2562
 
2548
2563
  <tr>
2549
2564
  <td class="col-md-4">
2550
- <div class="io-description"><p>Generic function to calculate the real index of something.
2565
+ <div class="io-description"><p>Generic function to calculate the real index of something.
2551
2566
  Used by <code>realRowIndex()</code> and <code>realColumnIndex()</code></p>
2552
2567
  </div>
2553
2568
 
2554
- <div class="io-description">
2555
- <b>Parameters :</b>
2556
-
2557
- <table class="params">
2558
- <thead>
2559
- <tr>
2560
- <td>Name</td>
2561
- <td>Type</td>
2562
- <td>Optional</td>
2563
- </tr>
2564
- </thead>
2565
- <tbody>
2566
- <tr>
2567
- <td>index</td>
2568
- <td>
2569
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2570
- </td>
2571
-
2572
- <td>
2573
- No
2574
- </td>
2575
-
2576
-
2577
- </tr>
2578
- <tr>
2579
- <td>length</td>
2580
- <td>
2581
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2582
- </td>
2583
-
2584
- <td>
2585
- No
2586
- </td>
2587
-
2588
-
2589
- </tr>
2590
- </tbody>
2591
- </table>
2592
- </div>
2593
- <div>
2594
- </div>
2595
- <div class="io-description">
2596
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2597
-
2598
- </div>
2599
- <div class="io-description">
2600
-
2601
- </div>
2569
+ <div class="io-description">
2570
+ <b>Parameters :</b>
2571
+
2572
+ <table class="params">
2573
+ <thead>
2574
+ <tr>
2575
+ <td>Name</td>
2576
+ <td>Type</td>
2577
+ <td>Optional</td>
2578
+ </tr>
2579
+ </thead>
2580
+ <tbody>
2581
+ <tr>
2582
+ <td>index</td>
2583
+ <td>
2584
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2585
+ </td>
2586
+
2587
+ <td>
2588
+ No
2589
+ </td>
2590
+
2591
+
2592
+ </tr>
2593
+ <tr>
2594
+ <td>length</td>
2595
+ <td>
2596
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2597
+ </td>
2598
+
2599
+ <td>
2600
+ No
2601
+ </td>
2602
+
2603
+
2604
+ </tr>
2605
+ </tbody>
2606
+ </table>
2607
+ </div>
2608
+ <div class="io-description">
2609
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2610
+
2611
+ </div>
2612
+ <div class="io-description">
2613
+
2614
+ </div>
2602
2615
  </td>
2603
2616
  </tr>
2604
2617
  </tbody>
@@ -2609,7 +2622,7 @@ Used by <code>realRowIndex()</code> and <code>realColumnIndex()</code></p>
2609
2622
  <td class="col-md-4">
2610
2623
  <a name="realRowIndex"></a>
2611
2624
  <span class="name">
2612
- <span class="modifier">Protected</span>
2625
+ <span class="modifier">Protected</span>
2613
2626
  <span ><b>realRowIndex</b></span>
2614
2627
  <a href="#realRowIndex"><span class="icon ion-ios-link"></span></a>
2615
2628
  </span>
@@ -2617,63 +2630,61 @@ Used by <code>realRowIndex()</code> and <code>realColumnIndex()</code></p>
2617
2630
  </tr>
2618
2631
  <tr>
2619
2632
  <td class="col-md-4">
2620
- <span class="modifier-icon icon ion-ios-reset"></span>
2633
+ <span class="modifier-icon icon ion-ios-reset"></span>
2621
2634
  <code>realRowIndex(index: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank">number</a>)</code>
2622
2635
  </td>
2623
2636
  </tr>
2624
2637
 
2625
2638
 
2626
- <tr>
2627
- <td class="col-md-4">
2628
- <div class="io-line">Defined in <a href="" data-line="715"
2629
- class="link-to-prism">src/table/table-model.class.ts:715</a></div>
2630
- </td>
2631
- </tr>
2639
+ <tr>
2640
+ <td class="col-md-4">
2641
+ <div class="io-line">Defined in <a href="" data-line="715"
2642
+ class="link-to-prism">src/table/table-model.class.ts:715</a></div>
2643
+ </td>
2644
+ </tr>
2632
2645
 
2633
2646
 
2634
2647
  <tr>
2635
2648
  <td class="col-md-4">
2636
- <div class="io-description"><p>Gets the true index of a row based on it&#39;s relative position.
2649
+ <div class="io-description"><p>Gets the true index of a row based on it&#39;s relative position.
2637
2650
  Like in Python, positive numbers start from the top and
2638
2651
  negative numbers start from the bottom.</p>
2639
2652
  </div>
2640
2653
 
2641
- <div class="io-description">
2642
- <b>Parameters :</b>
2643
-
2644
- <table class="params">
2645
- <thead>
2646
- <tr>
2647
- <td>Name</td>
2648
- <td>Type</td>
2649
- <td>Optional</td>
2650
- </tr>
2651
- </thead>
2652
- <tbody>
2653
- <tr>
2654
- <td>index</td>
2655
- <td>
2656
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2657
- </td>
2658
-
2659
- <td>
2660
- No
2661
- </td>
2662
-
2663
-
2664
- </tr>
2665
- </tbody>
2666
- </table>
2667
- </div>
2668
- <div>
2669
- </div>
2670
- <div class="io-description">
2671
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2672
-
2673
- </div>
2674
- <div class="io-description">
2675
-
2676
- </div>
2654
+ <div class="io-description">
2655
+ <b>Parameters :</b>
2656
+
2657
+ <table class="params">
2658
+ <thead>
2659
+ <tr>
2660
+ <td>Name</td>
2661
+ <td>Type</td>
2662
+ <td>Optional</td>
2663
+ </tr>
2664
+ </thead>
2665
+ <tbody>
2666
+ <tr>
2667
+ <td>index</td>
2668
+ <td>
2669
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2670
+ </td>
2671
+
2672
+ <td>
2673
+ No
2674
+ </td>
2675
+
2676
+
2677
+ </tr>
2678
+ </tbody>
2679
+ </table>
2680
+ </div>
2681
+ <div class="io-description">
2682
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2683
+
2684
+ </div>
2685
+ <div class="io-description">
2686
+
2687
+ </div>
2677
2688
  </td>
2678
2689
  </tr>
2679
2690
  </tbody>
@@ -2696,56 +2707,54 @@ negative numbers start from the bottom.</p>
2696
2707
  </tr>
2697
2708
 
2698
2709
 
2699
- <tr>
2700
- <td class="col-md-4">
2701
- <div class="io-line">Defined in <a href="" data-line="289"
2702
- class="link-to-prism">src/table/table-model.class.ts:289</a></div>
2703
- </td>
2704
- </tr>
2710
+ <tr>
2711
+ <td class="col-md-4">
2712
+ <div class="io-line">Defined in <a href="" data-line="289"
2713
+ class="link-to-prism">src/table/table-model.class.ts:289</a></div>
2714
+ </td>
2715
+ </tr>
2705
2716
 
2706
2717
 
2707
2718
  <tr>
2708
2719
  <td class="col-md-4">
2709
- <div class="io-description"><p>Returns <code>index</code>th row of the table.</p>
2720
+ <div class="io-description"><p>Returns <code>index</code>th row of the table.</p>
2710
2721
  <p>Negative index starts from the end. -1 being the last element.</p>
2711
2722
  </div>
2712
2723
 
2713
- <div class="io-description">
2714
- <b>Parameters :</b>
2715
-
2716
- <table class="params">
2717
- <thead>
2718
- <tr>
2719
- <td>Name</td>
2720
- <td>Type</td>
2721
- <td>Optional</td>
2722
- </tr>
2723
- </thead>
2724
- <tbody>
2725
- <tr>
2726
- <td>index</td>
2727
- <td>
2728
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2729
- </td>
2730
-
2731
- <td>
2732
- No
2733
- </td>
2734
-
2735
-
2736
- </tr>
2737
- </tbody>
2738
- </table>
2739
- </div>
2740
- <div>
2741
- </div>
2742
- <div class="io-description">
2743
- <b>Returns : </b> <code><a href="../classes/TableItem.html" target="_self" >TableItem[]</a></code>
2744
-
2745
- </div>
2746
- <div class="io-description">
2747
-
2748
- </div>
2724
+ <div class="io-description">
2725
+ <b>Parameters :</b>
2726
+
2727
+ <table class="params">
2728
+ <thead>
2729
+ <tr>
2730
+ <td>Name</td>
2731
+ <td>Type</td>
2732
+ <td>Optional</td>
2733
+ </tr>
2734
+ </thead>
2735
+ <tbody>
2736
+ <tr>
2737
+ <td>index</td>
2738
+ <td>
2739
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2740
+ </td>
2741
+
2742
+ <td>
2743
+ No
2744
+ </td>
2745
+
2746
+
2747
+ </tr>
2748
+ </tbody>
2749
+ </table>
2750
+ </div>
2751
+ <div class="io-description">
2752
+ <b>Returns : </b> <code><a href="../classes/TableItem.html" target="_self" >TableItem[]</a></code>
2753
+
2754
+ </div>
2755
+ <div class="io-description">
2756
+
2757
+ </div>
2749
2758
  </td>
2750
2759
  </tr>
2751
2760
  </tbody>
@@ -2768,60 +2777,58 @@ negative numbers start from the bottom.</p>
2768
2777
  </tr>
2769
2778
 
2770
2779
 
2771
- <tr>
2772
- <td class="col-md-4">
2773
- <div class="io-line">Defined in <a href="" data-line="676"
2774
- class="link-to-prism">src/table/table-model.class.ts:676</a></div>
2775
- </td>
2776
- </tr>
2780
+ <tr>
2781
+ <td class="col-md-4">
2782
+ <div class="io-line">Defined in <a href="" data-line="676"
2783
+ class="link-to-prism">src/table/table-model.class.ts:676</a></div>
2784
+ </td>
2785
+ </tr>
2777
2786
 
2778
2787
 
2779
2788
  <tr>
2780
2789
  <td class="col-md-4">
2781
- <div class="io-description"><p>Selects or deselects all rows in the model</p>
2790
+ <div class="io-description"><p>Selects or deselects all rows in the model</p>
2782
2791
  </div>
2783
2792
 
2784
- <div class="io-description">
2785
- <b>Parameters :</b>
2786
-
2787
- <table class="params">
2788
- <thead>
2789
- <tr>
2790
- <td>Name</td>
2791
- <td>Optional</td>
2792
- <td>Default value</td>
2793
- <td>Description</td>
2794
- </tr>
2795
- </thead>
2796
- <tbody>
2797
- <tr>
2798
- <td>value</td>
2799
-
2800
- <td>
2801
- No
2802
- </td>
2803
-
2804
- <td>
2805
- <code>true</code>
2806
- </td>
2807
-
2808
- <td>
2809
- <p>state to set all rows to. Defaults to <code>true</code></p>
2810
-
2811
- </td>
2812
- </tr>
2813
- </tbody>
2814
- </table>
2815
- </div>
2816
- <div>
2817
- </div>
2818
- <div class="io-description">
2819
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2820
-
2821
- </div>
2822
- <div class="io-description">
2823
-
2824
- </div>
2793
+ <div class="io-description">
2794
+ <b>Parameters :</b>
2795
+
2796
+ <table class="params">
2797
+ <thead>
2798
+ <tr>
2799
+ <td>Name</td>
2800
+ <td>Optional</td>
2801
+ <td>Default value</td>
2802
+ <td>Description</td>
2803
+ </tr>
2804
+ </thead>
2805
+ <tbody>
2806
+ <tr>
2807
+ <td>value</td>
2808
+
2809
+ <td>
2810
+ No
2811
+ </td>
2812
+
2813
+ <td>
2814
+ <code>true</code>
2815
+ </td>
2816
+
2817
+ <td>
2818
+ <p>state to set all rows to. Defaults to <code>true</code></p>
2819
+
2820
+ </td>
2821
+ </tr>
2822
+ </tbody>
2823
+ </table>
2824
+ </div>
2825
+ <div class="io-description">
2826
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2827
+
2828
+ </div>
2829
+ <div class="io-description">
2830
+
2831
+ </div>
2825
2832
  </td>
2826
2833
  </tr>
2827
2834
  </tbody>
@@ -2844,23 +2851,23 @@ negative numbers start from the bottom.</p>
2844
2851
  </tr>
2845
2852
 
2846
2853
 
2847
- <tr>
2848
- <td class="col-md-4">
2849
- <div class="io-line">Defined in <a href="" data-line="255"
2850
- class="link-to-prism">src/table/table-model.class.ts:255</a></div>
2851
- </td>
2852
- </tr>
2854
+ <tr>
2855
+ <td class="col-md-4">
2856
+ <div class="io-line">Defined in <a href="" data-line="255"
2857
+ class="link-to-prism">src/table/table-model.class.ts:255</a></div>
2858
+ </td>
2859
+ </tr>
2853
2860
 
2854
2861
 
2855
2862
  <tr>
2856
2863
  <td class="col-md-4">
2857
- <div class="io-description"><p>Returns how many rows is currently selected</p>
2864
+ <div class="io-description"><p>Returns how many rows is currently selected</p>
2858
2865
  </div>
2859
2866
 
2860
- <div class="io-description">
2861
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2867
+ <div class="io-description">
2868
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2862
2869
 
2863
- </div>
2870
+ </div>
2864
2871
  </td>
2865
2872
  </tr>
2866
2873
  </tbody>
@@ -2883,81 +2890,79 @@ negative numbers start from the bottom.</p>
2883
2890
  </tr>
2884
2891
 
2885
2892
 
2886
- <tr>
2887
- <td class="col-md-4">
2888
- <div class="io-line">Defined in <a href="" data-line="663"
2889
- class="link-to-prism">src/table/table-model.class.ts:663</a></div>
2890
- </td>
2891
- </tr>
2893
+ <tr>
2894
+ <td class="col-md-4">
2895
+ <div class="io-line">Defined in <a href="" data-line="663"
2896
+ class="link-to-prism">src/table/table-model.class.ts:663</a></div>
2897
+ </td>
2898
+ </tr>
2892
2899
 
2893
2900
 
2894
2901
  <tr>
2895
2902
  <td class="col-md-4">
2896
- <div class="io-description"><p>Select/deselect <code>index</code>th row based on value</p>
2903
+ <div class="io-description"><p>Select/deselect <code>index</code>th row based on value</p>
2897
2904
  </div>
2898
2905
 
2899
- <div class="io-description">
2900
- <b>Parameters :</b>
2901
-
2902
- <table class="params">
2903
- <thead>
2904
- <tr>
2905
- <td>Name</td>
2906
- <td>Type</td>
2907
- <td>Optional</td>
2908
- <td>Default value</td>
2909
- <td>Description</td>
2910
- </tr>
2911
- </thead>
2912
- <tbody>
2913
- <tr>
2914
- <td>index</td>
2915
- <td>
2916
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2917
- </td>
2918
-
2919
- <td>
2920
- No
2921
- </td>
2922
-
2923
- <td>
2924
- </td>
2925
-
2926
- <td>
2927
- <p>index of the row to select</p>
2928
-
2929
- </td>
2930
- </tr>
2931
- <tr>
2932
- <td>value</td>
2933
- <td>
2934
- </td>
2935
-
2936
- <td>
2937
- No
2938
- </td>
2939
-
2940
- <td>
2941
- <code>true</code>
2942
- </td>
2943
-
2944
- <td>
2945
- <p>state to set the row to. Defaults to <code>true</code></p>
2946
-
2947
- </td>
2948
- </tr>
2949
- </tbody>
2950
- </table>
2951
- </div>
2952
- <div>
2953
- </div>
2954
- <div class="io-description">
2955
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2956
-
2957
- </div>
2958
- <div class="io-description">
2959
-
2960
- </div>
2906
+ <div class="io-description">
2907
+ <b>Parameters :</b>
2908
+
2909
+ <table class="params">
2910
+ <thead>
2911
+ <tr>
2912
+ <td>Name</td>
2913
+ <td>Type</td>
2914
+ <td>Optional</td>
2915
+ <td>Default value</td>
2916
+ <td>Description</td>
2917
+ </tr>
2918
+ </thead>
2919
+ <tbody>
2920
+ <tr>
2921
+ <td>index</td>
2922
+ <td>
2923
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
2924
+ </td>
2925
+
2926
+ <td>
2927
+ No
2928
+ </td>
2929
+
2930
+ <td>
2931
+ </td>
2932
+
2933
+ <td>
2934
+ <p>index of the row to select</p>
2935
+
2936
+ </td>
2937
+ </tr>
2938
+ <tr>
2939
+ <td>value</td>
2940
+ <td>
2941
+ </td>
2942
+
2943
+ <td>
2944
+ No
2945
+ </td>
2946
+
2947
+ <td>
2948
+ <code>true</code>
2949
+ </td>
2950
+
2951
+ <td>
2952
+ <p>state to set the row to. Defaults to <code>true</code></p>
2953
+
2954
+ </td>
2955
+ </tr>
2956
+ </tbody>
2957
+ </table>
2958
+ </div>
2959
+ <div class="io-description">
2960
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2961
+
2962
+ </div>
2963
+ <div class="io-description">
2964
+
2965
+ </div>
2961
2966
  </td>
2962
2967
  </tr>
2963
2968
  </tbody>
@@ -2980,62 +2985,60 @@ negative numbers start from the bottom.</p>
2980
2985
  </tr>
2981
2986
 
2982
2987
 
2983
- <tr>
2984
- <td class="col-md-4">
2985
- <div class="io-line">Defined in <a href="" data-line="574"
2986
- class="link-to-prism">src/table/table-model.class.ts:574</a></div>
2987
- </td>
2988
- </tr>
2988
+ <tr>
2989
+ <td class="col-md-4">
2990
+ <div class="io-line">Defined in <a href="" data-line="574"
2991
+ class="link-to-prism">src/table/table-model.class.ts:574</a></div>
2992
+ </td>
2993
+ </tr>
2989
2994
 
2990
2995
 
2991
2996
  <tr>
2992
2997
  <td class="col-md-4">
2993
- <div class="io-description"><p>Sorts the data currently present in the model based on <code>compare()</code></p>
2998
+ <div class="io-description"><p>Sorts the data currently present in the model based on <code>compare()</code></p>
2994
2999
  <p>Direction is set by <code>ascending</code> and <code>descending</code> properties of <code>TableHeaderItem</code>
2995
3000
  in <code>index</code>th column.</p>
2996
3001
  </div>
2997
3002
 
2998
- <div class="io-description">
2999
- <b>Parameters :</b>
3000
-
3001
- <table class="params">
3002
- <thead>
3003
- <tr>
3004
- <td>Name</td>
3005
- <td>Type</td>
3006
- <td>Optional</td>
3007
- <td>Description</td>
3008
- </tr>
3009
- </thead>
3010
- <tbody>
3011
- <tr>
3012
- <td>index</td>
3013
- <td>
3014
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
3015
- </td>
3016
-
3017
- <td>
3018
- No
3019
- </td>
3020
-
3021
-
3022
- <td>
3023
- <p>The column based on which it&#39;s sorting</p>
3024
-
3025
- </td>
3026
- </tr>
3027
- </tbody>
3028
- </table>
3029
- </div>
3030
- <div>
3031
- </div>
3032
- <div class="io-description">
3033
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3034
-
3035
- </div>
3036
- <div class="io-description">
3037
-
3038
- </div>
3003
+ <div class="io-description">
3004
+ <b>Parameters :</b>
3005
+
3006
+ <table class="params">
3007
+ <thead>
3008
+ <tr>
3009
+ <td>Name</td>
3010
+ <td>Type</td>
3011
+ <td>Optional</td>
3012
+ <td>Description</td>
3013
+ </tr>
3014
+ </thead>
3015
+ <tbody>
3016
+ <tr>
3017
+ <td>index</td>
3018
+ <td>
3019
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
3020
+ </td>
3021
+
3022
+ <td>
3023
+ No
3024
+ </td>
3025
+
3026
+
3027
+ <td>
3028
+ <p>The column based on which it&#39;s sorting</p>
3029
+
3030
+ </td>
3031
+ </tr>
3032
+ </tbody>
3033
+ </table>
3034
+ </div>
3035
+ <div class="io-description">
3036
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
3037
+
3038
+ </div>
3039
+ <div class="io-description">
3040
+
3041
+ </div>
3039
3042
  </td>
3040
3043
  </tr>
3041
3044
  </tbody>
@@ -4006,6 +4009,19 @@ export class TableModel implements PaginationModel {
4006
4009
  var MAX_SEARCH_RESULTS = 15;
4007
4010
  </script>
4008
4011
 
4012
+ <script>
4013
+ $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
4014
+ checkToggle(darkModeState);
4015
+ if ($darkModeToggleSwitchers.length > 0) {
4016
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
4017
+ $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
4018
+ darkModeState = !darkModeState;
4019
+ toggleDarkMode(darkModeState);
4020
+ });
4021
+ }
4022
+ }
4023
+ </script>
4024
+
4009
4025
  <script src="../js/libs/custom-elements.min.js"></script>
4010
4026
  <script src="../js/libs/lit-html.js"></script>
4011
4027