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.
- package/README.md +2 -1
- package/docs/documentation/classes/CheckboxExportedTests.html +168 -108
- package/docs/documentation/classes/ComponentTests.html +150 -90
- package/docs/documentation/classes/DataGridInteractionModel.html +341 -289
- package/docs/documentation/classes/IconCache.html +191 -131
- package/docs/documentation/classes/IconMemoryCache.html +194 -134
- package/docs/documentation/classes/IconNameNotFoundError.html +70 -6
- package/docs/documentation/classes/IconSizeNotFoundError.html +70 -6
- package/docs/documentation/classes/NumberChange.html +69 -5
- package/docs/documentation/classes/Overridable.html +110 -48
- package/docs/documentation/classes/PaginationModel.html +69 -5
- package/docs/documentation/classes/RadioChange.html +69 -5
- package/docs/documentation/classes/TableAdapter.html +354 -302
- package/docs/documentation/classes/TableCellAdapter.html +69 -5
- package/docs/documentation/classes/TableDomAdapter.html +610 -566
- package/docs/documentation/classes/TableHeaderItem.html +169 -109
- package/docs/documentation/classes/TableItem.html +73 -9
- package/docs/documentation/classes/TableModel.html +1250 -1234
- package/docs/documentation/classes/TableRow.html +70 -6
- package/docs/documentation/classes/TableRowAdapter.html +69 -5
- package/docs/documentation/components/Accordion.html +90 -26
- package/docs/documentation/components/AccordionItem.html +118 -56
- package/docs/documentation/components/ActionableNotification.html +146 -84
- package/docs/documentation/components/AlertModal.html +175 -115
- package/docs/documentation/components/BaseIconButton.html +69 -5
- package/docs/documentation/components/BaseNotification.html +134 -72
- package/docs/documentation/components/BaseTabHeader.html +186 -126
- package/docs/documentation/components/Breadcrumb.html +141 -79
- package/docs/documentation/components/BreadcrumbItemComponent.html +114 -52
- package/docs/documentation/components/ButtonSet.html +70 -6
- package/docs/documentation/components/Checkbox.html +482 -434
- package/docs/documentation/components/ClickableTile.html +106 -44
- package/docs/documentation/components/CodeSnippet.html +136 -72
- package/docs/documentation/components/ComboBox.html +757 -719
- package/docs/documentation/components/ContainedList.html +112 -50
- package/docs/documentation/components/ContainedListItem.html +122 -60
- package/docs/documentation/components/ContentSwitcher.html +127 -65
- package/docs/documentation/components/ContextMenuComponent.html +167 -107
- package/docs/documentation/components/ContextMenuDividerComponent.html +69 -5
- package/docs/documentation/components/ContextMenuGroupComponent.html +127 -65
- package/docs/documentation/components/ContextMenuItemComponent.html +281 -221
- package/docs/documentation/components/DatePicker.html +743 -703
- package/docs/documentation/components/DatePickerInput.html +269 -215
- package/docs/documentation/components/Dialog.html +318 -264
- package/docs/documentation/components/Documentation.html +96 -32
- package/docs/documentation/components/Dropdown.html +661 -617
- package/docs/documentation/components/DropdownList.html +679 -639
- package/docs/documentation/components/ExpandableTile.html +99 -35
- package/docs/documentation/components/FileComponent.html +78 -14
- package/docs/documentation/components/FileUploader.html +475 -431
- package/docs/documentation/components/Hamburger.html +81 -17
- package/docs/documentation/components/Header.html +143 -83
- package/docs/documentation/components/HeaderAction.html +79 -15
- package/docs/documentation/components/HeaderGlobal.html +69 -5
- package/docs/documentation/components/HeaderItem.html +105 -43
- package/docs/documentation/components/HeaderMenu.html +200 -140
- package/docs/documentation/components/HeaderNavigation.html +69 -5
- package/docs/documentation/components/IconButton.html +138 -76
- package/docs/documentation/components/InlineLoading.html +70 -6
- package/docs/documentation/components/Label.html +129 -67
- package/docs/documentation/components/ListColumn.html +70 -6
- package/docs/documentation/components/ListHeader.html +90 -26
- package/docs/documentation/components/ListRow.html +166 -104
- package/docs/documentation/components/Loading.html +70 -6
- package/docs/documentation/components/Modal.html +191 -131
- package/docs/documentation/components/ModalFooter.html +69 -5
- package/docs/documentation/components/ModalHeader.html +83 -19
- package/docs/documentation/components/Notification.html +146 -84
- package/docs/documentation/components/NumberComponent.html +389 -337
- package/docs/documentation/components/OverflowMenu.html +110 -48
- package/docs/documentation/components/OverflowMenuCustomPane.html +398 -346
- package/docs/documentation/components/OverflowMenuOption.html +106 -42
- package/docs/documentation/components/OverflowMenuPane.html +426 -374
- package/docs/documentation/components/Overlay.html +106 -44
- package/docs/documentation/components/Pagination.html +73 -9
- package/docs/documentation/components/PaginationNav.html +188 -128
- package/docs/documentation/components/PaginationNavItem.html +71 -7
- package/docs/documentation/components/PaginationOverflow.html +107 -45
- package/docs/documentation/components/Panel.html +69 -5
- package/docs/documentation/components/PasswordInputLabelComponent.html +137 -75
- package/docs/documentation/components/Placeholder.html +80 -16
- package/docs/documentation/components/PopoverContent.html +78 -14
- package/docs/documentation/components/ProgressBar.html +106 -44
- package/docs/documentation/components/ProgressIndicator.html +216 -158
- package/docs/documentation/components/Radio.html +237 -181
- package/docs/documentation/components/RadioGroup.html +412 -360
- package/docs/documentation/components/Search.html +509 -463
- package/docs/documentation/components/Select.html +337 -285
- package/docs/documentation/components/SelectionTile.html +158 -98
- package/docs/documentation/components/SideNav.html +78 -14
- package/docs/documentation/components/SideNavItem.html +149 -89
- package/docs/documentation/components/SideNavMenu.html +107 -43
- package/docs/documentation/components/SkeletonPlaceholder.html +70 -6
- package/docs/documentation/components/SkeletonText.html +124 -62
- package/docs/documentation/components/Slider.html +840 -810
- package/docs/documentation/components/StructuredList.html +211 -153
- package/docs/documentation/components/SwitcherList.html +70 -6
- package/docs/documentation/components/SwitcherListItem.html +105 -43
- package/docs/documentation/components/Tab.html +267 -53
- package/docs/documentation/components/TabHeaderGroup.html +316 -260
- package/docs/documentation/components/TabHeaders.html +425 -373
- package/docs/documentation/components/TabSkeleton.html +69 -5
- package/docs/documentation/components/Table.html +973 -947
- package/docs/documentation/components/TableBody.html +241 -185
- package/docs/documentation/components/TableCheckbox.html +119 -57
- package/docs/documentation/components/TableContainer.html +78 -14
- package/docs/documentation/components/TableData.html +69 -5
- package/docs/documentation/components/TableExpandButton.html +78 -14
- package/docs/documentation/components/TableExpandedRow.html +141 -81
- package/docs/documentation/components/TableHead.html +124 -60
- package/docs/documentation/components/TableHeadCell.html +116 -52
- package/docs/documentation/components/TableHeadCheckbox.html +78 -14
- package/docs/documentation/components/TableHeadExpand.html +69 -5
- package/docs/documentation/components/TableHeader.html +69 -5
- package/docs/documentation/components/TableRadio.html +119 -57
- package/docs/documentation/components/TableRowComponent.html +123 -59
- package/docs/documentation/components/TableToolbar.html +79 -15
- package/docs/documentation/components/TableToolbarActions.html +69 -5
- package/docs/documentation/components/TableToolbarContent.html +69 -5
- package/docs/documentation/components/TableToolbarSearch.html +563 -517
- package/docs/documentation/components/Tabs.html +130 -68
- package/docs/documentation/components/Tag.html +70 -6
- package/docs/documentation/components/TagFilter.html +150 -90
- package/docs/documentation/components/TextInputLabelComponent.html +118 -56
- package/docs/documentation/components/TextareaLabelComponent.html +118 -56
- package/docs/documentation/components/Tile.html +70 -6
- package/docs/documentation/components/TileGroup.html +247 -191
- package/docs/documentation/components/TimePicker.html +321 -269
- package/docs/documentation/components/TimePickerSelect.html +382 -330
- package/docs/documentation/components/Toast.html +155 -93
- package/docs/documentation/components/Toggle.html +568 -522
- package/docs/documentation/components/Toggletip.html +491 -441
- package/docs/documentation/components/Tooltip.html +578 -534
- package/docs/documentation/components/TooltipDefinition.html +559 -513
- package/docs/documentation/components/TreeNodeComponent.html +353 -303
- package/docs/documentation/components/TreeViewComponent.html +155 -93
- package/docs/documentation/coverage.html +71 -7
- package/docs/documentation/dependencies.html +69 -5
- package/docs/documentation/directives/AbstractDropdownView.html +347 -291
- package/docs/documentation/directives/ActionableButton.html +69 -5
- package/docs/documentation/directives/ActionableSubtitle.html +69 -5
- package/docs/documentation/directives/ActionableTitle.html +69 -5
- package/docs/documentation/directives/BaseModal.html +79 -15
- package/docs/documentation/directives/Button.html +71 -7
- package/docs/documentation/directives/ColumnDirective.html +108 -44
- package/docs/documentation/directives/ContentSwitcherOption.html +162 -102
- package/docs/documentation/directives/DialogDirective.html +322 -268
- package/docs/documentation/directives/ExpandableTileAboveFoldDirective.html +69 -5
- package/docs/documentation/directives/ExpandableTileBelowFoldDirective.html +69 -5
- package/docs/documentation/directives/ExpandedRowHover.html +145 -85
- package/docs/documentation/directives/GridDirective.html +89 -25
- package/docs/documentation/directives/IconDirective.html +158 -98
- package/docs/documentation/directives/LayerDirective.html +79 -15
- package/docs/documentation/directives/Link.html +70 -6
- package/docs/documentation/directives/List.html +70 -6
- package/docs/documentation/directives/ListItemDirective.html +69 -5
- package/docs/documentation/directives/ModalContent.html +69 -5
- package/docs/documentation/directives/ModalContentText.html +69 -5
- package/docs/documentation/directives/ModalHeaderHeading.html +69 -5
- package/docs/documentation/directives/ModalHeaderLabel.html +69 -5
- package/docs/documentation/directives/NotificationSubtitle.html +69 -5
- package/docs/documentation/directives/NotificationTitle.html +69 -5
- package/docs/documentation/directives/OptGroup.html +69 -5
- package/docs/documentation/directives/Option.html +69 -5
- package/docs/documentation/directives/OverflowMenuDirective.html +377 -323
- package/docs/documentation/directives/PasswordInput.html +78 -14
- package/docs/documentation/directives/PopoverContainer.html +305 -249
- package/docs/documentation/directives/RowDirective.html +69 -5
- package/docs/documentation/directives/ScrollableList.html +419 -371
- package/docs/documentation/directives/StackDirective.html +70 -6
- package/docs/documentation/directives/TabHeader.html +107 -43
- package/docs/documentation/directives/TableDirective.html +69 -5
- package/docs/documentation/directives/TableHeadCellLabel.html +69 -5
- package/docs/documentation/directives/TableHeaderDescription.html +69 -5
- package/docs/documentation/directives/TableHeaderTitle.html +69 -5
- package/docs/documentation/directives/TextArea.html +70 -6
- package/docs/documentation/directives/TextInput.html +70 -6
- package/docs/documentation/directives/ThemeDirective.html +79 -15
- package/docs/documentation/directives/ToastCaption.html +69 -5
- package/docs/documentation/directives/ToastSubtitle.html +69 -5
- package/docs/documentation/directives/ToastTitle.html +69 -5
- package/docs/documentation/directives/ToggletipAction.html +69 -5
- package/docs/documentation/directives/ToggletipButton.html +69 -5
- package/docs/documentation/directives/ToggletipContent.html +69 -5
- package/docs/documentation/directives/ToggletipLabel.html +69 -5
- package/docs/documentation/index.html +78 -8
- package/docs/documentation/injectables/AnimationFrameService.html +69 -5
- package/docs/documentation/injectables/AnimationFrameServiceSingleton.html +120 -58
- package/docs/documentation/injectables/BaseModalService.html +159 -99
- package/docs/documentation/injectables/ContextMenuSelectionService.html +189 -131
- package/docs/documentation/injectables/DialogService.html +212 -152
- package/docs/documentation/injectables/DocumentService.html +170 -110
- package/docs/documentation/injectables/DropdownService.html +285 -229
- package/docs/documentation/injectables/ElementService.html +127 -65
- package/docs/documentation/injectables/EventService.html +194 -134
- package/docs/documentation/injectables/ExperimentalService.html +276 -220
- package/docs/documentation/injectables/GridService.html +110 -48
- package/docs/documentation/injectables/I18n.html +506 -458
- package/docs/documentation/injectables/IconService.html +309 -255
- package/docs/documentation/injectables/ModalService.html +215 -157
- package/docs/documentation/injectables/NotificationDisplayService.html +110 -48
- package/docs/documentation/injectables/NotificationService.html +349 -295
- package/docs/documentation/injectables/PlaceholderService.html +475 -427
- package/docs/documentation/injectables/TreeViewService.html +115 -53
- package/docs/documentation/interfaces/ActionableContent.html +70 -6
- package/docs/documentation/interfaces/AlertModalData.html +69 -5
- package/docs/documentation/interfaces/BreadcrumbItem.html +69 -5
- package/docs/documentation/interfaces/CloseMeta.html +69 -5
- package/docs/documentation/interfaces/DataGridPosition.html +69 -5
- package/docs/documentation/interfaces/DialogConfig.html +69 -5
- package/docs/documentation/interfaces/ElementVisibilityEvent.html +69 -5
- package/docs/documentation/interfaces/ExpandableTileTranslations.html +69 -5
- package/docs/documentation/interfaces/Experiment.html +69 -5
- package/docs/documentation/interfaces/FileItem.html +69 -5
- package/docs/documentation/interfaces/HeaderItemInterface.html +69 -5
- package/docs/documentation/interfaces/IconDescriptor.html +69 -5
- package/docs/documentation/interfaces/ListItem.html +70 -6
- package/docs/documentation/interfaces/ModalButton.html +69 -5
- package/docs/documentation/interfaces/NavigationItem.html +69 -5
- package/docs/documentation/interfaces/Node.html +69 -5
- package/docs/documentation/interfaces/NotificationAction.html +69 -5
- package/docs/documentation/interfaces/NotificationContent.html +69 -5
- package/docs/documentation/interfaces/NotificationLink.html +69 -5
- package/docs/documentation/interfaces/PaginationNavTranslations.html +69 -5
- package/docs/documentation/interfaces/PaginationTranslations.html +69 -5
- package/docs/documentation/interfaces/ScrollCustomEvent.html +70 -6
- package/docs/documentation/interfaces/SideNavItemInterface.html +70 -6
- package/docs/documentation/interfaces/Step.html +69 -5
- package/docs/documentation/interfaces/TableTranslations.html +69 -5
- package/docs/documentation/interfaces/TileSelection.html +69 -5
- package/docs/documentation/interfaces/ToastContent.html +70 -6
- package/docs/documentation/interfaces/TooltipConfig.html +69 -5
- package/docs/documentation/js/libs/bootstrap-native.js +2 -1
- package/docs/documentation/js/libs/es6-shim.min.js +11 -10
- package/docs/documentation/js/libs/tablesort.min.js +3 -3
- package/docs/documentation/js/libs/tablesort.number.min.js +2 -2
- package/docs/documentation/js/libs/vis.min.js +1 -1
- package/docs/documentation/js/menu-wc_es5.js +17 -19
- package/docs/documentation/js/menu.js +0 -55
- package/docs/documentation/js/search/search.js +71 -56
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/license.html +72 -8
- package/docs/documentation/miscellaneous/enumerations.html +69 -5
- package/docs/documentation/miscellaneous/functions.html +831 -819
- package/docs/documentation/miscellaneous/typealiases.html +69 -5
- package/docs/documentation/miscellaneous/variables.html +70 -6
- package/docs/documentation/modules/AccordionModule.html +69 -5
- package/docs/documentation/modules/BreadcrumbModule.html +69 -5
- package/docs/documentation/modules/ButtonModule.html +69 -5
- package/docs/documentation/modules/CheckboxModule.html +69 -5
- package/docs/documentation/modules/CodeSnippetModule.html +69 -5
- package/docs/documentation/modules/ComboBoxModule.html +69 -5
- package/docs/documentation/modules/ContainedListModule.html +69 -5
- package/docs/documentation/modules/ContentSwitcherModule.html +69 -5
- package/docs/documentation/modules/ContextMenuModule.html +69 -5
- package/docs/documentation/modules/DatePickerInputModule.html +69 -5
- package/docs/documentation/modules/DatePickerModule.html +69 -5
- package/docs/documentation/modules/DialogModule.html +69 -5
- package/docs/documentation/modules/DocumentationModule.html +69 -5
- package/docs/documentation/modules/DropdownModule.html +69 -5
- package/docs/documentation/modules/ExperimentalModule.html +69 -5
- package/docs/documentation/modules/FileUploaderModule.html +69 -5
- package/docs/documentation/modules/GridModule.html +69 -5
- package/docs/documentation/modules/HeaderModule.html +69 -5
- package/docs/documentation/modules/I18nModule.html +69 -5
- package/docs/documentation/modules/IconModule.html +69 -5
- package/docs/documentation/modules/InlineLoadingModule.html +69 -5
- package/docs/documentation/modules/InputModule.html +69 -5
- package/docs/documentation/modules/LayerModule.html +69 -5
- package/docs/documentation/modules/LayoutModule.html +69 -5
- package/docs/documentation/modules/LinkModule.html +69 -5
- package/docs/documentation/modules/ListModule.html +69 -5
- package/docs/documentation/modules/LoadingModule.html +69 -5
- package/docs/documentation/modules/ModalModule.html +69 -5
- package/docs/documentation/modules/NFormsModule.html +69 -5
- package/docs/documentation/modules/NotificationModule.html +69 -5
- package/docs/documentation/modules/NumberModule.html +69 -5
- package/docs/documentation/modules/PaginationModule.html +69 -5
- package/docs/documentation/modules/PanelModule.html +69 -5
- package/docs/documentation/modules/PlaceholderModule.html +69 -5
- package/docs/documentation/modules/PopoverModule.html +69 -5
- package/docs/documentation/modules/ProgressBarModule.html +69 -5
- package/docs/documentation/modules/ProgressIndicatorModule.html +69 -5
- package/docs/documentation/modules/RadioModule.html +69 -5
- package/docs/documentation/modules/SearchModule.html +69 -5
- package/docs/documentation/modules/SelectModule.html +69 -5
- package/docs/documentation/modules/SideNavModule.html +69 -5
- package/docs/documentation/modules/SkeletonModule.html +69 -5
- package/docs/documentation/modules/SliderModule.html +69 -5
- package/docs/documentation/modules/StructuredListModule.html +69 -5
- package/docs/documentation/modules/TableModule.html +68 -4
- package/docs/documentation/modules/TabsModule.html +69 -5
- package/docs/documentation/modules/TagModule.html +69 -5
- package/docs/documentation/modules/ThemeModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ThemeModule.html +73 -9
- package/docs/documentation/modules/TilesModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TilesModule.html +73 -9
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +17 -17
- package/docs/documentation/modules/TimePickerModule.html +86 -22
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TimePickerSelectModule.html +73 -9
- package/docs/documentation/modules/ToggleModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ToggleModule.html +73 -9
- package/docs/documentation/modules/ToggletipModule/dependencies.svg +37 -37
- package/docs/documentation/modules/ToggletipModule.html +106 -42
- package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TooltipModule.html +73 -9
- package/docs/documentation/modules/TreeviewModule/dependencies.svg +34 -34
- package/docs/documentation/modules/TreeviewModule.html +103 -39
- package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
- package/docs/documentation/modules/UIShellModule.html +73 -9
- package/docs/documentation/modules/UtilsModule.html +69 -5
- package/docs/documentation/modules.html +68 -4
- package/docs/documentation/overview.html +68 -4
- package/docs/documentation/pipes/ReplacePipe.html +114 -52
- package/docs/documentation/properties.html +69 -5
- package/docs/documentation/styles/compodoc.css +11 -8
- package/docs/documentation.json +2067 -1757
- package/docs/storybook/{959.4248791c.iframe.bundle.js → 959.05fb42da.iframe.bundle.js} +3 -3
- package/docs/storybook/{959.4248791c.iframe.bundle.js.map → 959.05fb42da.iframe.bundle.js.map} +1 -1
- package/docs/storybook/iframe.html +3 -3
- package/docs/storybook/main.cfffa2d2.iframe.bundle.js +1 -0
- package/docs/storybook/main.css +2 -4
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.b589439b.iframe.bundle.js → runtime~main.c3f8e5ba.iframe.bundle.js} +1 -1
- package/docs/storybook/sb-addons/essentials-controls-1/manager-bundle.js +29 -29
- package/docs/storybook/{tabs-tabs-stories.183f4129.iframe.bundle.js → tabs-tabs-stories.066fa432.iframe.bundle.js} +1 -1
- package/esm2020/tabs/tab.component.mjs +20 -3
- package/fesm2015/carbon-components-angular-tabs.mjs +24 -7
- package/fesm2015/carbon-components-angular-tabs.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-tabs.mjs +24 -7
- package/fesm2020/carbon-components-angular-tabs.mjs.map +1 -1
- package/package.json +1 -1
- package/tabs/tab.component.d.ts +10 -1
- package/docs/storybook/main.5c20d10a.iframe.bundle.js +0 -1
- /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
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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="
|
|
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
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
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
|
-
|
|
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
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
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
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
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
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
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
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
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
|
-
|
|
1274
|
+
<div class="io-description"><p>cycle through the three sort states</p>
|
|
1230
1275
|
</div>
|
|
1231
1276
|
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
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
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
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
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
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
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
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
|
-
|
|
1483
|
+
<div class="io-description"><p>Returns how many rows is currently expanded</p>
|
|
1445
1484
|
</div>
|
|
1446
1485
|
|
|
1447
|
-
|
|
1448
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
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
|
-
|
|
1522
|
+
<div class="io-description"><p>Expands/Collapses <code>index</code>th row based on value</p>
|
|
1484
1523
|
</div>
|
|
1485
1524
|
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
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
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
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
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
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
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
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
|
-
|
|
1787
|
+
<div class="io-description"><p>Returns an id for the given column</p>
|
|
1755
1788
|
</div>
|
|
1756
1789
|
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
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
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
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
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
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
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1902
|
+
<td>
|
|
1903
|
+
No
|
|
1904
|
+
</td>
|
|
1874
1905
|
|
|
1875
1906
|
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
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
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
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
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
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
|
-
|
|
1923
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
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
|
-
|
|
1987
|
+
<div class="io-description"><p>Checks if row is disabled or not.</p>
|
|
1959
1988
|
</div>
|
|
1960
1989
|
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
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
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
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
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
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
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2075
|
+
<td>
|
|
2076
|
+
No
|
|
2077
|
+
</td>
|
|
2051
2078
|
|
|
2052
2079
|
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
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
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
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
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
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
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
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
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2142
|
+
<td>
|
|
2143
|
+
No
|
|
2144
|
+
</td>
|
|
2120
2145
|
|
|
2121
2146
|
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
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
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
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
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
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
|
-
|
|
2190
|
+
<div class="io-description"><p>Checks if row is filtered out.</p>
|
|
2168
2191
|
</div>
|
|
2169
2192
|
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
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
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
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
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
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
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2279
|
+
<td>
|
|
2280
|
+
No
|
|
2281
|
+
</td>
|
|
2261
2282
|
|
|
2262
2283
|
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
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
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
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
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
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
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
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
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2346
|
+
<td>
|
|
2347
|
+
No
|
|
2348
|
+
</td>
|
|
2330
2349
|
|
|
2331
2350
|
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
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
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2358
|
+
<td>
|
|
2359
|
+
No
|
|
2360
|
+
</td>
|
|
2342
2361
|
|
|
2343
2362
|
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
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
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
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
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
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
|
-
|
|
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
|
-
|
|
2395
|
-
|
|
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
|
-
|
|
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
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
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
|
-
|
|
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
|
-
|
|
2438
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
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
|
-
|
|
2492
|
+
<div class="io-description"><p>Gets the true index of a column based on it'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
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
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
|
-
|
|
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
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
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
|
-
|
|
2649
|
+
<div class="io-description"><p>Gets the true index of a row based on it'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
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
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
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
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
|
-
|
|
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
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
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
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
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
|
-
|
|
2790
|
+
<div class="io-description"><p>Selects or deselects all rows in the model</p>
|
|
2782
2791
|
</div>
|
|
2783
2792
|
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
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
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
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
|
-
|
|
2864
|
+
<div class="io-description"><p>Returns how many rows is currently selected</p>
|
|
2858
2865
|
</div>
|
|
2859
2866
|
|
|
2860
|
-
|
|
2861
|
-
|
|
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
|
-
|
|
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
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
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
|
-
|
|
2903
|
+
<div class="io-description"><p>Select/deselect <code>index</code>th row based on value</p>
|
|
2897
2904
|
</div>
|
|
2898
2905
|
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
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
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
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
|
-
|
|
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
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
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'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
|
|