@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,2129 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<title>FwPaginationWrapper - 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> FwPaginationWrapper Class
|
|
219
|
+
<a class="pull-right file-edit" href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.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
|
+
|
|
229
|
+
Module: <a href="../modules/Components.html">Components</a>
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
<div class="foundat">
|
|
233
|
+
Defined In: <a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L11">addon\components\fw-pagination-wrapper.js:11</a>
|
|
234
|
+
</div>
|
|
235
|
+
</div>
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
<div class="class-description">
|
|
240
|
+
<p>For an in depth guide on how to implement pagination, including on the server, see our <a href="https://linformatics.bitbucket.io/docs/addons/client/ember-fw-table/concepts/paginated-table">Paginated Table Concept</a>.
|
|
241
|
+
All of the possible parameters are documented below. At its most basic, however, there are two ways to use <code>FwPaginationWrapper</code> in parameter form or in block form. Here is a brief example of each:</p>
|
|
242
|
+
<p>Parameter form:</p>
|
|
243
|
+
<pre class="code prettyprint"><code class="language-handlebars"><FwPaginationWrapper @modelName="myModel" @defaultSortKey="sortKey" @makeQuery={{action "makeQuery"}} @getTitle={{action "getTitle"}} @getTableColumns={{action "getTableColumns"}} @tableActions={{hash ...}} as |actions|>
|
|
244
|
+
{{!-- Search panel contents --}}
|
|
245
|
+
{{!-- actions.search and actions.export are defined for you to use in this section appropriately--}}
|
|
246
|
+
</FwPaginationWrapper>
|
|
247
|
+
</code></pre>
|
|
248
|
+
<p>Block form:</p>
|
|
249
|
+
<pre class="code prettyprint"><code class="language-handlebars"><FwPaginationWrapper @modelName="myModel" @defaultSortKey="sortKey" @makeQuery={{action "makeQuery"}} @getTitle={{action "getTitle"}} as |actions table|>
|
|
250
|
+
{{#unless table}}
|
|
251
|
+
{{!-- Search panel contents --}}
|
|
252
|
+
{{!-- actions.search and actions.export are defined for you to use in this section appropriately--}}
|
|
253
|
+
{{else}}
|
|
254
|
+
{{!-- Table component invocation --}}
|
|
255
|
+
{{!-- actions.sort and table.title, table.suffix, table.entries, and table.sortKey are defined for you to use in this section appropriately--}}
|
|
256
|
+
{{/unless}}
|
|
257
|
+
</FwPaginationWrapper>
|
|
258
|
+
</code></pre>
|
|
259
|
+
|
|
260
|
+
</div>
|
|
261
|
+
|
|
262
|
+
<div>
|
|
263
|
+
<div class="page-section">
|
|
264
|
+
<!-- Nav tabs -->
|
|
265
|
+
<ul class="nav nav-tabs" role="tablist">
|
|
266
|
+
<li role="presentation" class="active"><a href="#tab_index" aria-controls="tab_index" role="tab" data-toggle="tab">Index</a></li>
|
|
267
|
+
<li role="presentation"><a href="#tab_methods" aria-controls="tab_methods" role="tab" data-toggle="tab">Methods</a></li>
|
|
268
|
+
|
|
269
|
+
<li role="presentation"><a href="#tab_properties" aria-controls="tab_properties" role="tab" data-toggle="tab">Properties</a></li>
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
</ul>
|
|
273
|
+
|
|
274
|
+
<!-- Tab panes -->
|
|
275
|
+
<div class="tab-content">
|
|
276
|
+
|
|
277
|
+
<form id="options-form" class="form-inline">
|
|
278
|
+
Show:
|
|
279
|
+
<label for="api-show-inherited" class="checkbox">
|
|
280
|
+
<input type="checkbox" id="api-show-inherited" checked>
|
|
281
|
+
Inherited
|
|
282
|
+
</label>
|
|
283
|
+
|
|
284
|
+
<label for="api-show-protected" class="checkbox">
|
|
285
|
+
<input type="checkbox" id="api-show-protected">
|
|
286
|
+
Protected
|
|
287
|
+
</label>
|
|
288
|
+
|
|
289
|
+
<label for="api-show-private" class="checkbox">
|
|
290
|
+
<input type="checkbox" id="api-show-private">
|
|
291
|
+
Private
|
|
292
|
+
</label>
|
|
293
|
+
<label for="api-show-deprecated" class="checkbox">
|
|
294
|
+
<input type="checkbox" id="api-show-deprecated">
|
|
295
|
+
Deprecated
|
|
296
|
+
</label>
|
|
297
|
+
|
|
298
|
+
</form>
|
|
299
|
+
|
|
300
|
+
<div id="tab_index" role="tabpanel" class="tab-pane active" >
|
|
301
|
+
<div class="index-section methods">
|
|
302
|
+
<h3>Methods</h3>
|
|
303
|
+
|
|
304
|
+
<ul class="index-list methods">
|
|
305
|
+
<li class="index-item method">
|
|
306
|
+
<a href="#method_deletePage">deletePage</a>
|
|
307
|
+
|
|
308
|
+
</li>
|
|
309
|
+
<li class="index-item method">
|
|
310
|
+
<a href="#method_export">export</a>
|
|
311
|
+
|
|
312
|
+
</li>
|
|
313
|
+
<li class="index-item method">
|
|
314
|
+
<a href="#method_getTableColumns">getTableColumns</a>
|
|
315
|
+
|
|
316
|
+
</li>
|
|
317
|
+
<li class="index-item method">
|
|
318
|
+
<a href="#method_getTableColumns">getTableColumns</a>
|
|
319
|
+
|
|
320
|
+
</li>
|
|
321
|
+
<li class="index-item method">
|
|
322
|
+
<a href="#method_getTitle">getTitle</a>
|
|
323
|
+
|
|
324
|
+
</li>
|
|
325
|
+
<li class="index-item method">
|
|
326
|
+
<a href="#method_makeQuery">makeQuery</a>
|
|
327
|
+
|
|
328
|
+
</li>
|
|
329
|
+
<li class="index-item method">
|
|
330
|
+
<a href="#method_onSearch">onSearch</a>
|
|
331
|
+
|
|
332
|
+
</li>
|
|
333
|
+
<li class="index-item method private">
|
|
334
|
+
<a href="#method_queryAll">queryAll</a>
|
|
335
|
+
|
|
336
|
+
</li>
|
|
337
|
+
<li class="index-item method private">
|
|
338
|
+
<a href="#method_queryCount">queryCount</a>
|
|
339
|
+
|
|
340
|
+
</li>
|
|
341
|
+
<li class="index-item method private">
|
|
342
|
+
<a href="#method_queryPage">queryPage</a>
|
|
343
|
+
|
|
344
|
+
</li>
|
|
345
|
+
<li class="index-item method private">
|
|
346
|
+
<a href="#method_querySort">querySort</a>
|
|
347
|
+
|
|
348
|
+
</li>
|
|
349
|
+
<li class="index-item method">
|
|
350
|
+
<a href="#method_search">search</a>
|
|
351
|
+
|
|
352
|
+
</li>
|
|
353
|
+
<li class="index-item method private">
|
|
354
|
+
<a href="#method_setPage">setPage</a>
|
|
355
|
+
|
|
356
|
+
</li>
|
|
357
|
+
<li class="index-item method">
|
|
358
|
+
<a href="#method_sortColumn">sortColumn</a>
|
|
359
|
+
|
|
360
|
+
</li>
|
|
361
|
+
</ul>
|
|
362
|
+
</div>
|
|
363
|
+
|
|
364
|
+
<div class="index-section properties">
|
|
365
|
+
<h3>Properties</h3>
|
|
366
|
+
|
|
367
|
+
<ul class="index-list properties">
|
|
368
|
+
<li class="index-item property private">
|
|
369
|
+
<a href="#property_count">count</a>
|
|
370
|
+
|
|
371
|
+
</li>
|
|
372
|
+
<li class="index-item property">
|
|
373
|
+
<a href="#property_currentEntries">currentEntries</a>
|
|
374
|
+
|
|
375
|
+
</li>
|
|
376
|
+
<li class="index-item property private">
|
|
377
|
+
<a href="#property_currentSortKey">currentSortKey</a>
|
|
378
|
+
|
|
379
|
+
</li>
|
|
380
|
+
<li class="index-item property private">
|
|
381
|
+
<a href="#property_currentTitle">currentTitle</a>
|
|
382
|
+
|
|
383
|
+
</li>
|
|
384
|
+
<li class="index-item property">
|
|
385
|
+
<a href="#property_defaultSortKey">defaultSortKey</a>
|
|
386
|
+
|
|
387
|
+
</li>
|
|
388
|
+
<li class="index-item property">
|
|
389
|
+
<a href="#property_deletePagePermission">deletePagePermission</a>
|
|
390
|
+
|
|
391
|
+
</li>
|
|
392
|
+
<li class="index-item property">
|
|
393
|
+
<a href="#property_emptyText">emptyText</a>
|
|
394
|
+
|
|
395
|
+
</li>
|
|
396
|
+
<li class="index-item property">
|
|
397
|
+
<a href="#property_entriesPerPage">entriesPerPage</a>
|
|
398
|
+
|
|
399
|
+
</li>
|
|
400
|
+
<li class="index-item property">
|
|
401
|
+
<a href="#property_filteredEntries">filteredEntries</a>
|
|
402
|
+
|
|
403
|
+
</li>
|
|
404
|
+
<li class="index-item property">
|
|
405
|
+
<a href="#property_fullTableTitle">fullTableTitle</a>
|
|
406
|
+
|
|
407
|
+
</li>
|
|
408
|
+
<li class="index-item property">
|
|
409
|
+
<a href="#property_hideEmpty">hideEmpty</a>
|
|
410
|
+
|
|
411
|
+
</li>
|
|
412
|
+
<li class="index-item property">
|
|
413
|
+
<a href="#property_index">index</a>
|
|
414
|
+
|
|
415
|
+
</li>
|
|
416
|
+
<li class="index-item property">
|
|
417
|
+
<a href="#property_lastQuery">lastQuery</a>
|
|
418
|
+
|
|
419
|
+
</li>
|
|
420
|
+
<li class="index-item property">
|
|
421
|
+
<a href="#property_maxPageButtons">maxPageButtons</a>
|
|
422
|
+
|
|
423
|
+
</li>
|
|
424
|
+
<li class="index-item property">
|
|
425
|
+
<a href="#property_modelName">modelName</a>
|
|
426
|
+
|
|
427
|
+
</li>
|
|
428
|
+
<li class="index-item property private">
|
|
429
|
+
<a href="#property_page">page</a>
|
|
430
|
+
|
|
431
|
+
</li>
|
|
432
|
+
<li class="index-item property private">
|
|
433
|
+
<a href="#property_pageEntries">pageEntries</a>
|
|
434
|
+
|
|
435
|
+
</li>
|
|
436
|
+
<li class="index-item property private">
|
|
437
|
+
<a href="#property_pagesSearching">pagesSearching</a>
|
|
438
|
+
|
|
439
|
+
</li>
|
|
440
|
+
<li class="index-item property">
|
|
441
|
+
<a href="#property_routeName">routeName</a>
|
|
442
|
+
|
|
443
|
+
</li>
|
|
444
|
+
<li class="index-item property private">
|
|
445
|
+
<a href="#property_searchingTable">searchingTable</a>
|
|
446
|
+
|
|
447
|
+
</li>
|
|
448
|
+
<li class="index-item property">
|
|
449
|
+
<a href="#property_searchOnRender">searchOnRender</a>
|
|
450
|
+
|
|
451
|
+
</li>
|
|
452
|
+
<li class="index-item property">
|
|
453
|
+
<a href="#property_showExport">showExport</a>
|
|
454
|
+
|
|
455
|
+
</li>
|
|
456
|
+
<li class="index-item property">
|
|
457
|
+
<a href="#property_showPages">showPages</a>
|
|
458
|
+
|
|
459
|
+
</li>
|
|
460
|
+
<li class="index-item property">
|
|
461
|
+
<a href="#property_showPagesBottom">showPagesBottom</a>
|
|
462
|
+
|
|
463
|
+
</li>
|
|
464
|
+
<li class="index-item property">
|
|
465
|
+
<a href="#property_showPagesTop">showPagesTop</a>
|
|
466
|
+
|
|
467
|
+
</li>
|
|
468
|
+
<li class="index-item property">
|
|
469
|
+
<a href="#property_tableActions">tableActions</a>
|
|
470
|
+
|
|
471
|
+
</li>
|
|
472
|
+
<li class="index-item property">
|
|
473
|
+
<a href="#property_tableSortKey">tableSortKey</a>
|
|
474
|
+
|
|
475
|
+
</li>
|
|
476
|
+
<li class="index-item property">
|
|
477
|
+
<a href="#property_tableSuffix">tableSuffix</a>
|
|
478
|
+
|
|
479
|
+
</li>
|
|
480
|
+
<li class="index-item property">
|
|
481
|
+
<a href="#property_tableWrapperClass">tableWrapperClass</a>
|
|
482
|
+
|
|
483
|
+
</li>
|
|
484
|
+
<li class="index-item property">
|
|
485
|
+
<a href="#property_totalPages">totalPages</a>
|
|
486
|
+
|
|
487
|
+
</li>
|
|
488
|
+
</ul>
|
|
489
|
+
</div>
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
</div>
|
|
493
|
+
|
|
494
|
+
<div id="tab_methods" role="tabpanel" class="tab-pane">
|
|
495
|
+
<div class="item-list">
|
|
496
|
+
<div id="method_deletePage" class="method item">
|
|
497
|
+
<span class="method-signature">
|
|
498
|
+
<span class="name anchorable-toc">
|
|
499
|
+
<a class="fa fa-link toc-anchor" href="#method_deletePage"></a>
|
|
500
|
+
deletePage
|
|
501
|
+
</span>
|
|
502
|
+
|
|
503
|
+
<span class="paren">()</span>
|
|
504
|
+
</span>
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
<div class="meta">
|
|
513
|
+
<p>
|
|
514
|
+
Defined in
|
|
515
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L125">addon\components\fw-pagination-wrapper.js:125</a>
|
|
516
|
+
</p>
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
</div>
|
|
521
|
+
|
|
522
|
+
<div class="description"><p>Called to delete the full page of entries.
|
|
523
|
+
Should be passed in with a function. Button will only appear if this is defined</p>
|
|
524
|
+
</div>
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
</div>
|
|
529
|
+
<div id="method_export" class="method item">
|
|
530
|
+
<span class="method-signature">
|
|
531
|
+
<span class="name anchorable-toc">
|
|
532
|
+
<a class="fa fa-link toc-anchor" href="#method_export"></a>
|
|
533
|
+
export
|
|
534
|
+
</span>
|
|
535
|
+
|
|
536
|
+
<span class="paren">()</span>
|
|
537
|
+
<span class="returns-inline">
|
|
538
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise" class="crosslink external" target="_blank">Promise</a></span>
|
|
539
|
+
</span>
|
|
540
|
+
</span>
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
<div class="meta">
|
|
549
|
+
<p>
|
|
550
|
+
Defined in
|
|
551
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L521">addon\components\fw-pagination-wrapper.js:521</a>
|
|
552
|
+
</p>
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
</div>
|
|
557
|
+
|
|
558
|
+
<div class="description"><p>This action is called when the export button is clicked to export all data. This is yielded in the block as <code>actions.export</code>.</p>
|
|
559
|
+
</div>
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
<div class="returns">
|
|
563
|
+
<h4>Returns:</h4>
|
|
564
|
+
|
|
565
|
+
<div class="returns-description">
|
|
566
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise" class="crosslink external" target="_blank">Promise</a></span>:
|
|
567
|
+
<p>Promise that resolves after exporting the table</p>
|
|
568
|
+
|
|
569
|
+
</div>
|
|
570
|
+
</div>
|
|
571
|
+
|
|
572
|
+
</div>
|
|
573
|
+
<div id="method_getTableColumns" class="method item">
|
|
574
|
+
<span class="method-signature">
|
|
575
|
+
<span class="name anchorable-toc">
|
|
576
|
+
<a class="fa fa-link toc-anchor" href="#method_getTableColumns"></a>
|
|
577
|
+
getTableColumns
|
|
578
|
+
</span>
|
|
579
|
+
|
|
580
|
+
<span class="paren">()</span>
|
|
581
|
+
<span class="returns-inline">
|
|
582
|
+
<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>
|
|
583
|
+
</span>
|
|
584
|
+
</span>
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
<div class="meta">
|
|
593
|
+
<p>
|
|
594
|
+
Defined in
|
|
595
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L110">addon\components\fw-pagination-wrapper.js:110</a>
|
|
596
|
+
</p>
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
</div>
|
|
601
|
+
|
|
602
|
+
<div class="description"><p>Gets a list of table columns for exporting</p>
|
|
603
|
+
</div>
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
<div class="returns">
|
|
607
|
+
<h4>Returns:</h4>
|
|
608
|
+
|
|
609
|
+
<div class="returns-description">
|
|
610
|
+
<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>:
|
|
611
|
+
<p>Array of table columns</p>
|
|
612
|
+
|
|
613
|
+
</div>
|
|
614
|
+
</div>
|
|
615
|
+
|
|
616
|
+
</div>
|
|
617
|
+
<div id="method_getTableColumns" class="method item">
|
|
618
|
+
<span class="method-signature">
|
|
619
|
+
<span class="name anchorable-toc">
|
|
620
|
+
<a class="fa fa-link toc-anchor" href="#method_getTableColumns"></a>
|
|
621
|
+
getTableColumns
|
|
622
|
+
</span>
|
|
623
|
+
|
|
624
|
+
<span class="paren">()</span>
|
|
625
|
+
<span class="returns-inline">
|
|
626
|
+
<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>
|
|
627
|
+
</span>
|
|
628
|
+
</span>
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
<div class="meta">
|
|
637
|
+
<p>
|
|
638
|
+
Defined in
|
|
639
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L155">addon\components\fw-pagination-wrapper.js:155</a>
|
|
640
|
+
</p>
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
</div>
|
|
645
|
+
|
|
646
|
+
<div class="description"><p>Gets a list of table columns for the results. If null, yields for table</p>
|
|
647
|
+
</div>
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
<div class="returns">
|
|
651
|
+
<h4>Returns:</h4>
|
|
652
|
+
|
|
653
|
+
<div class="returns-description">
|
|
654
|
+
<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>:
|
|
655
|
+
<p>Array of table columns</p>
|
|
656
|
+
|
|
657
|
+
</div>
|
|
658
|
+
</div>
|
|
659
|
+
|
|
660
|
+
</div>
|
|
661
|
+
<div id="method_getTitle" class="method item">
|
|
662
|
+
<span class="method-signature">
|
|
663
|
+
<span class="name anchorable-toc">
|
|
664
|
+
<a class="fa fa-link toc-anchor" href="#method_getTitle"></a>
|
|
665
|
+
getTitle
|
|
666
|
+
</span>
|
|
667
|
+
|
|
668
|
+
<span class="paren">()</span>
|
|
669
|
+
<span class="returns-inline">
|
|
670
|
+
<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>
|
|
671
|
+
</span>
|
|
672
|
+
</span>
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
<div class="meta">
|
|
681
|
+
<p>
|
|
682
|
+
Defined in
|
|
683
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L100">addon\components\fw-pagination-wrapper.js:100</a>
|
|
684
|
+
</p>
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
</div>
|
|
689
|
+
|
|
690
|
+
<div class="description"><p>Gets the title of this table at the given time</p>
|
|
691
|
+
</div>
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
<div class="returns">
|
|
695
|
+
<h4>Returns:</h4>
|
|
696
|
+
|
|
697
|
+
<div class="returns-description">
|
|
698
|
+
<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>:
|
|
699
|
+
<p>Title of this table</p>
|
|
700
|
+
|
|
701
|
+
</div>
|
|
702
|
+
</div>
|
|
703
|
+
|
|
704
|
+
</div>
|
|
705
|
+
<div id="method_makeQuery" class="method item">
|
|
706
|
+
<span class="method-signature">
|
|
707
|
+
<span class="name anchorable-toc">
|
|
708
|
+
<a class="fa fa-link toc-anchor" href="#method_makeQuery"></a>
|
|
709
|
+
makeQuery
|
|
710
|
+
</span>
|
|
711
|
+
|
|
712
|
+
<div class="args">
|
|
713
|
+
<span class="paren">(</span><ul class="args-list inline commas">
|
|
714
|
+
<li class="arg">
|
|
715
|
+
<code>count</code>
|
|
716
|
+
</li>
|
|
717
|
+
<li class="arg">
|
|
718
|
+
<code>page</code>
|
|
719
|
+
</li>
|
|
720
|
+
<li class="arg">
|
|
721
|
+
<code>export</code>
|
|
722
|
+
</li>
|
|
723
|
+
</ul><span class="paren">)</span>
|
|
724
|
+
</div>
|
|
725
|
+
<span class="returns-inline">
|
|
726
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
|
|
727
|
+
</span>
|
|
728
|
+
</span>
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
<div class="meta">
|
|
737
|
+
<p>
|
|
738
|
+
Defined in
|
|
739
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L140">addon\components\fw-pagination-wrapper.js:140</a>
|
|
740
|
+
</p>
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
</div>
|
|
745
|
+
|
|
746
|
+
<div class="description"><p>Makes a query object based on the search fields</p>
|
|
747
|
+
</div>
|
|
748
|
+
|
|
749
|
+
<div class="params">
|
|
750
|
+
<h4>Parameters:</h4>
|
|
751
|
+
|
|
752
|
+
<ul class="params-list">
|
|
753
|
+
<li class="param">
|
|
754
|
+
<code class="param-name">count</code>
|
|
755
|
+
<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>
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
<div class="param-description"><p>If true, counting</p>
|
|
759
|
+
</div>
|
|
760
|
+
|
|
761
|
+
</li>
|
|
762
|
+
<li class="param">
|
|
763
|
+
<code class="param-name">page</code>
|
|
764
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a></span>
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
<div class="param-description"><p>If defined, page number for a page search</p>
|
|
768
|
+
</div>
|
|
769
|
+
|
|
770
|
+
</li>
|
|
771
|
+
<li class="param">
|
|
772
|
+
<code class="param-name">export</code>
|
|
773
|
+
<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>
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
<div class="param-description"><p>If true, exporting</p>
|
|
777
|
+
</div>
|
|
778
|
+
|
|
779
|
+
</li>
|
|
780
|
+
</ul>
|
|
781
|
+
</div>
|
|
782
|
+
|
|
783
|
+
<div class="returns">
|
|
784
|
+
<h4>Returns:</h4>
|
|
785
|
+
|
|
786
|
+
<div class="returns-description">
|
|
787
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
|
|
788
|
+
<p>Query object</p>
|
|
789
|
+
|
|
790
|
+
</div>
|
|
791
|
+
</div>
|
|
792
|
+
|
|
793
|
+
</div>
|
|
794
|
+
<div id="method_onSearch" class="method item">
|
|
795
|
+
<span class="method-signature">
|
|
796
|
+
<span class="name anchorable-toc">
|
|
797
|
+
<a class="fa fa-link toc-anchor" href="#method_onSearch"></a>
|
|
798
|
+
onSearch
|
|
799
|
+
</span>
|
|
800
|
+
|
|
801
|
+
<span class="paren">()</span>
|
|
802
|
+
</span>
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
<div class="meta">
|
|
811
|
+
<p>
|
|
812
|
+
Defined in
|
|
813
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L118">addon\components\fw-pagination-wrapper.js:118</a>
|
|
814
|
+
</p>
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
</div>
|
|
819
|
+
|
|
820
|
+
<div class="description"><p>Action to be called when the table search button is pressed.</p>
|
|
821
|
+
</div>
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
</div>
|
|
826
|
+
<div id="method_queryAll" class="method item private">
|
|
827
|
+
<span class="method-signature">
|
|
828
|
+
<span class="name anchorable-toc">
|
|
829
|
+
<a class="fa fa-link toc-anchor" href="#method_queryAll"></a>
|
|
830
|
+
queryAll
|
|
831
|
+
</span>
|
|
832
|
+
|
|
833
|
+
<span class="paren">()</span>
|
|
834
|
+
<span class="returns-inline">
|
|
835
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise" class="crosslink external" target="_blank">Promise</a></span>
|
|
836
|
+
</span>
|
|
837
|
+
</span>
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
|
|
841
|
+
<span class="flag private">private</span>
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
|
|
846
|
+
<div class="meta">
|
|
847
|
+
<p>
|
|
848
|
+
Defined in
|
|
849
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L460">addon\components\fw-pagination-wrapper.js:460</a>
|
|
850
|
+
</p>
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
</div>
|
|
855
|
+
|
|
856
|
+
<div class="description"><p>Gets all entries for the given query. Internal method</p>
|
|
857
|
+
</div>
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
<div class="returns">
|
|
861
|
+
<h4>Returns:</h4>
|
|
862
|
+
|
|
863
|
+
<div class="returns-description">
|
|
864
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise" class="crosslink external" target="_blank">Promise</a></span>:
|
|
865
|
+
<p>Promise that resolves to entries</p>
|
|
866
|
+
|
|
867
|
+
</div>
|
|
868
|
+
</div>
|
|
869
|
+
|
|
870
|
+
</div>
|
|
871
|
+
<div id="method_queryCount" class="method item private">
|
|
872
|
+
<span class="method-signature">
|
|
873
|
+
<span class="name anchorable-toc">
|
|
874
|
+
<a class="fa fa-link toc-anchor" href="#method_queryCount"></a>
|
|
875
|
+
queryCount
|
|
876
|
+
</span>
|
|
877
|
+
|
|
878
|
+
<span class="paren">()</span>
|
|
879
|
+
<span class="returns-inline">
|
|
880
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise" class="crosslink external" target="_blank">Promise</a></span>
|
|
881
|
+
</span>
|
|
882
|
+
</span>
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
|
|
886
|
+
<span class="flag private">private</span>
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
<div class="meta">
|
|
892
|
+
<p>
|
|
893
|
+
Defined in
|
|
894
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L400">addon\components\fw-pagination-wrapper.js:400</a>
|
|
895
|
+
</p>
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
</div>
|
|
900
|
+
|
|
901
|
+
<div class="description"><p>Queries the serverside to get the total record count. Internal method.</p>
|
|
902
|
+
</div>
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
<div class="returns">
|
|
906
|
+
<h4>Returns:</h4>
|
|
907
|
+
|
|
908
|
+
<div class="returns-description">
|
|
909
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise" class="crosslink external" target="_blank">Promise</a></span>:
|
|
910
|
+
<p>Promise that resolves to a number</p>
|
|
911
|
+
|
|
912
|
+
</div>
|
|
913
|
+
</div>
|
|
914
|
+
|
|
915
|
+
</div>
|
|
916
|
+
<div id="method_queryPage" class="method item private">
|
|
917
|
+
<span class="method-signature">
|
|
918
|
+
<span class="name anchorable-toc">
|
|
919
|
+
<a class="fa fa-link toc-anchor" href="#method_queryPage"></a>
|
|
920
|
+
queryPage
|
|
921
|
+
</span>
|
|
922
|
+
|
|
923
|
+
<div class="args">
|
|
924
|
+
<span class="paren">(</span><ul class="args-list inline commas">
|
|
925
|
+
<li class="arg">
|
|
926
|
+
<code>page</code>
|
|
927
|
+
</li>
|
|
928
|
+
</ul><span class="paren">)</span>
|
|
929
|
+
</div>
|
|
930
|
+
<span class="returns-inline">
|
|
931
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise" class="crosslink external" target="_blank">Promise</a></span>
|
|
932
|
+
</span>
|
|
933
|
+
</span>
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
<span class="flag private">private</span>
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
<div class="meta">
|
|
943
|
+
<p>
|
|
944
|
+
Defined in
|
|
945
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L445">addon\components\fw-pagination-wrapper.js:445</a>
|
|
946
|
+
</p>
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
|
|
950
|
+
</div>
|
|
951
|
+
|
|
952
|
+
<div class="description"><p>Fetches the entries for the given page number. Internal method</p>
|
|
953
|
+
</div>
|
|
954
|
+
|
|
955
|
+
<div class="params">
|
|
956
|
+
<h4>Parameters:</h4>
|
|
957
|
+
|
|
958
|
+
<ul class="params-list">
|
|
959
|
+
<li class="param">
|
|
960
|
+
<code class="param-name">page</code>
|
|
961
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a></span>
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
<div class="param-description"><p>Page to fetch</p>
|
|
965
|
+
</div>
|
|
966
|
+
|
|
967
|
+
</li>
|
|
968
|
+
</ul>
|
|
969
|
+
</div>
|
|
970
|
+
|
|
971
|
+
<div class="returns">
|
|
972
|
+
<h4>Returns:</h4>
|
|
973
|
+
|
|
974
|
+
<div class="returns-description">
|
|
975
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise" class="crosslink external" target="_blank">Promise</a></span>:
|
|
976
|
+
<p>Promise that resolves to an entry array</p>
|
|
977
|
+
|
|
978
|
+
</div>
|
|
979
|
+
</div>
|
|
980
|
+
|
|
981
|
+
</div>
|
|
982
|
+
<div id="method_querySort" class="method item private">
|
|
983
|
+
<span class="method-signature">
|
|
984
|
+
<span class="name anchorable-toc">
|
|
985
|
+
<a class="fa fa-link toc-anchor" href="#method_querySort"></a>
|
|
986
|
+
querySort
|
|
987
|
+
</span>
|
|
988
|
+
|
|
989
|
+
<div class="args">
|
|
990
|
+
<span class="paren">(</span><ul class="args-list inline commas">
|
|
991
|
+
<li class="arg">
|
|
992
|
+
<code>page</code>
|
|
993
|
+
</li>
|
|
994
|
+
<li class="arg">
|
|
995
|
+
<code>sortKey</code>
|
|
996
|
+
</li>
|
|
997
|
+
<li class="arg">
|
|
998
|
+
<code>ascending</code>
|
|
999
|
+
</li>
|
|
1000
|
+
</ul><span class="paren">)</span>
|
|
1001
|
+
</div>
|
|
1002
|
+
<span class="returns-inline">
|
|
1003
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise" class="crosslink external" target="_blank">Promise</a></span>
|
|
1004
|
+
</span>
|
|
1005
|
+
</span>
|
|
1006
|
+
|
|
1007
|
+
|
|
1008
|
+
|
|
1009
|
+
<span class="flag private">private</span>
|
|
1010
|
+
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
<div class="meta">
|
|
1015
|
+
<p>
|
|
1016
|
+
Defined in
|
|
1017
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L416">addon\components\fw-pagination-wrapper.js:416</a>
|
|
1018
|
+
</p>
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
</div>
|
|
1023
|
+
|
|
1024
|
+
<div class="description"><p>Query for setting a new sort order. Internal method.</p>
|
|
1025
|
+
</div>
|
|
1026
|
+
|
|
1027
|
+
<div class="params">
|
|
1028
|
+
<h4>Parameters:</h4>
|
|
1029
|
+
|
|
1030
|
+
<ul class="params-list">
|
|
1031
|
+
<li class="param">
|
|
1032
|
+
<code class="param-name">page</code>
|
|
1033
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a></span>
|
|
1034
|
+
|
|
1035
|
+
|
|
1036
|
+
<div class="param-description"><p>Page number to start</p>
|
|
1037
|
+
</div>
|
|
1038
|
+
|
|
1039
|
+
</li>
|
|
1040
|
+
<li class="param">
|
|
1041
|
+
<code class="param-name">sortKey</code>
|
|
1042
|
+
<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>
|
|
1043
|
+
|
|
1044
|
+
|
|
1045
|
+
<div class="param-description"><p>New sort order</p>
|
|
1046
|
+
</div>
|
|
1047
|
+
|
|
1048
|
+
</li>
|
|
1049
|
+
<li class="param">
|
|
1050
|
+
<code class="param-name">ascending</code>
|
|
1051
|
+
<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>
|
|
1052
|
+
|
|
1053
|
+
|
|
1054
|
+
<div class="param-description"><p>If true, sorts ascending, false descending</p>
|
|
1055
|
+
</div>
|
|
1056
|
+
|
|
1057
|
+
</li>
|
|
1058
|
+
</ul>
|
|
1059
|
+
</div>
|
|
1060
|
+
|
|
1061
|
+
<div class="returns">
|
|
1062
|
+
<h4>Returns:</h4>
|
|
1063
|
+
|
|
1064
|
+
<div class="returns-description">
|
|
1065
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise" class="crosslink external" target="_blank">Promise</a></span>:
|
|
1066
|
+
<p>Promise that resolves to a entry array</p>
|
|
1067
|
+
|
|
1068
|
+
</div>
|
|
1069
|
+
</div>
|
|
1070
|
+
|
|
1071
|
+
</div>
|
|
1072
|
+
<div id="method_search" class="method item">
|
|
1073
|
+
<span class="method-signature">
|
|
1074
|
+
<span class="name anchorable-toc">
|
|
1075
|
+
<a class="fa fa-link toc-anchor" href="#method_search"></a>
|
|
1076
|
+
search
|
|
1077
|
+
</span>
|
|
1078
|
+
|
|
1079
|
+
<span class="paren">()</span>
|
|
1080
|
+
<span class="returns-inline">
|
|
1081
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise" class="crosslink external" target="_blank">Promise</a></span>
|
|
1082
|
+
</span>
|
|
1083
|
+
</span>
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
|
|
1091
|
+
<div class="meta">
|
|
1092
|
+
<p>
|
|
1093
|
+
Defined in
|
|
1094
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L474">addon\components\fw-pagination-wrapper.js:474</a>
|
|
1095
|
+
</p>
|
|
1096
|
+
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
</div>
|
|
1100
|
+
|
|
1101
|
+
<div class="description"><p>This action is called when the search button is pressed. This is yielded as <code>actions.search</code> in the block.</p>
|
|
1102
|
+
</div>
|
|
1103
|
+
|
|
1104
|
+
|
|
1105
|
+
<div class="returns">
|
|
1106
|
+
<h4>Returns:</h4>
|
|
1107
|
+
|
|
1108
|
+
<div class="returns-description">
|
|
1109
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise" class="crosslink external" target="_blank">Promise</a></span>:
|
|
1110
|
+
<p>Promise that resolves after searching</p>
|
|
1111
|
+
|
|
1112
|
+
</div>
|
|
1113
|
+
</div>
|
|
1114
|
+
|
|
1115
|
+
</div>
|
|
1116
|
+
<div id="method_setPage" class="method item private">
|
|
1117
|
+
<span class="method-signature">
|
|
1118
|
+
<span class="name anchorable-toc">
|
|
1119
|
+
<a class="fa fa-link toc-anchor" href="#method_setPage"></a>
|
|
1120
|
+
setPage
|
|
1121
|
+
</span>
|
|
1122
|
+
|
|
1123
|
+
<div class="args">
|
|
1124
|
+
<span class="paren">(</span><ul class="args-list inline commas">
|
|
1125
|
+
<li class="arg">
|
|
1126
|
+
<code>page</code>
|
|
1127
|
+
</li>
|
|
1128
|
+
</ul><span class="paren">)</span>
|
|
1129
|
+
</div>
|
|
1130
|
+
</span>
|
|
1131
|
+
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
<span class="flag private">private</span>
|
|
1135
|
+
|
|
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-pagination-wrapper.js#L539">addon\components\fw-pagination-wrapper.js:539</a>
|
|
1143
|
+
</p>
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
|
|
1147
|
+
</div>
|
|
1148
|
+
|
|
1149
|
+
<div class="description"><p>This action is called when a page button is clicked to switch pages. This is an internal action used in the page number button.</p>
|
|
1150
|
+
</div>
|
|
1151
|
+
|
|
1152
|
+
<div class="params">
|
|
1153
|
+
<h4>Parameters:</h4>
|
|
1154
|
+
|
|
1155
|
+
<ul class="params-list">
|
|
1156
|
+
<li class="param">
|
|
1157
|
+
<code class="param-name">page</code>
|
|
1158
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a></span>
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
<div class="param-description"><p>New page number to set</p>
|
|
1162
|
+
</div>
|
|
1163
|
+
|
|
1164
|
+
</li>
|
|
1165
|
+
</ul>
|
|
1166
|
+
</div>
|
|
1167
|
+
|
|
1168
|
+
|
|
1169
|
+
</div>
|
|
1170
|
+
<div id="method_sortColumn" class="method item">
|
|
1171
|
+
<span class="method-signature">
|
|
1172
|
+
<span class="name anchorable-toc">
|
|
1173
|
+
<a class="fa fa-link toc-anchor" href="#method_sortColumn"></a>
|
|
1174
|
+
sortColumn
|
|
1175
|
+
</span>
|
|
1176
|
+
|
|
1177
|
+
<div class="args">
|
|
1178
|
+
<span class="paren">(</span><ul class="args-list inline commas">
|
|
1179
|
+
<li class="arg">
|
|
1180
|
+
<code>column</code>
|
|
1181
|
+
</li>
|
|
1182
|
+
<li class="arg">
|
|
1183
|
+
<code>sortKey</code>
|
|
1184
|
+
</li>
|
|
1185
|
+
</ul><span class="paren">)</span>
|
|
1186
|
+
</div>
|
|
1187
|
+
<span class="returns-inline">
|
|
1188
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise" class="crosslink external" target="_blank">Promise</a></span>
|
|
1189
|
+
</span>
|
|
1190
|
+
</span>
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
<div class="meta">
|
|
1199
|
+
<p>
|
|
1200
|
+
Defined in
|
|
1201
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L570">addon\components\fw-pagination-wrapper.js:570</a>
|
|
1202
|
+
</p>
|
|
1203
|
+
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
</div>
|
|
1207
|
+
|
|
1208
|
+
<div class="description"><p>This action resorts the entry by the given column. This is yielded as <code>actions.sort</code>, when table is also defined. To be used in the <code>onSort</code> of your <code>FwSortableTable</code>.</p>
|
|
1209
|
+
</div>
|
|
1210
|
+
|
|
1211
|
+
<div class="params">
|
|
1212
|
+
<h4>Parameters:</h4>
|
|
1213
|
+
|
|
1214
|
+
<ul class="params-list">
|
|
1215
|
+
<li class="param">
|
|
1216
|
+
<code class="param-name">column</code>
|
|
1217
|
+
<span class="type">Column</span>
|
|
1218
|
+
|
|
1219
|
+
|
|
1220
|
+
<div class="param-description"><p>Column to use for sorting</p>
|
|
1221
|
+
</div>
|
|
1222
|
+
|
|
1223
|
+
</li>
|
|
1224
|
+
<li class="param">
|
|
1225
|
+
<code class="param-name">sortKey</code>
|
|
1226
|
+
<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>
|
|
1227
|
+
|
|
1228
|
+
|
|
1229
|
+
<div class="param-description"><p>String to use for sorting in the column</p>
|
|
1230
|
+
</div>
|
|
1231
|
+
|
|
1232
|
+
</li>
|
|
1233
|
+
</ul>
|
|
1234
|
+
</div>
|
|
1235
|
+
|
|
1236
|
+
<div class="returns">
|
|
1237
|
+
<h4>Returns:</h4>
|
|
1238
|
+
|
|
1239
|
+
<div class="returns-description">
|
|
1240
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise" class="crosslink external" target="_blank">Promise</a></span>:
|
|
1241
|
+
<p>Promise that resolves to entries</p>
|
|
1242
|
+
|
|
1243
|
+
</div>
|
|
1244
|
+
</div>
|
|
1245
|
+
|
|
1246
|
+
</div>
|
|
1247
|
+
</div>
|
|
1248
|
+
</div>
|
|
1249
|
+
|
|
1250
|
+
<div id="tab_properties" role="tabpanel" class="tab-pane">
|
|
1251
|
+
<div class="item-list">
|
|
1252
|
+
<div id="property_count" class="property item private">
|
|
1253
|
+
<h3 class="name anchorable-toc">
|
|
1254
|
+
<a class="fa fa-link toc-anchor" href="#property_count"></a>
|
|
1255
|
+
count
|
|
1256
|
+
</h3>
|
|
1257
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a></span>
|
|
1258
|
+
|
|
1259
|
+
|
|
1260
|
+
<span class="flag private">private</span>
|
|
1261
|
+
|
|
1262
|
+
|
|
1263
|
+
|
|
1264
|
+
<div class="meta">
|
|
1265
|
+
<p>
|
|
1266
|
+
Defined in
|
|
1267
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L239">addon\components\fw-pagination-wrapper.js:239</a>
|
|
1268
|
+
</p>
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
</div>
|
|
1272
|
+
|
|
1273
|
+
<div class="description">
|
|
1274
|
+
<p>Total number of entries. Internal property set by the count network request.</p>
|
|
1275
|
+
|
|
1276
|
+
</div>
|
|
1277
|
+
|
|
1278
|
+
|
|
1279
|
+
|
|
1280
|
+
</div>
|
|
1281
|
+
<div id="property_currentEntries" class="property item">
|
|
1282
|
+
<h3 class="name anchorable-toc">
|
|
1283
|
+
<a class="fa fa-link toc-anchor" href="#property_currentEntries"></a>
|
|
1284
|
+
currentEntries
|
|
1285
|
+
</h3>
|
|
1286
|
+
<span class="type">Array - Computed</span>
|
|
1287
|
+
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
|
|
1291
|
+
|
|
1292
|
+
<div class="meta">
|
|
1293
|
+
<p>
|
|
1294
|
+
Defined in
|
|
1295
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L275">addon\components\fw-pagination-wrapper.js:275</a>
|
|
1296
|
+
</p>
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
</div>
|
|
1300
|
+
|
|
1301
|
+
<div class="description">
|
|
1302
|
+
<p>Array of entries at the current page</p>
|
|
1303
|
+
|
|
1304
|
+
</div>
|
|
1305
|
+
|
|
1306
|
+
|
|
1307
|
+
|
|
1308
|
+
</div>
|
|
1309
|
+
<div id="property_currentSortKey" class="property item private">
|
|
1310
|
+
<h3 class="name anchorable-toc">
|
|
1311
|
+
<a class="fa fa-link toc-anchor" href="#property_currentSortKey"></a>
|
|
1312
|
+
currentSortKey
|
|
1313
|
+
</h3>
|
|
1314
|
+
<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>
|
|
1315
|
+
|
|
1316
|
+
|
|
1317
|
+
<span class="flag private">private</span>
|
|
1318
|
+
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
<div class="meta">
|
|
1322
|
+
<p>
|
|
1323
|
+
Defined in
|
|
1324
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L253">addon\components\fw-pagination-wrapper.js:253</a>
|
|
1325
|
+
</p>
|
|
1326
|
+
|
|
1327
|
+
|
|
1328
|
+
</div>
|
|
1329
|
+
|
|
1330
|
+
<div class="description">
|
|
1331
|
+
<p>Current sort order for the table. Internal property to keep track of current sort key.</p>
|
|
1332
|
+
|
|
1333
|
+
</div>
|
|
1334
|
+
|
|
1335
|
+
|
|
1336
|
+
|
|
1337
|
+
</div>
|
|
1338
|
+
<div id="property_currentTitle" class="property item private">
|
|
1339
|
+
<h3 class="name anchorable-toc">
|
|
1340
|
+
<a class="fa fa-link toc-anchor" href="#property_currentTitle"></a>
|
|
1341
|
+
currentTitle
|
|
1342
|
+
</h3>
|
|
1343
|
+
<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>
|
|
1344
|
+
|
|
1345
|
+
|
|
1346
|
+
<span class="flag private">private</span>
|
|
1347
|
+
|
|
1348
|
+
|
|
1349
|
+
|
|
1350
|
+
<div class="meta">
|
|
1351
|
+
<p>
|
|
1352
|
+
Defined in
|
|
1353
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L189">addon\components\fw-pagination-wrapper.js:189</a>
|
|
1354
|
+
</p>
|
|
1355
|
+
|
|
1356
|
+
|
|
1357
|
+
</div>
|
|
1358
|
+
|
|
1359
|
+
<div class="description">
|
|
1360
|
+
<p>Table title at this time. Internal property. Set by <code>getTableTitle</code></p>
|
|
1361
|
+
|
|
1362
|
+
</div>
|
|
1363
|
+
|
|
1364
|
+
|
|
1365
|
+
|
|
1366
|
+
</div>
|
|
1367
|
+
<div id="property_defaultSortKey" class="property item">
|
|
1368
|
+
<h3 class="name anchorable-toc">
|
|
1369
|
+
<a class="fa fa-link toc-anchor" href="#property_defaultSortKey"></a>
|
|
1370
|
+
defaultSortKey
|
|
1371
|
+
</h3>
|
|
1372
|
+
<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>
|
|
1373
|
+
|
|
1374
|
+
|
|
1375
|
+
|
|
1376
|
+
|
|
1377
|
+
|
|
1378
|
+
<div class="meta">
|
|
1379
|
+
<p>
|
|
1380
|
+
Defined in
|
|
1381
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L70">addon\components\fw-pagination-wrapper.js:70</a>
|
|
1382
|
+
</p>
|
|
1383
|
+
|
|
1384
|
+
|
|
1385
|
+
</div>
|
|
1386
|
+
|
|
1387
|
+
<div class="description">
|
|
1388
|
+
<p>Default sort order for the table</p>
|
|
1389
|
+
|
|
1390
|
+
</div>
|
|
1391
|
+
|
|
1392
|
+
|
|
1393
|
+
|
|
1394
|
+
</div>
|
|
1395
|
+
<div id="property_deletePagePermission" class="property item">
|
|
1396
|
+
<h3 class="name anchorable-toc">
|
|
1397
|
+
<a class="fa fa-link toc-anchor" href="#property_deletePagePermission"></a>
|
|
1398
|
+
deletePagePermission
|
|
1399
|
+
</h3>
|
|
1400
|
+
<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>
|
|
1401
|
+
|
|
1402
|
+
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
|
|
1406
|
+
<div class="meta">
|
|
1407
|
+
<p>
|
|
1408
|
+
Defined in
|
|
1409
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L133">addon\components\fw-pagination-wrapper.js:133</a>
|
|
1410
|
+
</p>
|
|
1411
|
+
|
|
1412
|
+
|
|
1413
|
+
</div>
|
|
1414
|
+
|
|
1415
|
+
<div class="description">
|
|
1416
|
+
<p>Determines permission for deleteTablePermission for <code>FwTableSortable</code>. Should probably use a <code>has-role</code> helper from Group Control</p>
|
|
1417
|
+
|
|
1418
|
+
</div>
|
|
1419
|
+
|
|
1420
|
+
<p><br><strong>Default:</strong> true</p>
|
|
1421
|
+
|
|
1422
|
+
|
|
1423
|
+
</div>
|
|
1424
|
+
<div id="property_emptyText" class="property item">
|
|
1425
|
+
<h3 class="name anchorable-toc">
|
|
1426
|
+
<a class="fa fa-link toc-anchor" href="#property_emptyText"></a>
|
|
1427
|
+
emptyText
|
|
1428
|
+
</h3>
|
|
1429
|
+
<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>
|
|
1430
|
+
|
|
1431
|
+
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
|
|
1435
|
+
<div class="meta">
|
|
1436
|
+
<p>
|
|
1437
|
+
Defined in
|
|
1438
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L164">addon\components\fw-pagination-wrapper.js:164</a>
|
|
1439
|
+
</p>
|
|
1440
|
+
|
|
1441
|
+
|
|
1442
|
+
</div>
|
|
1443
|
+
|
|
1444
|
+
<div class="description">
|
|
1445
|
+
<p>Text to show for empty tables. If null, hides on empty</p>
|
|
1446
|
+
|
|
1447
|
+
</div>
|
|
1448
|
+
|
|
1449
|
+
|
|
1450
|
+
|
|
1451
|
+
</div>
|
|
1452
|
+
<div id="property_entriesPerPage" class="property item">
|
|
1453
|
+
<h3 class="name anchorable-toc">
|
|
1454
|
+
<a class="fa fa-link toc-anchor" href="#property_entriesPerPage"></a>
|
|
1455
|
+
entriesPerPage
|
|
1456
|
+
</h3>
|
|
1457
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a></span>
|
|
1458
|
+
|
|
1459
|
+
|
|
1460
|
+
|
|
1461
|
+
|
|
1462
|
+
|
|
1463
|
+
<div class="meta">
|
|
1464
|
+
<p>
|
|
1465
|
+
Defined in
|
|
1466
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L77">addon\components\fw-pagination-wrapper.js:77</a>
|
|
1467
|
+
</p>
|
|
1468
|
+
|
|
1469
|
+
|
|
1470
|
+
</div>
|
|
1471
|
+
|
|
1472
|
+
<div class="description">
|
|
1473
|
+
<p>Number of entries per page</p>
|
|
1474
|
+
|
|
1475
|
+
</div>
|
|
1476
|
+
|
|
1477
|
+
<p><br><strong>Default:</strong> 100</p>
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
</div>
|
|
1481
|
+
<div id="property_filteredEntries" class="property item">
|
|
1482
|
+
<h3 class="name anchorable-toc">
|
|
1483
|
+
<a class="fa fa-link toc-anchor" href="#property_filteredEntries"></a>
|
|
1484
|
+
filteredEntries
|
|
1485
|
+
</h3>
|
|
1486
|
+
<span class="type">Array - Computed</span>
|
|
1487
|
+
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
|
|
1491
|
+
|
|
1492
|
+
<div class="meta">
|
|
1493
|
+
<p>
|
|
1494
|
+
Defined in
|
|
1495
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L289">addon\components\fw-pagination-wrapper.js:289</a>
|
|
1496
|
+
</p>
|
|
1497
|
+
|
|
1498
|
+
|
|
1499
|
+
</div>
|
|
1500
|
+
|
|
1501
|
+
<div class="description">
|
|
1502
|
+
<p>Filtered entries, removing deleted entries</p>
|
|
1503
|
+
|
|
1504
|
+
</div>
|
|
1505
|
+
|
|
1506
|
+
|
|
1507
|
+
|
|
1508
|
+
</div>
|
|
1509
|
+
<div id="property_fullTableTitle" class="property item">
|
|
1510
|
+
<h3 class="name anchorable-toc">
|
|
1511
|
+
<a class="fa fa-link toc-anchor" href="#property_fullTableTitle"></a>
|
|
1512
|
+
fullTableTitle
|
|
1513
|
+
</h3>
|
|
1514
|
+
<span class="type">String - Computed</span>
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
|
+
|
|
1518
|
+
|
|
1519
|
+
|
|
1520
|
+
<div class="meta">
|
|
1521
|
+
<p>
|
|
1522
|
+
Defined in
|
|
1523
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L380">addon\components\fw-pagination-wrapper.js:380</a>
|
|
1524
|
+
</p>
|
|
1525
|
+
|
|
1526
|
+
|
|
1527
|
+
</div>
|
|
1528
|
+
|
|
1529
|
+
<div class="description">
|
|
1530
|
+
<p>Title for the table</p>
|
|
1531
|
+
|
|
1532
|
+
</div>
|
|
1533
|
+
|
|
1534
|
+
|
|
1535
|
+
|
|
1536
|
+
</div>
|
|
1537
|
+
<div id="property_hideEmpty" class="property item">
|
|
1538
|
+
<h3 class="name anchorable-toc">
|
|
1539
|
+
<a class="fa fa-link toc-anchor" href="#property_hideEmpty"></a>
|
|
1540
|
+
hideEmpty
|
|
1541
|
+
</h3>
|
|
1542
|
+
<span class="type">Boolean - Computed</span>
|
|
1543
|
+
|
|
1544
|
+
|
|
1545
|
+
|
|
1546
|
+
|
|
1547
|
+
|
|
1548
|
+
<div class="meta">
|
|
1549
|
+
<p>
|
|
1550
|
+
Defined in
|
|
1551
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L390">addon\components\fw-pagination-wrapper.js:390</a>
|
|
1552
|
+
</p>
|
|
1553
|
+
|
|
1554
|
+
|
|
1555
|
+
</div>
|
|
1556
|
+
|
|
1557
|
+
<div class="description">
|
|
1558
|
+
<p>If true, hide the table when empty</p>
|
|
1559
|
+
|
|
1560
|
+
</div>
|
|
1561
|
+
|
|
1562
|
+
|
|
1563
|
+
|
|
1564
|
+
</div>
|
|
1565
|
+
<div id="property_index" class="property item">
|
|
1566
|
+
<h3 class="name anchorable-toc">
|
|
1567
|
+
<a class="fa fa-link toc-anchor" href="#property_index"></a>
|
|
1568
|
+
index
|
|
1569
|
+
</h3>
|
|
1570
|
+
<span class="type">Number - Computed</span>
|
|
1571
|
+
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
|
|
1575
|
+
|
|
1576
|
+
<div class="meta">
|
|
1577
|
+
<p>
|
|
1578
|
+
Defined in
|
|
1579
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L265">addon\components\fw-pagination-wrapper.js:265</a>
|
|
1580
|
+
</p>
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
</div>
|
|
1584
|
+
|
|
1585
|
+
<div class="description">
|
|
1586
|
+
<p>Array index for the selected page</p>
|
|
1587
|
+
|
|
1588
|
+
</div>
|
|
1589
|
+
|
|
1590
|
+
|
|
1591
|
+
|
|
1592
|
+
</div>
|
|
1593
|
+
<div id="property_lastQuery" class="property item">
|
|
1594
|
+
<h3 class="name anchorable-toc">
|
|
1595
|
+
<a class="fa fa-link toc-anchor" href="#property_lastQuery"></a>
|
|
1596
|
+
lastQuery
|
|
1597
|
+
</h3>
|
|
1598
|
+
<span class="type">Unknown</span>
|
|
1599
|
+
|
|
1600
|
+
|
|
1601
|
+
|
|
1602
|
+
|
|
1603
|
+
|
|
1604
|
+
<div class="meta">
|
|
1605
|
+
<p>
|
|
1606
|
+
Defined in
|
|
1607
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L247">addon\components\fw-pagination-wrapper.js:247</a>
|
|
1608
|
+
</p>
|
|
1609
|
+
|
|
1610
|
+
|
|
1611
|
+
</div>
|
|
1612
|
+
|
|
1613
|
+
<div class="description">
|
|
1614
|
+
<p>Query last time createQuery was called</p>
|
|
1615
|
+
|
|
1616
|
+
</div>
|
|
1617
|
+
|
|
1618
|
+
|
|
1619
|
+
|
|
1620
|
+
</div>
|
|
1621
|
+
<div id="property_maxPageButtons" class="property item">
|
|
1622
|
+
<h3 class="name anchorable-toc">
|
|
1623
|
+
<a class="fa fa-link toc-anchor" href="#property_maxPageButtons"></a>
|
|
1624
|
+
maxPageButtons
|
|
1625
|
+
</h3>
|
|
1626
|
+
<span class="type">Number - Computed</span>
|
|
1627
|
+
|
|
1628
|
+
|
|
1629
|
+
|
|
1630
|
+
|
|
1631
|
+
|
|
1632
|
+
<div class="meta">
|
|
1633
|
+
<p>
|
|
1634
|
+
Defined in
|
|
1635
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L336">addon\components\fw-pagination-wrapper.js:336</a>
|
|
1636
|
+
</p>
|
|
1637
|
+
|
|
1638
|
+
|
|
1639
|
+
</div>
|
|
1640
|
+
|
|
1641
|
+
<div class="description">
|
|
1642
|
+
<p>Maximum number of pages to show in the pagination component</p>
|
|
1643
|
+
|
|
1644
|
+
</div>
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
|
|
1648
|
+
</div>
|
|
1649
|
+
<div id="property_modelName" class="property item">
|
|
1650
|
+
<h3 class="name anchorable-toc">
|
|
1651
|
+
<a class="fa fa-link toc-anchor" href="#property_modelName"></a>
|
|
1652
|
+
modelName
|
|
1653
|
+
</h3>
|
|
1654
|
+
<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>
|
|
1655
|
+
|
|
1656
|
+
|
|
1657
|
+
|
|
1658
|
+
|
|
1659
|
+
|
|
1660
|
+
<div class="meta">
|
|
1661
|
+
<p>
|
|
1662
|
+
Defined in
|
|
1663
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L57">addon\components\fw-pagination-wrapper.js:57</a>
|
|
1664
|
+
</p>
|
|
1665
|
+
|
|
1666
|
+
|
|
1667
|
+
</div>
|
|
1668
|
+
|
|
1669
|
+
<div class="description">
|
|
1670
|
+
<p>Name of the model in search</p>
|
|
1671
|
+
|
|
1672
|
+
</div>
|
|
1673
|
+
|
|
1674
|
+
|
|
1675
|
+
|
|
1676
|
+
</div>
|
|
1677
|
+
<div id="property_page" class="property item private">
|
|
1678
|
+
<h3 class="name anchorable-toc">
|
|
1679
|
+
<a class="fa fa-link toc-anchor" href="#property_page"></a>
|
|
1680
|
+
page
|
|
1681
|
+
</h3>
|
|
1682
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a></span>
|
|
1683
|
+
|
|
1684
|
+
|
|
1685
|
+
<span class="flag private">private</span>
|
|
1686
|
+
|
|
1687
|
+
|
|
1688
|
+
|
|
1689
|
+
<div class="meta">
|
|
1690
|
+
<p>
|
|
1691
|
+
Defined in
|
|
1692
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L230">addon\components\fw-pagination-wrapper.js:230</a>
|
|
1693
|
+
</p>
|
|
1694
|
+
|
|
1695
|
+
|
|
1696
|
+
</div>
|
|
1697
|
+
|
|
1698
|
+
<div class="description">
|
|
1699
|
+
<p>Currently selected page. Internal property to be set by clicking one of the page numbers.</p>
|
|
1700
|
+
|
|
1701
|
+
</div>
|
|
1702
|
+
|
|
1703
|
+
<p><br><strong>Default:</strong> 1</p>
|
|
1704
|
+
|
|
1705
|
+
|
|
1706
|
+
</div>
|
|
1707
|
+
<div id="property_pageEntries" class="property item private">
|
|
1708
|
+
<h3 class="name anchorable-toc">
|
|
1709
|
+
<a class="fa fa-link toc-anchor" href="#property_pageEntries"></a>
|
|
1710
|
+
pageEntries
|
|
1711
|
+
</h3>
|
|
1712
|
+
<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>
|
|
1713
|
+
|
|
1714
|
+
|
|
1715
|
+
<span class="flag private">private</span>
|
|
1716
|
+
|
|
1717
|
+
|
|
1718
|
+
|
|
1719
|
+
<div class="meta">
|
|
1720
|
+
<p>
|
|
1721
|
+
Defined in
|
|
1722
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L222">addon\components\fw-pagination-wrapper.js:222</a>
|
|
1723
|
+
</p>
|
|
1724
|
+
|
|
1725
|
+
|
|
1726
|
+
</div>
|
|
1727
|
+
|
|
1728
|
+
<div class="description">
|
|
1729
|
+
<p>Array of entries, indexes are the pages. Internal Property for more quickly rendering pages that have been searched this time.</p>
|
|
1730
|
+
|
|
1731
|
+
</div>
|
|
1732
|
+
|
|
1733
|
+
|
|
1734
|
+
|
|
1735
|
+
</div>
|
|
1736
|
+
<div id="property_pagesSearching" class="property item private">
|
|
1737
|
+
<h3 class="name anchorable-toc">
|
|
1738
|
+
<a class="fa fa-link toc-anchor" href="#property_pagesSearching"></a>
|
|
1739
|
+
pagesSearching
|
|
1740
|
+
</h3>
|
|
1741
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a></span>
|
|
1742
|
+
|
|
1743
|
+
|
|
1744
|
+
<span class="flag private">private</span>
|
|
1745
|
+
|
|
1746
|
+
|
|
1747
|
+
|
|
1748
|
+
<div class="meta">
|
|
1749
|
+
<p>
|
|
1750
|
+
Defined in
|
|
1751
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L213">addon\components\fw-pagination-wrapper.js:213</a>
|
|
1752
|
+
</p>
|
|
1753
|
+
|
|
1754
|
+
|
|
1755
|
+
</div>
|
|
1756
|
+
|
|
1757
|
+
<div class="description">
|
|
1758
|
+
<p>Number of pages being searched. Internal property</p>
|
|
1759
|
+
|
|
1760
|
+
</div>
|
|
1761
|
+
|
|
1762
|
+
<p><br><strong>Default:</strong> 0</p>
|
|
1763
|
+
|
|
1764
|
+
|
|
1765
|
+
</div>
|
|
1766
|
+
<div id="property_routeName" class="property item">
|
|
1767
|
+
<h3 class="name anchorable-toc">
|
|
1768
|
+
<a class="fa fa-link toc-anchor" href="#property_routeName"></a>
|
|
1769
|
+
routeName
|
|
1770
|
+
</h3>
|
|
1771
|
+
<span class="type">String - Computed</span>
|
|
1772
|
+
|
|
1773
|
+
|
|
1774
|
+
|
|
1775
|
+
|
|
1776
|
+
|
|
1777
|
+
<div class="meta">
|
|
1778
|
+
<p>
|
|
1779
|
+
Defined in
|
|
1780
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L354">addon\components\fw-pagination-wrapper.js:354</a>
|
|
1781
|
+
</p>
|
|
1782
|
+
|
|
1783
|
+
|
|
1784
|
+
</div>
|
|
1785
|
+
|
|
1786
|
+
<div class="description">
|
|
1787
|
+
<p>Gets the serverside route to use for this model name</p>
|
|
1788
|
+
|
|
1789
|
+
</div>
|
|
1790
|
+
|
|
1791
|
+
|
|
1792
|
+
|
|
1793
|
+
</div>
|
|
1794
|
+
<div id="property_searchingTable" class="property item private">
|
|
1795
|
+
<h3 class="name anchorable-toc">
|
|
1796
|
+
<a class="fa fa-link toc-anchor" href="#property_searchingTable"></a>
|
|
1797
|
+
searchingTable
|
|
1798
|
+
</h3>
|
|
1799
|
+
<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>
|
|
1800
|
+
|
|
1801
|
+
|
|
1802
|
+
<span class="flag private">private</span>
|
|
1803
|
+
|
|
1804
|
+
|
|
1805
|
+
|
|
1806
|
+
<div class="meta">
|
|
1807
|
+
<p>
|
|
1808
|
+
Defined in
|
|
1809
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L197">addon\components\fw-pagination-wrapper.js:197</a>
|
|
1810
|
+
</p>
|
|
1811
|
+
|
|
1812
|
+
|
|
1813
|
+
</div>
|
|
1814
|
+
|
|
1815
|
+
<div class="description">
|
|
1816
|
+
<p>If true, currently doing the main search. Internal property set by search functionality.</p>
|
|
1817
|
+
|
|
1818
|
+
</div>
|
|
1819
|
+
|
|
1820
|
+
<p><br><strong>Default:</strong> false</p>
|
|
1821
|
+
|
|
1822
|
+
|
|
1823
|
+
</div>
|
|
1824
|
+
<div id="property_searchOnRender" class="property item">
|
|
1825
|
+
<h3 class="name anchorable-toc">
|
|
1826
|
+
<a class="fa fa-link toc-anchor" href="#property_searchOnRender"></a>
|
|
1827
|
+
searchOnRender
|
|
1828
|
+
</h3>
|
|
1829
|
+
<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>
|
|
1830
|
+
|
|
1831
|
+
|
|
1832
|
+
|
|
1833
|
+
|
|
1834
|
+
|
|
1835
|
+
<div class="meta">
|
|
1836
|
+
<p>
|
|
1837
|
+
Defined in
|
|
1838
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L63">addon\components\fw-pagination-wrapper.js:63</a>
|
|
1839
|
+
</p>
|
|
1840
|
+
|
|
1841
|
+
|
|
1842
|
+
</div>
|
|
1843
|
+
|
|
1844
|
+
<div class="description">
|
|
1845
|
+
<p>Whether or not the table loads on page load. If true, it will call the search based on your defaults already set, whenever the table is rendered for the first time.</p>
|
|
1846
|
+
|
|
1847
|
+
</div>
|
|
1848
|
+
|
|
1849
|
+
<p><br><strong>Default:</strong> false</p>
|
|
1850
|
+
|
|
1851
|
+
|
|
1852
|
+
</div>
|
|
1853
|
+
<div id="property_showExport" class="property item">
|
|
1854
|
+
<h3 class="name anchorable-toc">
|
|
1855
|
+
<a class="fa fa-link toc-anchor" href="#property_showExport"></a>
|
|
1856
|
+
showExport
|
|
1857
|
+
</h3>
|
|
1858
|
+
<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>
|
|
1859
|
+
|
|
1860
|
+
|
|
1861
|
+
|
|
1862
|
+
|
|
1863
|
+
|
|
1864
|
+
<div class="meta">
|
|
1865
|
+
<p>
|
|
1866
|
+
Defined in
|
|
1867
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L206">addon\components\fw-pagination-wrapper.js:206</a>
|
|
1868
|
+
</p>
|
|
1869
|
+
|
|
1870
|
+
|
|
1871
|
+
</div>
|
|
1872
|
+
|
|
1873
|
+
<div class="description">
|
|
1874
|
+
<p>If true, show export page button</p>
|
|
1875
|
+
|
|
1876
|
+
</div>
|
|
1877
|
+
|
|
1878
|
+
<p><br><strong>Default:</strong> true</p>
|
|
1879
|
+
|
|
1880
|
+
|
|
1881
|
+
</div>
|
|
1882
|
+
<div id="property_showPages" class="property item">
|
|
1883
|
+
<h3 class="name anchorable-toc">
|
|
1884
|
+
<a class="fa fa-link toc-anchor" href="#property_showPages"></a>
|
|
1885
|
+
showPages
|
|
1886
|
+
</h3>
|
|
1887
|
+
<span class="type">Boolean - Computed</span>
|
|
1888
|
+
|
|
1889
|
+
|
|
1890
|
+
|
|
1891
|
+
|
|
1892
|
+
|
|
1893
|
+
<div class="meta">
|
|
1894
|
+
<p>
|
|
1895
|
+
Defined in
|
|
1896
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L326">addon\components\fw-pagination-wrapper.js:326</a>
|
|
1897
|
+
</p>
|
|
1898
|
+
|
|
1899
|
+
|
|
1900
|
+
</div>
|
|
1901
|
+
|
|
1902
|
+
<div class="description">
|
|
1903
|
+
<p>True if we have multiple pages</p>
|
|
1904
|
+
|
|
1905
|
+
</div>
|
|
1906
|
+
|
|
1907
|
+
|
|
1908
|
+
|
|
1909
|
+
</div>
|
|
1910
|
+
<div id="property_showPagesBottom" class="property item">
|
|
1911
|
+
<h3 class="name anchorable-toc">
|
|
1912
|
+
<a class="fa fa-link toc-anchor" href="#property_showPagesBottom"></a>
|
|
1913
|
+
showPagesBottom
|
|
1914
|
+
</h3>
|
|
1915
|
+
<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>
|
|
1916
|
+
|
|
1917
|
+
|
|
1918
|
+
|
|
1919
|
+
|
|
1920
|
+
|
|
1921
|
+
<div class="meta">
|
|
1922
|
+
<p>
|
|
1923
|
+
Defined in
|
|
1924
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L92">addon\components\fw-pagination-wrapper.js:92</a>
|
|
1925
|
+
</p>
|
|
1926
|
+
|
|
1927
|
+
|
|
1928
|
+
</div>
|
|
1929
|
+
|
|
1930
|
+
<div class="description">
|
|
1931
|
+
<p>Show the page numbers below the table. If false, they won't show.</p>
|
|
1932
|
+
|
|
1933
|
+
</div>
|
|
1934
|
+
|
|
1935
|
+
<p><br><strong>Default:</strong> true</p>
|
|
1936
|
+
|
|
1937
|
+
|
|
1938
|
+
</div>
|
|
1939
|
+
<div id="property_showPagesTop" class="property item">
|
|
1940
|
+
<h3 class="name anchorable-toc">
|
|
1941
|
+
<a class="fa fa-link toc-anchor" href="#property_showPagesTop"></a>
|
|
1942
|
+
showPagesTop
|
|
1943
|
+
</h3>
|
|
1944
|
+
<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>
|
|
1945
|
+
|
|
1946
|
+
|
|
1947
|
+
|
|
1948
|
+
|
|
1949
|
+
|
|
1950
|
+
<div class="meta">
|
|
1951
|
+
<p>
|
|
1952
|
+
Defined in
|
|
1953
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L84">addon\components\fw-pagination-wrapper.js:84</a>
|
|
1954
|
+
</p>
|
|
1955
|
+
|
|
1956
|
+
|
|
1957
|
+
</div>
|
|
1958
|
+
|
|
1959
|
+
<div class="description">
|
|
1960
|
+
<p>Show the page numbers above the table. If false, they won't show.</p>
|
|
1961
|
+
|
|
1962
|
+
</div>
|
|
1963
|
+
|
|
1964
|
+
<p><br><strong>Default:</strong> true</p>
|
|
1965
|
+
|
|
1966
|
+
|
|
1967
|
+
</div>
|
|
1968
|
+
<div id="property_tableActions" class="property item">
|
|
1969
|
+
<h3 class="name anchorable-toc">
|
|
1970
|
+
<a class="fa fa-link toc-anchor" href="#property_tableActions"></a>
|
|
1971
|
+
tableActions
|
|
1972
|
+
</h3>
|
|
1973
|
+
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
|
|
1978
|
+
|
|
1979
|
+
<div class="meta">
|
|
1980
|
+
<p>
|
|
1981
|
+
Defined in
|
|
1982
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L171">addon\components\fw-pagination-wrapper.js:171</a>
|
|
1983
|
+
</p>
|
|
1984
|
+
|
|
1985
|
+
|
|
1986
|
+
</div>
|
|
1987
|
+
|
|
1988
|
+
<div class="description">
|
|
1989
|
+
<p>Actions to pass into the table. Should be a hash as usual</p>
|
|
1990
|
+
|
|
1991
|
+
</div>
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1995
|
+
</div>
|
|
1996
|
+
<div id="property_tableSortKey" class="property item">
|
|
1997
|
+
<h3 class="name anchorable-toc">
|
|
1998
|
+
<a class="fa fa-link toc-anchor" href="#property_tableSortKey"></a>
|
|
1999
|
+
tableSortKey
|
|
2000
|
+
</h3>
|
|
2001
|
+
<span class="type">String - Computed</span>
|
|
2002
|
+
|
|
2003
|
+
|
|
2004
|
+
|
|
2005
|
+
|
|
2006
|
+
|
|
2007
|
+
<div class="meta">
|
|
2008
|
+
<p>
|
|
2009
|
+
Defined in
|
|
2010
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L297">addon\components\fw-pagination-wrapper.js:297</a>
|
|
2011
|
+
</p>
|
|
2012
|
+
|
|
2013
|
+
|
|
2014
|
+
</div>
|
|
2015
|
+
|
|
2016
|
+
<div class="description">
|
|
2017
|
+
<p>Current table sort key based on given properties</p>
|
|
2018
|
+
|
|
2019
|
+
</div>
|
|
2020
|
+
|
|
2021
|
+
|
|
2022
|
+
|
|
2023
|
+
</div>
|
|
2024
|
+
<div id="property_tableSuffix" class="property item">
|
|
2025
|
+
<h3 class="name anchorable-toc">
|
|
2026
|
+
<a class="fa fa-link toc-anchor" href="#property_tableSuffix"></a>
|
|
2027
|
+
tableSuffix
|
|
2028
|
+
</h3>
|
|
2029
|
+
<span class="type">String - Computed</span>
|
|
2030
|
+
|
|
2031
|
+
|
|
2032
|
+
|
|
2033
|
+
|
|
2034
|
+
|
|
2035
|
+
<div class="meta">
|
|
2036
|
+
<p>
|
|
2037
|
+
Defined in
|
|
2038
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L365">addon\components\fw-pagination-wrapper.js:365</a>
|
|
2039
|
+
</p>
|
|
2040
|
+
|
|
2041
|
+
|
|
2042
|
+
</div>
|
|
2043
|
+
|
|
2044
|
+
<div class="description">
|
|
2045
|
+
<p>Final piece of title for table</p>
|
|
2046
|
+
|
|
2047
|
+
</div>
|
|
2048
|
+
|
|
2049
|
+
|
|
2050
|
+
|
|
2051
|
+
</div>
|
|
2052
|
+
<div id="property_tableWrapperClass" class="property item">
|
|
2053
|
+
<h3 class="name anchorable-toc">
|
|
2054
|
+
<a class="fa fa-link toc-anchor" href="#property_tableWrapperClass"></a>
|
|
2055
|
+
tableWrapperClass
|
|
2056
|
+
</h3>
|
|
2057
|
+
<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>
|
|
2058
|
+
|
|
2059
|
+
|
|
2060
|
+
|
|
2061
|
+
|
|
2062
|
+
|
|
2063
|
+
<div class="meta">
|
|
2064
|
+
<p>
|
|
2065
|
+
Defined in
|
|
2066
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L178">addon\components\fw-pagination-wrapper.js:178</a>
|
|
2067
|
+
</p>
|
|
2068
|
+
|
|
2069
|
+
|
|
2070
|
+
</div>
|
|
2071
|
+
|
|
2072
|
+
<div class="description">
|
|
2073
|
+
<p>Class names for the wrapper around the loading spinner and the table</p>
|
|
2074
|
+
|
|
2075
|
+
</div>
|
|
2076
|
+
|
|
2077
|
+
|
|
2078
|
+
|
|
2079
|
+
</div>
|
|
2080
|
+
<div id="property_totalPages" class="property item">
|
|
2081
|
+
<h3 class="name anchorable-toc">
|
|
2082
|
+
<a class="fa fa-link toc-anchor" href="#property_totalPages"></a>
|
|
2083
|
+
totalPages
|
|
2084
|
+
</h3>
|
|
2085
|
+
<span class="type">Number - Computed</span>
|
|
2086
|
+
|
|
2087
|
+
|
|
2088
|
+
|
|
2089
|
+
|
|
2090
|
+
|
|
2091
|
+
<div class="meta">
|
|
2092
|
+
<p>
|
|
2093
|
+
Defined in
|
|
2094
|
+
<a href="https://bitbucket.org/linformatics/ember-fw-table/src/04d3b2ce/addon\components\fw-pagination-wrapper.js#L311">addon\components\fw-pagination-wrapper.js:311</a>
|
|
2095
|
+
</p>
|
|
2096
|
+
|
|
2097
|
+
|
|
2098
|
+
</div>
|
|
2099
|
+
|
|
2100
|
+
<div class="description">
|
|
2101
|
+
<p>Number of pages available</p>
|
|
2102
|
+
|
|
2103
|
+
</div>
|
|
2104
|
+
|
|
2105
|
+
|
|
2106
|
+
|
|
2107
|
+
</div>
|
|
2108
|
+
</div>
|
|
2109
|
+
</div>
|
|
2110
|
+
|
|
2111
|
+
|
|
2112
|
+
</div>
|
|
2113
|
+
</div>
|
|
2114
|
+
</div>
|
|
2115
|
+
</div>
|
|
2116
|
+
</div>
|
|
2117
|
+
</div>
|
|
2118
|
+
</div>
|
|
2119
|
+
</div>
|
|
2120
|
+
</div>
|
|
2121
|
+
<script src="../assets/vendor/prettify/prettify-min.js"></script>
|
|
2122
|
+
<script>prettyPrint();</script>
|
|
2123
|
+
<script src="../assets/vendor/jquery/jquery.min.js"></script>
|
|
2124
|
+
<script src="../assets/vendor/jquery-ui/jquery-ui.min.js"></script>
|
|
2125
|
+
<script src="../assets/vendor/bootstrap/js/bootstrap.js"></script>
|
|
2126
|
+
<script src="../assets/vendor/github-slugger/slugger.js"></script>
|
|
2127
|
+
<script src="../assets/js/yuidoc-bootstrap.js"></script>
|
|
2128
|
+
</body>
|
|
2129
|
+
</html>
|