@bennerinformatics/ember-fw-table 2.1.3 → 2.1.5
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/addon/components/fw-pagination-wrapper.js +2 -2
- package/addon/components/fw-table-resort.js +16 -2
- package/addon/components/fw-table-sortable.js +14 -3
- package/addon/templates/components/fw-table-resort.hbs +7 -4
- package/docs/api.js +61 -0
- package/docs/assets/css/custom.css +82 -0
- package/docs/assets/css/external-small.png +0 -0
- package/docs/assets/css/logo.png +0 -0
- package/docs/assets/css/main.css +793 -0
- package/docs/assets/css/theme.css +547 -0
- package/docs/assets/favicon.ico +0 -0
- package/docs/assets/icons/android-icon-144x144.png +0 -0
- package/docs/assets/icons/android-icon-192x192.png +0 -0
- package/docs/assets/icons/android-icon-36x36.png +0 -0
- package/docs/assets/icons/android-icon-48x48.png +0 -0
- package/docs/assets/icons/android-icon-72x72.png +0 -0
- package/docs/assets/icons/android-icon-96x96.png +0 -0
- package/docs/assets/icons/apple-icon-114x114.png +0 -0
- package/docs/assets/icons/apple-icon-120x120.png +0 -0
- package/docs/assets/icons/apple-icon-144x144.png +0 -0
- package/docs/assets/icons/apple-icon-152x152.png +0 -0
- package/docs/assets/icons/apple-icon-180x180.png +0 -0
- package/docs/assets/icons/apple-icon-57x57.png +0 -0
- package/docs/assets/icons/apple-icon-60x60.png +0 -0
- package/docs/assets/icons/apple-icon-72x72.png +0 -0
- package/docs/assets/icons/apple-icon-76x76.png +0 -0
- package/docs/assets/icons/apple-icon-precomposed.png +0 -0
- package/docs/assets/icons/apple-icon.png +0 -0
- package/docs/assets/icons/browserconfig.xml +2 -0
- package/docs/assets/icons/favicon-16x16.png +0 -0
- package/docs/assets/icons/favicon-32x32.png +0 -0
- package/docs/assets/icons/favicon-96x96.png +0 -0
- package/docs/assets/icons/favicon.ico +0 -0
- package/docs/assets/icons/manifest.json +41 -0
- package/docs/assets/icons/ms-icon-144x144.png +0 -0
- package/docs/assets/icons/ms-icon-150x150.png +0 -0
- package/docs/assets/icons/ms-icon-310x310.png +0 -0
- package/docs/assets/icons/ms-icon-70x70.png +0 -0
- package/docs/assets/img/ember-logo.png +0 -0
- package/docs/assets/img/fw-logo.png +0 -0
- package/docs/assets/img/spinner.gif +0 -0
- package/docs/assets/index.html +10 -0
- package/docs/assets/js/api-filter.js +56 -0
- package/docs/assets/js/api-list.js +255 -0
- package/docs/assets/js/api-search.js +98 -0
- package/docs/assets/js/apidocs.js +376 -0
- package/docs/assets/js/yui-prettify.js +17 -0
- package/docs/assets/js/yuidoc-bootstrap.js +274 -0
- package/docs/assets/vendor/bootstrap/css/bootstrap.css +6760 -0
- package/docs/assets/vendor/bootstrap/css/bootstrap.min.css +6 -0
- package/docs/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
- package/docs/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg +288 -0
- package/docs/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/docs/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
- package/docs/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/docs/assets/vendor/bootstrap/img/glyphicons-halflings-white.png +0 -0
- package/docs/assets/vendor/bootstrap/img/glyphicons-halflings.png +0 -0
- package/docs/assets/vendor/bootstrap/js/bootstrap.js +2363 -0
- package/docs/assets/vendor/bootstrap/js/bootstrap.min.js +7 -0
- package/docs/assets/vendor/font-awesome/css/font-awesome.css +2199 -0
- package/docs/assets/vendor/font-awesome/css/font-awesome.min.css +4 -0
- package/docs/assets/vendor/font-awesome/fonts/FontAwesome.otf +0 -0
- package/docs/assets/vendor/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- package/docs/assets/vendor/font-awesome/fonts/fontawesome-webfont.svg +685 -0
- package/docs/assets/vendor/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- package/docs/assets/vendor/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- package/docs/assets/vendor/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
- package/docs/assets/vendor/github-slugger/slugger.js +59 -0
- package/docs/assets/vendor/jquery/jquery.min.js +6 -0
- package/docs/assets/vendor/jquery-ui/jquery-ui.min.js +6 -0
- package/docs/assets/vendor/prettify/CHANGES.html +130 -0
- package/docs/assets/vendor/prettify/COPYING +202 -0
- package/docs/assets/vendor/prettify/README.html +203 -0
- package/docs/assets/vendor/prettify/prettify-min.css +1 -0
- package/docs/assets/vendor/prettify/prettify-min.js +1 -0
- package/docs/classes/BaseCells.html +484 -0
- package/docs/classes/Export.html +457 -0
- package/docs/classes/Format.html +577 -0
- package/docs/classes/FwCellAction.html +312 -0
- package/docs/classes/FwCellBoolean.html +311 -0
- package/docs/classes/FwCellNullable.html +312 -0
- package/docs/classes/FwCellPermissionIcon.html +321 -0
- package/docs/classes/FwColumnSortable.html +358 -0
- package/docs/classes/FwColumnTitle.html +314 -0
- package/docs/classes/FwDeleteModal.html +485 -0
- package/docs/classes/FwExpandableRow.html +307 -0
- package/docs/classes/FwPaginationWrapper.html +2129 -0
- package/docs/classes/FwRowToggle.html +355 -0
- package/docs/classes/FwRowToggleIndex.html +312 -0
- package/docs/classes/FwTableExpandedRow.html +307 -0
- package/docs/classes/FwTableResort.html +827 -0
- package/docs/classes/FwTableSortable.html +1293 -0
- package/docs/classes/Row.html +352 -0
- package/docs/classes/Table.html +672 -0
- package/docs/classes/TableUtil.html +410 -0
- package/docs/classes/index.html +10 -0
- package/docs/data.json +2324 -0
- package/docs/elements/index.html +10 -0
- package/docs/files/addon_classes_Row.js.html +318 -0
- package/docs/files/addon_classes_Table.js.html +390 -0
- package/docs/files/addon_components_fw-cell-action.js.html +257 -0
- package/docs/files/addon_components_fw-cell-boolean.js.html +251 -0
- package/docs/files/addon_components_fw-cell-nullable.js.html +253 -0
- package/docs/files/addon_components_fw-cell-permission-icon.js.html +266 -0
- package/docs/files/addon_components_fw-column-sortable.js.html +281 -0
- package/docs/files/addon_components_fw-column-title.js.html +259 -0
- package/docs/files/addon_components_fw-delete-modal.js.html +318 -0
- package/docs/files/addon_components_fw-expandable-row.js.html +248 -0
- package/docs/files/addon_components_fw-pagination-wrapper.js.html +838 -0
- package/docs/files/addon_components_fw-row-toggle-index.js.html +252 -0
- package/docs/files/addon_components_fw-row-toggle.js.html +270 -0
- package/docs/files/addon_components_fw-table-expanded-row.js.html +261 -0
- package/docs/files/addon_components_fw-table-expanded-rows.js.html +263 -0
- package/docs/files/addon_components_fw-table-resort.js.html +457 -0
- package/docs/files/addon_components_fw-table-sortable.js.html +663 -0
- package/docs/files/addon_documentation.js.html +301 -0
- package/docs/files/addon_initializers_responsive.js.html +253 -0
- package/docs/files/addon_utils_base-cells.js.html +313 -0
- package/docs/files/addon_utils_export.js.html +316 -0
- package/docs/files/addon_utils_formats.js.html +335 -0
- package/docs/files/addon_utils_table.js.html +274 -0
- package/docs/files/index.html +10 -0
- package/docs/index.html +252 -0
- package/docs/modules/CellComponents.html +313 -0
- package/docs/modules/ColumnComponents.html +284 -0
- package/docs/modules/Components.html +285 -0
- package/docs/modules/Introduction.html +261 -0
- package/docs/modules/Utils.html +285 -0
- package/docs/modules/index.html +10 -0
- package/package.json +65 -65
|
@@ -0,0 +1,1293 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<title>FwTableSortable - Ember-FW-Table</title>
|
|
6
|
+
<meta name="description" content="A set of components surrounding the functionality of the fw-table-sortable, which is a simplified table, with ember-light-table as its internals.">
|
|
7
|
+
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
|
|
8
|
+
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
|
9
|
+
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
|
|
10
|
+
<link rel="stylesheet" href="../assets/css/custom.css">
|
|
11
|
+
<link rel="stylesheet" href="../assets/vendor/bootstrap/css/bootstrap.css">
|
|
12
|
+
<link rel="stylesheet" href="../assets/vendor/font-awesome/css/font-awesome.min.css">
|
|
13
|
+
<link rel="stylesheet" href="../assets/css/theme.css">
|
|
14
|
+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700' rel='stylesheet' type='text/css'>
|
|
15
|
+
<!-- favicon information -->
|
|
16
|
+
<link rel="apple-touch-icon" sizes="57x57" href="/assets/icons/apple-icon-57x57.png">
|
|
17
|
+
<link rel="apple-touch-icon" sizes="60x60" href="/assets/icons/apple-icon-60x60.png">
|
|
18
|
+
<link rel="apple-touch-icon" sizes="72x72" href="/assets/icons/apple-icon-72x72.png">
|
|
19
|
+
<link rel="apple-touch-icon" sizes="76x76" href="/assets/icons/apple-icon-76x76.png">
|
|
20
|
+
<link rel="apple-touch-icon" sizes="114x114" href="/assets/icons/apple-icon-114x114.png">
|
|
21
|
+
<link rel="apple-touch-icon" sizes="120x120" href="/assets/icons/apple-icon-120x120.png">
|
|
22
|
+
<link rel="apple-touch-icon" sizes="144x144" href="/assets/icons/apple-icon-144x144.png">
|
|
23
|
+
<link rel="apple-touch-icon" sizes="152x152" href="/assets/icons/apple-icon-152x152.png">
|
|
24
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-icon-180x180.png">
|
|
25
|
+
<link rel="icon" type="image/png" sizes="192x192" href="/assets/icons/android-icon-192x192.png">
|
|
26
|
+
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png">
|
|
27
|
+
<link rel="icon" type="image/png" sizes="96x96" href="/assets/icons/favicon-96x96.png">
|
|
28
|
+
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png">
|
|
29
|
+
<link rel="manifest" href="/assets/icons/manifest.json">
|
|
30
|
+
<meta name="msapplication-TileImage" content="/assets/icons/ms-icon-144x144.png">
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
<style>
|
|
34
|
+
body a {
|
|
35
|
+
color: #7E3DB7;
|
|
36
|
+
}
|
|
37
|
+
body a:hover {
|
|
38
|
+
color: #7E3DB7;
|
|
39
|
+
opacity: 0.5;
|
|
40
|
+
}
|
|
41
|
+
.navbar.navbar-default .navbar-nav> li> a:focus, .navbar.navbar-default .navbar-nav> li> a:hover {
|
|
42
|
+
color: #7E3DB7;
|
|
43
|
+
}
|
|
44
|
+
.navbar.navbar-default .navbar-nav> .active> a, .navbar.navbar-default .navbar-nav> .active> a:focus, .navbar.navbar-default .navbar-nav> .active> a:hover {
|
|
45
|
+
color: #7E3DB7;
|
|
46
|
+
}
|
|
47
|
+
#docs-main .page-header {
|
|
48
|
+
color: #7E3DB7;
|
|
49
|
+
}
|
|
50
|
+
#docs-main .page-section .nav-tabs {
|
|
51
|
+
border-bottom: 1px solid #7E3DB7;
|
|
52
|
+
}
|
|
53
|
+
#docs-main .page-section .nav-tabs> li.active a {
|
|
54
|
+
background: #7E3DB7;
|
|
55
|
+
border: 1px solid #7E3DB7;
|
|
56
|
+
}
|
|
57
|
+
#sidebar li.panel .panel-body ol> li.active, #sidebar li.panel .panel-body ol> li:hover {
|
|
58
|
+
background: #efefef;
|
|
59
|
+
}
|
|
60
|
+
</style>
|
|
61
|
+
</head>
|
|
62
|
+
<body>
|
|
63
|
+
<nav class="navbar navbar-default">
|
|
64
|
+
<div class="container-fluid">
|
|
65
|
+
<div class="navbar-header">
|
|
66
|
+
<a href="../" class="navbar-brand">
|
|
67
|
+
<img src="..\assets\img\fw-logo.png" alt="enterprise logo">
|
|
68
|
+
<span>Ember-FW-Table (API)</span>
|
|
69
|
+
</a>
|
|
70
|
+
</div>
|
|
71
|
+
|
|
72
|
+
<div class="collapse navbar-collapse" id="nav">
|
|
73
|
+
<ul class="nav navbar-nav navbar-right">
|
|
74
|
+
<li><a href="https://linformatics.bitbucket.io/docs/">Docs</a></li>
|
|
75
|
+
<li><a href="https://linformatics.bitbucket.io/downloads/">Downloads</a></li>
|
|
76
|
+
<li><a href="https://linformatics.bitbucket.io/api/">API</a></li>
|
|
77
|
+
<li><a href="https://bitbucket.org/linformatics/ember-fw-table" class="fa fa-github github"></a></li>
|
|
78
|
+
</ul>
|
|
79
|
+
</div>
|
|
80
|
+
</div>
|
|
81
|
+
</nav>
|
|
82
|
+
<div id="main-wrapper" class="row">
|
|
83
|
+
<div id="content-wrapper">
|
|
84
|
+
<ol class="panel-group" id="sidebar" role="tablist" aria-multiselectable="true">
|
|
85
|
+
<li class="panel panel-default">
|
|
86
|
+
<div class="panel-heading" role="tab" id="sidebar-search-heading">
|
|
87
|
+
<h4 class="panel-title">
|
|
88
|
+
<a role="button" data-toggle="collapse" href="#sidebar-search" aria-expanded="true" aria-controls="collapseOne">
|
|
89
|
+
Search
|
|
90
|
+
</a>
|
|
91
|
+
</h4>
|
|
92
|
+
</div>
|
|
93
|
+
<div id="sidebar-search" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="sidebar-search-heading">
|
|
94
|
+
<div class="panel-body">
|
|
95
|
+
<div id="api-tabview-filter">
|
|
96
|
+
<input type="search" id="api-filter" placeholder="Search...">
|
|
97
|
+
</div>
|
|
98
|
+
</div>
|
|
99
|
+
</div>
|
|
100
|
+
</li>
|
|
101
|
+
<li class="panel panel-default">
|
|
102
|
+
<div class="panel-heading" role="tab" id="sidebar-version-heading">
|
|
103
|
+
<h4 class="panel-title">
|
|
104
|
+
<a role="button" href="https://bitbucket.org/linformatics/ember-fw-table/commits/04d3b2ce" target="_blank">
|
|
105
|
+
Tag: 2.1.4.04d3b2ce
|
|
106
|
+
</a>
|
|
107
|
+
</h4>
|
|
108
|
+
</div>
|
|
109
|
+
</li>
|
|
110
|
+
<li class="panel panel-default">
|
|
111
|
+
<div class="panel-heading" role="tab" id="sidebar-modules-heading">
|
|
112
|
+
<h4 class="panel-title">
|
|
113
|
+
<a role="button" data-toggle="collapse" href="#sidebar-modules" aria-expanded="true" aria-controls="collapseOne">
|
|
114
|
+
Modules
|
|
115
|
+
</a>
|
|
116
|
+
</h4>
|
|
117
|
+
</div>
|
|
118
|
+
<div id="sidebar-modules" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="sidebar-modules-heading">
|
|
119
|
+
<div class="panel-body">
|
|
120
|
+
<ol>
|
|
121
|
+
<li>
|
|
122
|
+
<a href="../modules/CellComponents.html">CellComponents</a>
|
|
123
|
+
</li>
|
|
124
|
+
<li>
|
|
125
|
+
<a href="../modules/ColumnComponents.html">ColumnComponents</a>
|
|
126
|
+
</li>
|
|
127
|
+
<li>
|
|
128
|
+
<a href="../modules/Components.html">Components</a>
|
|
129
|
+
</li>
|
|
130
|
+
<li>
|
|
131
|
+
<a href="../modules/Introduction.html">Introduction</a>
|
|
132
|
+
</li>
|
|
133
|
+
<li>
|
|
134
|
+
<a href="../modules/Utils.html">Utils</a>
|
|
135
|
+
</li>
|
|
136
|
+
</ol>
|
|
137
|
+
</div>
|
|
138
|
+
</div>
|
|
139
|
+
</li>
|
|
140
|
+
|
|
141
|
+
<li class="panel panel-default">
|
|
142
|
+
<div class="panel-heading" role="tab" id="sidebar-classes-heading">
|
|
143
|
+
<h4 class="panel-title">
|
|
144
|
+
<a role="button" data-toggle="collapse" href="#sidebar-classes" aria-expanded="true" aria-controls="collapseOne">
|
|
145
|
+
Classes
|
|
146
|
+
</a>
|
|
147
|
+
</h4>
|
|
148
|
+
</div>
|
|
149
|
+
<div id="sidebar-classes" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="sidebar-classes-heading">
|
|
150
|
+
<div class="panel-body">
|
|
151
|
+
<ol>
|
|
152
|
+
<li>
|
|
153
|
+
<a href="../classes/BaseCells.html">BaseCells</a>
|
|
154
|
+
</li>
|
|
155
|
+
<li>
|
|
156
|
+
<a href="../classes/Export.html">Export</a>
|
|
157
|
+
</li>
|
|
158
|
+
<li>
|
|
159
|
+
<a href="../classes/Format.html">Format</a>
|
|
160
|
+
</li>
|
|
161
|
+
<li>
|
|
162
|
+
<a href="../classes/FwCellAction.html">FwCellAction</a>
|
|
163
|
+
</li>
|
|
164
|
+
<li>
|
|
165
|
+
<a href="../classes/FwCellBoolean.html">FwCellBoolean</a>
|
|
166
|
+
</li>
|
|
167
|
+
<li>
|
|
168
|
+
<a href="../classes/FwCellNullable.html">FwCellNullable</a>
|
|
169
|
+
</li>
|
|
170
|
+
<li>
|
|
171
|
+
<a href="../classes/FwCellPermissionIcon.html">FwCellPermissionIcon</a>
|
|
172
|
+
</li>
|
|
173
|
+
<li>
|
|
174
|
+
<a href="../classes/FwColumnSortable.html">FwColumnSortable</a>
|
|
175
|
+
</li>
|
|
176
|
+
<li>
|
|
177
|
+
<a href="../classes/FwColumnTitle.html">FwColumnTitle</a>
|
|
178
|
+
</li>
|
|
179
|
+
<li>
|
|
180
|
+
<a href="../classes/FwDeleteModal.html">FwDeleteModal</a>
|
|
181
|
+
</li>
|
|
182
|
+
<li>
|
|
183
|
+
<a href="../classes/FwPaginationWrapper.html">FwPaginationWrapper</a>
|
|
184
|
+
</li>
|
|
185
|
+
<li>
|
|
186
|
+
<a href="../classes/FwRowToggle.html">FwRowToggle</a>
|
|
187
|
+
</li>
|
|
188
|
+
<li>
|
|
189
|
+
<a href="../classes/FwRowToggleIndex.html">FwRowToggleIndex</a>
|
|
190
|
+
</li>
|
|
191
|
+
<li>
|
|
192
|
+
<a href="../classes/FwTableResort.html">FwTableResort</a>
|
|
193
|
+
</li>
|
|
194
|
+
<li>
|
|
195
|
+
<a href="../classes/FwTableSortable.html">FwTableSortable</a>
|
|
196
|
+
</li>
|
|
197
|
+
<li>
|
|
198
|
+
<a href="../classes/Row.html">Row</a>
|
|
199
|
+
</li>
|
|
200
|
+
<li>
|
|
201
|
+
<a href="../classes/Table.html">Table</a>
|
|
202
|
+
</li>
|
|
203
|
+
<li>
|
|
204
|
+
<a href="../classes/TableUtil.html">TableUtil</a>
|
|
205
|
+
</li>
|
|
206
|
+
</ol>
|
|
207
|
+
</div>
|
|
208
|
+
</div>
|
|
209
|
+
</li>
|
|
210
|
+
</ol>
|
|
211
|
+
<div class="content-container">
|
|
212
|
+
<div class="apidocs">
|
|
213
|
+
<div id="docs-main">
|
|
214
|
+
<div class="content">
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
<div class="page-header">
|
|
218
|
+
<h1> <i class="fa fa-bookmark-o" aria-hidden="true"></i> FwTableSortable Class
|
|
219
|
+
<a class="pull-right file-edit" href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L11" target="_blank">
|
|
220
|
+
<i class="fa fa-pencil" aria-hidden="true"></i>
|
|
221
|
+
</a>
|
|
222
|
+
</h1>
|
|
223
|
+
</div>
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
<div class="content-meta">
|
|
227
|
+
|
|
228
|
+
<div class="extends">
|
|
229
|
+
Extends: EmberLightTable
|
|
230
|
+
</div>
|
|
231
|
+
|
|
232
|
+
Module: <a href="../modules/Components.html">Components</a>
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
<div class="foundat">
|
|
236
|
+
Defined In: <a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L11">addon\components\fw-table-sortable.js:11</a>
|
|
237
|
+
</div>
|
|
238
|
+
</div>
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
<div class="class-description">
|
|
243
|
+
<p>This table contains logic to show a table as a panel in an app. This table features sorting rows can be expanded
|
|
244
|
+
to show hidden data</p>
|
|
245
|
+
<pre class="code prettyprint"><code class="language-handlebars"><FwTableSortable @data= @columns= @title='Table' />
|
|
246
|
+
</code></pre>
|
|
247
|
+
<p>If used in a block format instead, it is possible to fully define the title area, replacing the title parameter. The export action is passed as a yield parameter to redefine the export button</p>
|
|
248
|
+
<pre class="code prettyprint"><code class="language-handlebars"><FwTableSortable @data= @columns= as |export|>
|
|
249
|
+
<strong class='panel-title'>Table</strong>
|
|
250
|
+
</FwTableSortable>
|
|
251
|
+
</code></pre>
|
|
252
|
+
<p>In addition to the usual properties in columns, fw-table-sortable supports adding an additional <code>sortKey</code> property
|
|
253
|
+
If defined, clicking that column will sort by that property instead of valuePath</p>
|
|
254
|
+
<p>It also supports a showExpanded property, which is set to a value which will cause this row to show in the expanded view if hidden.
|
|
255
|
+
Alternatively, setting this to <code>true</code> or <code>false</code> will force the state regardless of a property.
|
|
256
|
+
By default will show if the property from <code>valuePath</code> is not null</p>
|
|
257
|
+
|
|
258
|
+
</div>
|
|
259
|
+
|
|
260
|
+
<div>
|
|
261
|
+
<div class="page-section">
|
|
262
|
+
<!-- Nav tabs -->
|
|
263
|
+
<ul class="nav nav-tabs" role="tablist">
|
|
264
|
+
<li role="presentation" class="active"><a href="#tab_index" aria-controls="tab_index" role="tab" data-toggle="tab">Index</a></li>
|
|
265
|
+
<li role="presentation"><a href="#tab_methods" aria-controls="tab_methods" role="tab" data-toggle="tab">Methods</a></li>
|
|
266
|
+
|
|
267
|
+
<li role="presentation"><a href="#tab_properties" aria-controls="tab_properties" role="tab" data-toggle="tab">Properties</a></li>
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
</ul>
|
|
271
|
+
|
|
272
|
+
<!-- Tab panes -->
|
|
273
|
+
<div class="tab-content">
|
|
274
|
+
|
|
275
|
+
<form id="options-form" class="form-inline">
|
|
276
|
+
Show:
|
|
277
|
+
<label for="api-show-inherited" class="checkbox">
|
|
278
|
+
<input type="checkbox" id="api-show-inherited" checked>
|
|
279
|
+
Inherited
|
|
280
|
+
</label>
|
|
281
|
+
|
|
282
|
+
<label for="api-show-protected" class="checkbox">
|
|
283
|
+
<input type="checkbox" id="api-show-protected">
|
|
284
|
+
Protected
|
|
285
|
+
</label>
|
|
286
|
+
|
|
287
|
+
<label for="api-show-private" class="checkbox">
|
|
288
|
+
<input type="checkbox" id="api-show-private">
|
|
289
|
+
Private
|
|
290
|
+
</label>
|
|
291
|
+
<label for="api-show-deprecated" class="checkbox">
|
|
292
|
+
<input type="checkbox" id="api-show-deprecated">
|
|
293
|
+
Deprecated
|
|
294
|
+
</label>
|
|
295
|
+
|
|
296
|
+
</form>
|
|
297
|
+
|
|
298
|
+
<div id="tab_index" role="tabpanel" class="tab-pane active" >
|
|
299
|
+
<div class="index-section methods">
|
|
300
|
+
<h3>Methods</h3>
|
|
301
|
+
|
|
302
|
+
<ul class="index-list methods extends">
|
|
303
|
+
<li class="index-item method private">
|
|
304
|
+
<a href="#method_didReceiveAttrs">didReceiveAttrs</a>
|
|
305
|
+
|
|
306
|
+
</li>
|
|
307
|
+
<li class="index-item method private">
|
|
308
|
+
<a href="#method_updateTableColumns">updateTableColumns</a>
|
|
309
|
+
|
|
310
|
+
</li>
|
|
311
|
+
<li class="index-item method private">
|
|
312
|
+
<a href="#method_updateTableRows">updateTableRows</a>
|
|
313
|
+
|
|
314
|
+
</li>
|
|
315
|
+
</ul>
|
|
316
|
+
</div>
|
|
317
|
+
|
|
318
|
+
<div class="index-section properties">
|
|
319
|
+
<h3>Properties</h3>
|
|
320
|
+
|
|
321
|
+
<ul class="index-list properties extends">
|
|
322
|
+
<li class="index-item property private">
|
|
323
|
+
<a href="#property__defaultSort">_defaultSort</a>
|
|
324
|
+
|
|
325
|
+
</li>
|
|
326
|
+
<li class="index-item property public">
|
|
327
|
+
<a href="#property_breakpoints">breakpoints</a>
|
|
328
|
+
|
|
329
|
+
</li>
|
|
330
|
+
<li class="index-item property public">
|
|
331
|
+
<a href="#property_canExport">canExport</a>
|
|
332
|
+
|
|
333
|
+
</li>
|
|
334
|
+
<li class="index-item property public">
|
|
335
|
+
<a href="#property_columns">columns</a>
|
|
336
|
+
|
|
337
|
+
</li>
|
|
338
|
+
<li class="index-item property public">
|
|
339
|
+
<a href="#property_data">data</a>
|
|
340
|
+
|
|
341
|
+
</li>
|
|
342
|
+
<li class="index-item property public">
|
|
343
|
+
<a href="#property_defaultSort">defaultSort</a>
|
|
344
|
+
|
|
345
|
+
</li>
|
|
346
|
+
<li class="index-item property">
|
|
347
|
+
<a href="#property_deleteOverrideTitle">deleteOverrideTitle</a>
|
|
348
|
+
|
|
349
|
+
</li>
|
|
350
|
+
<li class="index-item property">
|
|
351
|
+
<a href="#property_deleteTable">deleteTable</a>
|
|
352
|
+
|
|
353
|
+
</li>
|
|
354
|
+
<li class="index-item property">
|
|
355
|
+
<a href="#property_deleteTablePermissions">deleteTablePermissions</a>
|
|
356
|
+
|
|
357
|
+
</li>
|
|
358
|
+
<li class="index-item property public">
|
|
359
|
+
<a href="#property_empty">empty</a>
|
|
360
|
+
|
|
361
|
+
</li>
|
|
362
|
+
<li class="index-item property private">
|
|
363
|
+
<a href="#property_exportTitle">exportTitle</a>
|
|
364
|
+
|
|
365
|
+
</li>
|
|
366
|
+
<li class="index-item property public">
|
|
367
|
+
<a href="#property_fixedHeight">fixedHeight</a>
|
|
368
|
+
|
|
369
|
+
</li>
|
|
370
|
+
<li class="index-item property public">
|
|
371
|
+
<a href="#property_headerEmpty">headerEmpty</a>
|
|
372
|
+
|
|
373
|
+
</li>
|
|
374
|
+
<li class="index-item property public">
|
|
375
|
+
<a href="#property_onSort">onSort</a>
|
|
376
|
+
|
|
377
|
+
</li>
|
|
378
|
+
<li class="index-item property public">
|
|
379
|
+
<a href="#property_resizeOnDrag">resizeOnDrag</a>
|
|
380
|
+
|
|
381
|
+
</li>
|
|
382
|
+
<li class="index-item property public">
|
|
383
|
+
<a href="#property_responsive">responsive</a>
|
|
384
|
+
|
|
385
|
+
</li>
|
|
386
|
+
<li class="index-item property public">
|
|
387
|
+
<a href="#property_showFooter">showFooter</a>
|
|
388
|
+
|
|
389
|
+
</li>
|
|
390
|
+
<li class="index-item property public">
|
|
391
|
+
<a href="#property_showHeader">showHeader</a>
|
|
392
|
+
|
|
393
|
+
</li>
|
|
394
|
+
<li class="index-item property private">
|
|
395
|
+
<a href="#property_sortColumn">sortColumn</a>
|
|
396
|
+
|
|
397
|
+
</li>
|
|
398
|
+
<li class="index-item property private">
|
|
399
|
+
<a href="#property_sortedData">sortedData</a>
|
|
400
|
+
|
|
401
|
+
</li>
|
|
402
|
+
<li class="index-item property private">
|
|
403
|
+
<a href="#property_sortOrder">sortOrder</a>
|
|
404
|
+
|
|
405
|
+
</li>
|
|
406
|
+
<li class="index-item property protected">
|
|
407
|
+
<a href="#property_table">table</a>
|
|
408
|
+
|
|
409
|
+
</li>
|
|
410
|
+
<li class="index-item property public">
|
|
411
|
+
<a href="#property_tableActions">tableActions</a>
|
|
412
|
+
|
|
413
|
+
</li>
|
|
414
|
+
<li class="index-item property public">
|
|
415
|
+
<a href="#property_tableClassNames">tableClassNames</a>
|
|
416
|
+
|
|
417
|
+
</li>
|
|
418
|
+
<li class="index-item property public">
|
|
419
|
+
<a href="#property_title">title</a>
|
|
420
|
+
|
|
421
|
+
</li>
|
|
422
|
+
</ul>
|
|
423
|
+
</div>
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
</div>
|
|
427
|
+
|
|
428
|
+
<div id="tab_methods" role="tabpanel" class="tab-pane">
|
|
429
|
+
<div class="item-list">
|
|
430
|
+
<div id="method_didReceiveAttrs" class="method item private">
|
|
431
|
+
<span class="method-signature">
|
|
432
|
+
<span class="name anchorable-toc">
|
|
433
|
+
<a class="fa fa-link toc-anchor" href="#method_didReceiveAttrs"></a>
|
|
434
|
+
didReceiveAttrs
|
|
435
|
+
</span>
|
|
436
|
+
|
|
437
|
+
<span class="paren">()</span>
|
|
438
|
+
</span>
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
<span class="flag private">private</span>
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
<div class="meta">
|
|
448
|
+
<p>
|
|
449
|
+
Defined in
|
|
450
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L336">addon\components\fw-table-sortable.js:336</a>
|
|
451
|
+
</p>
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
</div>
|
|
456
|
+
|
|
457
|
+
<div class="description"><p>Initializes the component and loads the modal path.</p>
|
|
458
|
+
</div>
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
</div>
|
|
463
|
+
<div id="method_updateTableColumns" class="method item private">
|
|
464
|
+
<span class="method-signature">
|
|
465
|
+
<span class="name anchorable-toc">
|
|
466
|
+
<a class="fa fa-link toc-anchor" href="#method_updateTableColumns"></a>
|
|
467
|
+
updateTableColumns
|
|
468
|
+
</span>
|
|
469
|
+
|
|
470
|
+
<span class="paren">()</span>
|
|
471
|
+
</span>
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
<span class="flag private">private</span>
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
<div class="meta">
|
|
481
|
+
<p>
|
|
482
|
+
Defined in
|
|
483
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L323">addon\components\fw-table-sortable.js:323</a>
|
|
484
|
+
</p>
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
</div>
|
|
489
|
+
|
|
490
|
+
<div class="description"><p>Callback to update the table columns whenever they change. Unlikely, but still a case worth covering</p>
|
|
491
|
+
</div>
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
</div>
|
|
496
|
+
<div id="method_updateTableRows" class="method item private">
|
|
497
|
+
<span class="method-signature">
|
|
498
|
+
<span class="name anchorable-toc">
|
|
499
|
+
<a class="fa fa-link toc-anchor" href="#method_updateTableRows"></a>
|
|
500
|
+
updateTableRows
|
|
501
|
+
</span>
|
|
502
|
+
|
|
503
|
+
<span class="paren">()</span>
|
|
504
|
+
</span>
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
<span class="flag private">private</span>
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
<div class="meta">
|
|
514
|
+
<p>
|
|
515
|
+
Defined in
|
|
516
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L310">addon\components\fw-table-sortable.js:310</a>
|
|
517
|
+
</p>
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
</div>
|
|
522
|
+
|
|
523
|
+
<div class="description"><p>Callback to update the table rows whenever the data is changed, generally from sorting</p>
|
|
524
|
+
</div>
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
</div>
|
|
529
|
+
</div>
|
|
530
|
+
</div>
|
|
531
|
+
|
|
532
|
+
<div id="tab_properties" role="tabpanel" class="tab-pane">
|
|
533
|
+
<div class="item-list">
|
|
534
|
+
<div id="property__defaultSort" class="property item private">
|
|
535
|
+
<h3 class="name anchorable-toc">
|
|
536
|
+
<a class="fa fa-link toc-anchor" href="#property__defaultSort"></a>
|
|
537
|
+
_defaultSort
|
|
538
|
+
</h3>
|
|
539
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
<span class="flag private">private</span>
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
<div class="meta">
|
|
547
|
+
<p>
|
|
548
|
+
Defined in
|
|
549
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L190">addon\components\fw-table-sortable.js:190</a>
|
|
550
|
+
</p>
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
</div>
|
|
554
|
+
|
|
555
|
+
<div class="description">
|
|
556
|
+
<p>Private copy of defaultSort, made an array if its not</p>
|
|
557
|
+
|
|
558
|
+
</div>
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
</div>
|
|
563
|
+
<div id="property_breakpoints" class="property item public">
|
|
564
|
+
<h3 class="name anchorable-toc">
|
|
565
|
+
<a class="fa fa-link toc-anchor" href="#property_breakpoints"></a>
|
|
566
|
+
breakpoints
|
|
567
|
+
</h3>
|
|
568
|
+
<span class="type">Hash</span>
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
<span class="flag public">public</span>
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
<div class="meta">
|
|
576
|
+
<p>
|
|
577
|
+
Defined in
|
|
578
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L67">addon\components\fw-table-sortable.js:67</a>
|
|
579
|
+
</p>
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
</div>
|
|
583
|
+
|
|
584
|
+
<div class="description">
|
|
585
|
+
<p>Hash of maximum columns based on responsive size</p>
|
|
586
|
+
|
|
587
|
+
</div>
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
</div>
|
|
592
|
+
<div id="property_canExport" class="property item public">
|
|
593
|
+
<h3 class="name anchorable-toc">
|
|
594
|
+
<a class="fa fa-link toc-anchor" href="#property_canExport"></a>
|
|
595
|
+
canExport
|
|
596
|
+
</h3>
|
|
597
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
<span class="flag public">public</span>
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
<div class="meta">
|
|
605
|
+
<p>
|
|
606
|
+
Defined in
|
|
607
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L144">addon\components\fw-table-sortable.js:144</a>
|
|
608
|
+
</p>
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
</div>
|
|
612
|
+
|
|
613
|
+
<div class="description">
|
|
614
|
+
<p>Allows exporting the current contents of the table using an export button. Note that this sets a default title of "Table", so setting a separate one is recommended</p>
|
|
615
|
+
<p>When enabled, columns have some additional values defined:</p>
|
|
616
|
+
<ul>
|
|
617
|
+
<li><code>canExport</code>: if true (default), the column will be included in the export. Set to false to skip exporting the column.</li>
|
|
618
|
+
<li><code>exportOnly</code>: if true, the column will not show in the table, but will still be exported.</li>
|
|
619
|
+
</ul>
|
|
620
|
+
<p>Additionally, the value <code>export</code> is set to true in <code>format</code>'s context.</p>
|
|
621
|
+
<p>If this is set to a string, the string is used as the name of the export button.</p>
|
|
622
|
+
|
|
623
|
+
</div>
|
|
624
|
+
|
|
625
|
+
<p><br><strong>Default:</strong> false</p>
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
</div>
|
|
629
|
+
<div id="property_columns" class="property item public">
|
|
630
|
+
<h3 class="name anchorable-toc">
|
|
631
|
+
<a class="fa fa-link toc-anchor" href="#property_columns"></a>
|
|
632
|
+
columns
|
|
633
|
+
</h3>
|
|
634
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
<span class="flag public">public</span>
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
<div class="meta">
|
|
642
|
+
<p>
|
|
643
|
+
Defined in
|
|
644
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L49">addon\components\fw-table-sortable.js:49</a>
|
|
645
|
+
</p>
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
</div>
|
|
649
|
+
|
|
650
|
+
<div class="description">
|
|
651
|
+
<p>Table columns. See ember-light-table docs for more information</p>
|
|
652
|
+
|
|
653
|
+
</div>
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
</div>
|
|
658
|
+
<div id="property_data" class="property item public">
|
|
659
|
+
<h3 class="name anchorable-toc">
|
|
660
|
+
<a class="fa fa-link toc-anchor" href="#property_data"></a>
|
|
661
|
+
data
|
|
662
|
+
</h3>
|
|
663
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
<span class="flag public">public</span>
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
<div class="meta">
|
|
671
|
+
<p>
|
|
672
|
+
Defined in
|
|
673
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L41">addon\components\fw-table-sortable.js:41</a>
|
|
674
|
+
</p>
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
</div>
|
|
678
|
+
|
|
679
|
+
<div class="description">
|
|
680
|
+
<p>Table rows</p>
|
|
681
|
+
|
|
682
|
+
</div>
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
</div>
|
|
687
|
+
<div id="property_defaultSort" class="property item public">
|
|
688
|
+
<h3 class="name anchorable-toc">
|
|
689
|
+
<a class="fa fa-link toc-anchor" href="#property_defaultSort"></a>
|
|
690
|
+
defaultSort
|
|
691
|
+
</h3>
|
|
692
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
<span class="flag public">public</span>
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
<div class="meta">
|
|
700
|
+
<p>
|
|
701
|
+
Defined in
|
|
702
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L181">addon\components\fw-table-sortable.js:181</a>
|
|
703
|
+
</p>
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
</div>
|
|
707
|
+
|
|
708
|
+
<div class="description">
|
|
709
|
+
<p>Default sort order for the table. Can be a string for a single property, or an array to fallback</p>
|
|
710
|
+
|
|
711
|
+
</div>
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
</div>
|
|
716
|
+
<div id="property_deleteOverrideTitle" class="property item">
|
|
717
|
+
<h3 class="name anchorable-toc">
|
|
718
|
+
<a class="fa fa-link toc-anchor" href="#property_deleteOverrideTitle"></a>
|
|
719
|
+
deleteOverrideTitle
|
|
720
|
+
</h3>
|
|
721
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
<div class="meta">
|
|
728
|
+
<p>
|
|
729
|
+
Defined in
|
|
730
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L285">addon\components\fw-table-sortable.js:285</a>
|
|
731
|
+
</p>
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
</div>
|
|
735
|
+
|
|
736
|
+
<div class="description">
|
|
737
|
+
<p>Determines title for delete function. This will only be used if deleteTable action is passed in.</p>
|
|
738
|
+
|
|
739
|
+
</div>
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
</div>
|
|
744
|
+
<div id="property_deleteTable" class="property item">
|
|
745
|
+
<h3 class="name anchorable-toc">
|
|
746
|
+
<a class="fa fa-link toc-anchor" href="#property_deleteTable"></a>
|
|
747
|
+
deleteTable
|
|
748
|
+
</h3>
|
|
749
|
+
<span class="type">Action</span>
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
<div class="meta">
|
|
756
|
+
<p>
|
|
757
|
+
Defined in
|
|
758
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L276">addon\components\fw-table-sortable.js:276</a>
|
|
759
|
+
</p>
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
</div>
|
|
763
|
+
|
|
764
|
+
<div class="description">
|
|
765
|
+
<p>Called to delete the full page of entries. Pass in the action to be called by the button.</p>
|
|
766
|
+
|
|
767
|
+
</div>
|
|
768
|
+
|
|
769
|
+
<p><br><strong>Default:</strong> undefined</p>
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
</div>
|
|
773
|
+
<div id="property_deleteTablePermissions" class="property item">
|
|
774
|
+
<h3 class="name anchorable-toc">
|
|
775
|
+
<a class="fa fa-link toc-anchor" href="#property_deleteTablePermissions"></a>
|
|
776
|
+
deleteTablePermissions
|
|
777
|
+
</h3>
|
|
778
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
<div class="meta">
|
|
785
|
+
<p>
|
|
786
|
+
Defined in
|
|
787
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L301">addon\components\fw-table-sortable.js:301</a>
|
|
788
|
+
</p>
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
</div>
|
|
792
|
+
|
|
793
|
+
<div class="description">
|
|
794
|
+
<p>Determines if the current user has permission to delete the table (usually has-role helper will be used to determine this)
|
|
795
|
+
example: <code>@deleteTablePermission={{has-role 'admin'}}</code>. This will only be used if <code>deleteTable</code> action is passed in.</p>
|
|
796
|
+
|
|
797
|
+
</div>
|
|
798
|
+
|
|
799
|
+
<p><br><strong>Default:</strong> true</p>
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
</div>
|
|
803
|
+
<div id="property_empty" class="property item public">
|
|
804
|
+
<h3 class="name anchorable-toc">
|
|
805
|
+
<a class="fa fa-link toc-anchor" href="#property_empty"></a>
|
|
806
|
+
empty
|
|
807
|
+
</h3>
|
|
808
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
<span class="flag public">public</span>
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
<div class="meta">
|
|
816
|
+
<p>
|
|
817
|
+
Defined in
|
|
818
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L91">addon\components\fw-table-sortable.js:91</a>
|
|
819
|
+
</p>
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
</div>
|
|
823
|
+
|
|
824
|
+
<div class="description">
|
|
825
|
+
<p>Text to display when the table is empty</p>
|
|
826
|
+
|
|
827
|
+
</div>
|
|
828
|
+
|
|
829
|
+
|
|
830
|
+
|
|
831
|
+
</div>
|
|
832
|
+
<div id="property_exportTitle" class="property item private">
|
|
833
|
+
<h3 class="name anchorable-toc">
|
|
834
|
+
<a class="fa fa-link toc-anchor" href="#property_exportTitle"></a>
|
|
835
|
+
exportTitle
|
|
836
|
+
</h3>
|
|
837
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
<span class="flag private">private</span>
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
<div class="meta">
|
|
845
|
+
<p>
|
|
846
|
+
Defined in
|
|
847
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L261">addon\components\fw-table-sortable.js:261</a>
|
|
848
|
+
</p>
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
</div>
|
|
852
|
+
|
|
853
|
+
<div class="description">
|
|
854
|
+
<p>Computed table title based on whether a boolean true is passed or a title</p>
|
|
855
|
+
|
|
856
|
+
</div>
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
</div>
|
|
861
|
+
<div id="property_fixedHeight" class="property item public">
|
|
862
|
+
<h3 class="name anchorable-toc">
|
|
863
|
+
<a class="fa fa-link toc-anchor" href="#property_fixedHeight"></a>
|
|
864
|
+
fixedHeight
|
|
865
|
+
</h3>
|
|
866
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
<span class="flag public">public</span>
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
|
|
873
|
+
<div class="meta">
|
|
874
|
+
<p>
|
|
875
|
+
Defined in
|
|
876
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L117">addon\components\fw-table-sortable.js:117</a>
|
|
877
|
+
</p>
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
</div>
|
|
881
|
+
|
|
882
|
+
<div class="description">
|
|
883
|
+
<p>Sets the table to a fixed height, and adds a scroll bar to see the hidden rows</p>
|
|
884
|
+
|
|
885
|
+
</div>
|
|
886
|
+
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
</div>
|
|
890
|
+
<div id="property_headerEmpty" class="property item public">
|
|
891
|
+
<h3 class="name anchorable-toc">
|
|
892
|
+
<a class="fa fa-link toc-anchor" href="#property_headerEmpty"></a>
|
|
893
|
+
headerEmpty
|
|
894
|
+
</h3>
|
|
895
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
<span class="flag public">public</span>
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
<div class="meta">
|
|
903
|
+
<p>
|
|
904
|
+
Defined in
|
|
905
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L108">addon\components\fw-table-sortable.js:108</a>
|
|
906
|
+
</p>
|
|
907
|
+
|
|
908
|
+
|
|
909
|
+
</div>
|
|
910
|
+
|
|
911
|
+
<div class="description">
|
|
912
|
+
<p>Set to false to make the table not show the header if empty</p>
|
|
913
|
+
|
|
914
|
+
</div>
|
|
915
|
+
|
|
916
|
+
<p><br><strong>Default:</strong> true</p>
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
</div>
|
|
920
|
+
<div id="property_onSort" class="property item public">
|
|
921
|
+
<h3 class="name anchorable-toc">
|
|
922
|
+
<a class="fa fa-link toc-anchor" href="#property_onSort"></a>
|
|
923
|
+
onSort
|
|
924
|
+
</h3>
|
|
925
|
+
<span class="type">Action</span>
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
<span class="flag public">public</span>
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
<div class="meta">
|
|
933
|
+
<p>
|
|
934
|
+
Defined in
|
|
935
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L99">addon\components\fw-table-sortable.js:99</a>
|
|
936
|
+
</p>
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
</div>
|
|
940
|
+
|
|
941
|
+
<div class="description">
|
|
942
|
+
<p>Action called when sorting the table</p>
|
|
943
|
+
|
|
944
|
+
</div>
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
</div>
|
|
949
|
+
<div id="property_resizeOnDrag" class="property item public">
|
|
950
|
+
<h3 class="name anchorable-toc">
|
|
951
|
+
<a class="fa fa-link toc-anchor" href="#property_resizeOnDrag"></a>
|
|
952
|
+
resizeOnDrag
|
|
953
|
+
</h3>
|
|
954
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
<span class="flag public">public</span>
|
|
958
|
+
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
<div class="meta">
|
|
962
|
+
<p>
|
|
963
|
+
Defined in
|
|
964
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L135">addon\components\fw-table-sortable.js:135</a>
|
|
965
|
+
</p>
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
</div>
|
|
969
|
+
|
|
970
|
+
<div class="description">
|
|
971
|
+
<p>Makes the headers able to be dragged to resize. You will still need to put <code>resizable: true</code> in each column you want to be able to resize.</p>
|
|
972
|
+
|
|
973
|
+
</div>
|
|
974
|
+
|
|
975
|
+
<p><br><strong>Default:</strong> false</p>
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
</div>
|
|
979
|
+
<div id="property_responsive" class="property item public">
|
|
980
|
+
<h3 class="name anchorable-toc">
|
|
981
|
+
<a class="fa fa-link toc-anchor" href="#property_responsive"></a>
|
|
982
|
+
responsive
|
|
983
|
+
</h3>
|
|
984
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
<span class="flag public">public</span>
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
<div class="meta">
|
|
992
|
+
<p>
|
|
993
|
+
Defined in
|
|
994
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L125">addon\components\fw-table-sortable.js:125</a>
|
|
995
|
+
</p>
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
</div>
|
|
999
|
+
|
|
1000
|
+
<div class="description">
|
|
1001
|
+
<p>Makes the table responsive to the screen width. The table is slightly more efficient if false when responsive is not used</p>
|
|
1002
|
+
|
|
1003
|
+
</div>
|
|
1004
|
+
|
|
1005
|
+
<p><br><strong>Default:</strong> false</p>
|
|
1006
|
+
|
|
1007
|
+
|
|
1008
|
+
</div>
|
|
1009
|
+
<div id="property_showFooter" class="property item public">
|
|
1010
|
+
<h3 class="name anchorable-toc">
|
|
1011
|
+
<a class="fa fa-link toc-anchor" href="#property_showFooter"></a>
|
|
1012
|
+
showFooter
|
|
1013
|
+
</h3>
|
|
1014
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
|
|
1015
|
+
|
|
1016
|
+
|
|
1017
|
+
<span class="flag public">public</span>
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
<div class="meta">
|
|
1022
|
+
<p>
|
|
1023
|
+
Defined in
|
|
1024
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L171">addon\components\fw-table-sortable.js:171</a>
|
|
1025
|
+
</p>
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
</div>
|
|
1029
|
+
|
|
1030
|
+
<div class="description">
|
|
1031
|
+
<p>If true, uses the table block data for the footer</p>
|
|
1032
|
+
|
|
1033
|
+
</div>
|
|
1034
|
+
|
|
1035
|
+
<p><br><strong>Default:</strong> true</p>
|
|
1036
|
+
|
|
1037
|
+
|
|
1038
|
+
</div>
|
|
1039
|
+
<div id="property_showHeader" class="property item public">
|
|
1040
|
+
<h3 class="name anchorable-toc">
|
|
1041
|
+
<a class="fa fa-link toc-anchor" href="#property_showHeader"></a>
|
|
1042
|
+
showHeader
|
|
1043
|
+
</h3>
|
|
1044
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
<span class="flag public">public</span>
|
|
1048
|
+
|
|
1049
|
+
|
|
1050
|
+
|
|
1051
|
+
<div class="meta">
|
|
1052
|
+
<p>
|
|
1053
|
+
Defined in
|
|
1054
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L161">addon\components\fw-table-sortable.js:161</a>
|
|
1055
|
+
</p>
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
</div>
|
|
1059
|
+
|
|
1060
|
+
<div class="description">
|
|
1061
|
+
<p>If true, uses the table block data for the header</p>
|
|
1062
|
+
|
|
1063
|
+
</div>
|
|
1064
|
+
|
|
1065
|
+
<p><br><strong>Default:</strong> true</p>
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
</div>
|
|
1069
|
+
<div id="property_sortColumn" class="property item private">
|
|
1070
|
+
<h3 class="name anchorable-toc">
|
|
1071
|
+
<a class="fa fa-link toc-anchor" href="#property_sortColumn"></a>
|
|
1072
|
+
sortColumn
|
|
1073
|
+
</h3>
|
|
1074
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
|
|
1075
|
+
|
|
1076
|
+
|
|
1077
|
+
<span class="flag private">private</span>
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
|
|
1081
|
+
<div class="meta">
|
|
1082
|
+
<p>
|
|
1083
|
+
Defined in
|
|
1084
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L208">addon\components\fw-table-sortable.js:208</a>
|
|
1085
|
+
</p>
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
</div>
|
|
1089
|
+
|
|
1090
|
+
<div class="description">
|
|
1091
|
+
<p>Sort column set by clicking a column to sort</p>
|
|
1092
|
+
|
|
1093
|
+
</div>
|
|
1094
|
+
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
</div>
|
|
1098
|
+
<div id="property_sortedData" class="property item private">
|
|
1099
|
+
<h3 class="name anchorable-toc">
|
|
1100
|
+
<a class="fa fa-link toc-anchor" href="#property_sortedData"></a>
|
|
1101
|
+
sortedData
|
|
1102
|
+
</h3>
|
|
1103
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
|
|
1104
|
+
|
|
1105
|
+
|
|
1106
|
+
<span class="flag private">private</span>
|
|
1107
|
+
|
|
1108
|
+
|
|
1109
|
+
|
|
1110
|
+
<div class="meta">
|
|
1111
|
+
<p>
|
|
1112
|
+
Defined in
|
|
1113
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L243">addon\components\fw-table-sortable.js:243</a>
|
|
1114
|
+
</p>
|
|
1115
|
+
|
|
1116
|
+
|
|
1117
|
+
</div>
|
|
1118
|
+
|
|
1119
|
+
<div class="description">
|
|
1120
|
+
<p>Passed in table data after sorting.</p>
|
|
1121
|
+
|
|
1122
|
+
</div>
|
|
1123
|
+
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
</div>
|
|
1127
|
+
<div id="property_sortOrder" class="property item private">
|
|
1128
|
+
<h3 class="name anchorable-toc">
|
|
1129
|
+
<a class="fa fa-link toc-anchor" href="#property_sortOrder"></a>
|
|
1130
|
+
sortOrder
|
|
1131
|
+
</h3>
|
|
1132
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
<span class="flag private">private</span>
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
|
|
1139
|
+
<div class="meta">
|
|
1140
|
+
<p>
|
|
1141
|
+
Defined in
|
|
1142
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L217">addon\components\fw-table-sortable.js:217</a>
|
|
1143
|
+
</p>
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
</div>
|
|
1147
|
+
|
|
1148
|
+
<div class="description">
|
|
1149
|
+
<p>Internal sort order. Calculated from sortColumn and _defaultSort</p>
|
|
1150
|
+
|
|
1151
|
+
</div>
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
|
|
1155
|
+
</div>
|
|
1156
|
+
<div id="property_table" class="property item protected">
|
|
1157
|
+
<h3 class="name anchorable-toc">
|
|
1158
|
+
<a class="fa fa-link toc-anchor" href="#property_table"></a>
|
|
1159
|
+
table
|
|
1160
|
+
</h3>
|
|
1161
|
+
<span class="type"><a href="../classes/Table.html" class="crosslink">Table</a></span>
|
|
1162
|
+
|
|
1163
|
+
|
|
1164
|
+
<span class="flag protected">protected</span>
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
|
|
1168
|
+
<div class="meta">
|
|
1169
|
+
<p>
|
|
1170
|
+
Defined in
|
|
1171
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L252">addon\components\fw-table-sortable.js:252</a>
|
|
1172
|
+
</p>
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
</div>
|
|
1176
|
+
|
|
1177
|
+
<div class="description">
|
|
1178
|
+
<p>Internal table instance, in general changes to the table should be done to columns or data so they update properly</p>
|
|
1179
|
+
|
|
1180
|
+
</div>
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
|
|
1184
|
+
</div>
|
|
1185
|
+
<div id="property_tableActions" class="property item public">
|
|
1186
|
+
<h3 class="name anchorable-toc">
|
|
1187
|
+
<a class="fa fa-link toc-anchor" href="#property_tableActions"></a>
|
|
1188
|
+
tableActions
|
|
1189
|
+
</h3>
|
|
1190
|
+
<span class="type">Hash</span>
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
<span class="flag public">public</span>
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
<div class="meta">
|
|
1198
|
+
<p>
|
|
1199
|
+
Defined in
|
|
1200
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L75">addon\components\fw-table-sortable.js:75</a>
|
|
1201
|
+
</p>
|
|
1202
|
+
|
|
1203
|
+
|
|
1204
|
+
</div>
|
|
1205
|
+
|
|
1206
|
+
<div class="description">
|
|
1207
|
+
<p>Hash of actions to pass into the table for use in components</p>
|
|
1208
|
+
|
|
1209
|
+
</div>
|
|
1210
|
+
|
|
1211
|
+
|
|
1212
|
+
|
|
1213
|
+
</div>
|
|
1214
|
+
<div id="property_tableClassNames" class="property item public">
|
|
1215
|
+
<h3 class="name anchorable-toc">
|
|
1216
|
+
<a class="fa fa-link toc-anchor" href="#property_tableClassNames"></a>
|
|
1217
|
+
tableClassNames
|
|
1218
|
+
</h3>
|
|
1219
|
+
<span class="type">Hash</span>
|
|
1220
|
+
|
|
1221
|
+
|
|
1222
|
+
<span class="flag public">public</span>
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
|
|
1226
|
+
<div class="meta">
|
|
1227
|
+
<p>
|
|
1228
|
+
Defined in
|
|
1229
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L58">addon\components\fw-table-sortable.js:58</a>
|
|
1230
|
+
</p>
|
|
1231
|
+
|
|
1232
|
+
|
|
1233
|
+
</div>
|
|
1234
|
+
|
|
1235
|
+
<div class="description">
|
|
1236
|
+
<p>Additional class names for the table</p>
|
|
1237
|
+
|
|
1238
|
+
</div>
|
|
1239
|
+
|
|
1240
|
+
|
|
1241
|
+
|
|
1242
|
+
</div>
|
|
1243
|
+
<div id="property_title" class="property item public">
|
|
1244
|
+
<h3 class="name anchorable-toc">
|
|
1245
|
+
<a class="fa fa-link toc-anchor" href="#property_title"></a>
|
|
1246
|
+
title
|
|
1247
|
+
</h3>
|
|
1248
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
|
|
1249
|
+
|
|
1250
|
+
|
|
1251
|
+
<span class="flag public">public</span>
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
|
|
1255
|
+
<div class="meta">
|
|
1256
|
+
<p>
|
|
1257
|
+
Defined in
|
|
1258
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-table-sortable.js#L83">addon\components\fw-table-sortable.js:83</a>
|
|
1259
|
+
</p>
|
|
1260
|
+
|
|
1261
|
+
|
|
1262
|
+
</div>
|
|
1263
|
+
|
|
1264
|
+
<div class="description">
|
|
1265
|
+
<p>Title to display in the panel above the table</p>
|
|
1266
|
+
|
|
1267
|
+
</div>
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
</div>
|
|
1272
|
+
</div>
|
|
1273
|
+
</div>
|
|
1274
|
+
|
|
1275
|
+
|
|
1276
|
+
</div>
|
|
1277
|
+
</div>
|
|
1278
|
+
</div>
|
|
1279
|
+
</div>
|
|
1280
|
+
</div>
|
|
1281
|
+
</div>
|
|
1282
|
+
</div>
|
|
1283
|
+
</div>
|
|
1284
|
+
</div>
|
|
1285
|
+
<script src="../assets/vendor/prettify/prettify-min.js"></script>
|
|
1286
|
+
<script>prettyPrint();</script>
|
|
1287
|
+
<script src="../assets/vendor/jquery/jquery.min.js"></script>
|
|
1288
|
+
<script src="../assets/vendor/jquery-ui/jquery-ui.min.js"></script>
|
|
1289
|
+
<script src="../assets/vendor/bootstrap/js/bootstrap.js"></script>
|
|
1290
|
+
<script src="../assets/vendor/github-slugger/slugger.js"></script>
|
|
1291
|
+
<script src="../assets/js/yuidoc-bootstrap.js"></script>
|
|
1292
|
+
</body>
|
|
1293
|
+
</html>
|