-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
409 lines (384 loc) · 11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>jQuery Table Sorter - Plugin Demos</title>
<base href="/jquery-table-sorter/">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style type="text/css">
body { padding-top: 50px;, position: relative; height: 100%; overflow-y: scroll }
.jumbotron { background: #644A8C; color: #fff; }
.navbar { margin-bottom: 0; }
.sch { margin-bottom: 20px; }
.my-icon-css-class { display: inline-block; background: red; }
footer {background: #ccc; padding: 20px 0; margin-top: 20px;}
</style>
</head>
<body id="home">
<nav class="navbar navbar-default navbar-fixed-top" id="main-navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#home">jQuery Table Sorter</a>
</div>
<div id="navbar" class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav">
<li class="active"><a href="#basic-usage">Basic Usage</a></li>
<li><a href="#default-options">Default Options</a></li>
<li><a href="#column-options">Column Options</a></li>
<li><a href="#change-icon">Icon</a></li>
<li><a href="#icon-class">Icon class</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<header class="jumbotron">
<div class="container">
<h1>jQuery Table Sorter</h1>
<p>A simple, customizable and read to use jquery plugin to sort tables</p>
<a href="https://github.com/vsilva472/jquery-table-sorter" target="_blank" class="btn btn-default">Download</a>
</div>
</header>
<section class="example1 container" id="basic-usage">
<div class="row">
<div class="col-sm-12 sch">
<h2>Basic Usage:</h2>
<p>The basic usage of jQuery Table Sorte are discribed bellow, in this example all table headers are sortable.</p>
</div>
<div class="col-sm-6">
<table class="table table-striped table-bordered" id="example1-table">
<thead>
<tr>
<th title="Clique para ordernar por Quantidade">Qty</th>
<th title="Clique para ordernar por Cidade">City</th>
<th title="Clique para ordernar por UF">State</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Jacarepaguá</td>
<td>RJ</td>
</tr>
<tr>
<td>1</td>
<td>São Luís</td>
<td>MA</td>
</tr>
<tr>
<td>16</td>
<td>Rio de Janeiro</td>
<td>RJ</td>
</tr>
<tr>
<td>2</td>
<td>São Paulo</td>
<td>SP</td>
</tr>
</tbody>
</table>
</div>
<div class="col-sm-6">
<pre>
<script src="path_to_jquery/jquery.min.js"></script>
<script src="path_to_plugin/jquery-table-sorter.js"></script>
/**
* This will make all tables sortable by it headers (th)
*/
<script type="text/javascript">
(function ( $ ) {
$( 'table' ).TableSorter();
} ( jQuery ));
</script>
</pre>
</div>
</div>
</section>
<section class="container" id="default-options">
<div class="row">
<div class="col-sm-12 sch">
<h3>Default Options</h3>
</div>
<div class="col-sm-12">
<pre>
<script type="text/javascript">
(function ( $ ) {
// this is the same of $( 'table' ).TableSorter();
$( 'table' ).TableSorter({
columns : 'th',
icon_class : 'ts-sort-indicator',
arrows : {
up : '&#x25B4;',
down : '&#x25BE;'
}
});
} ( jQuery ));
</script>
</pre>
</div>
</div>
</section>
<section class="example2 container" id="column-options">
<div class="row">
<div class="col-sm-12 sch">
<h3>Specifying columns to be sortable</h3>
<p>jQuery Table Sorter plugin can be configured to make some (not all) columns sortable, just pass the column(s) selector to plugin.</p>
</div>
<div class="col-sm-6">
<table class="table table-striped table-bordered" id="example2-table">
<thead>
<tr>
<th>Qty</th>
<th class="sortable">City</th>
<th>State</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Jacarepaguá</td>
<td>RJ</td>
</tr>
<tr>
<td>1</td>
<td>São Luís</td>
<td>MA</td>
</tr>
<tr>
<td>16</td>
<td>Rio de Janeiro</td>
<td>RJ</td>
</tr>
<tr>
<td>2</td>
<td>São Paulo</td>
<td>SP</td>
</tr>
<tr>
<td>67</td>
<td>Jaraguá do Sul</td>
<td>SC</td>
</tr>
</tbody>
</table>
</div>
<div>
<pre>
/**
* This will make only columns with the class '.sortable' sortable.
* In this case the 2nd column
*/
<script type="text/javascript">
(function ( $ ) {
$( 'table' ).TableSorter({
columns: '.sortable'
});
} ( jQuery ));
</script>
</pre>
</div>
</div>
</section>
<section class="example3 container" id="change-icon">
<div class="row">
<div class="col-sm-12 sch">
<h3>Changing sort icon indicator</h3>
<p>You can tell to <strong>jQuery Table Sorter</strong> plugin wich sort icon you like to use. Just pass the arrows param to the plugin call.
with html code.</p>
</div>
<div class="col-sm-6">
<table class="table table-striped table-bordered" id="example3-table">
<thead>
<tr>
<th>Qty</th>
<th class="sortable">City</th>
<th>State</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Jacarepaguá</td>
<td>RJ</td>
</tr>
<tr>
<td>1</td>
<td>São Luís</td>
<td>MA</td>
</tr>
<tr>
<td>16</td>
<td>Rio de Janeiro</td>
<td>RJ</td>
</tr>
<tr>
<td>2</td>
<td>São Paulo</td>
<td>SP</td>
</tr>
<tr>
<td>5</td>
<td>São Paulo</td>
<td>SP</td>
</tr>
<tr>
<td>31</td>
<td>Maringá</td>
<td>PA</td>
</tr>
<tr>
<td>67</td>
<td>Jaraguá do Sul</td>
<td>SC</td>
</tr>
</tbody>
</table>
</div>
<div>
<pre>
/**
* Changing sort indicator icon
* To double arrows
*/
<script type="text/javascript">
(function ( $ ) {
$( 'table' ).TableSorter({
arrows: {
up: '&uArr;',
down: '&dArr;'
}
});
} ( jQuery ));
</script>
</pre>
</div>
</div>
</section>
<section class="example4 container" id="icon-class">
<div class="row">
<div class="col-sm-12 sch">
<h3>Changing sorting icon css class</h3>
<p>By default jQuery Table Sorter plugin wraps sort indicator icon with a <em><span></span></em> with css class <em>ts-sort-indicator</em>.
To change default css class just pass the option <b>icon_class</b> to the plugin call. See example:</p>
</div>
<div class="col-sm-6">
<table class="table table-striped table-bordered" id="example4-table">
<thead>
<tr>
<th title="Clique para ordernar por Quantidade">Qty</th>
<th title="Clique para ordernar por Cidade">City</th>
<th title="Clique para ordernar por UF">State</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Jacarepaguá</td>
<td>RJ</td>
</tr>
<tr>
<td>1</td>
<td>São Luís</td>
<td>MA</td>
</tr>
<tr>
<td>16</td>
<td>Rio de Janeiro</td>
<td>RJ</td>
</tr>
<tr>
<td>2</td>
<td>São Paulo</td>
<td>SP</td>
</tr>
<tr>
<td>31</td>
<td>Maringá</td>
<td>PA</td>
</tr>
<tr>
<td>67</td>
<td>Jaraguá do Sul</td>
<td>SC</td>
</tr>
</tbody>
</table>
</div>
<div class="col-sm-6">
<pre>
<style>
.my-icon-css-class {
display: inline-block;
background: red;
}
</style>
<script type="text/javascript">
(function ( $ ) {
$( 'table' ).TableSorter({
icon_class: 'my-icon-css-class'
});
} ( jQuery ));
</script>
</pre>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-12 text-muted text-right">MIT - Version 1.0.0</div>
</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="src/jquery-table-sorter.js"></script>
<script>
( function ( $ ) {
$( '#example1-table' ).TableSorter();
$( '#example2-table' ).TableSorter({
columns: '.sortable'
});
$( '#example3-table' ).TableSorter({
arrows: {
up: '⇑',
down: '⇓'
}
});
$( '#example4-table' ).TableSorter({
icon_class: 'my-icon-css-class'
});
$("body").attr({
"data-spy": "scroll",
"data-target": "#main-navbar"
}).scrollspy({
offset: 100
});
$( '.navbar a' ).on( 'click', function ( e ) {
e.preventDefault();
$('html, body').animate({scrollTop: $($(this).attr('href')).offset().top - 50 }, 500);
if ( $( window ).width() <= 767 && !$( this ).hasClass( 'navbar-brand' ) ) $( '.navbar-toggle' ).trigger( 'click' );
});
} ( jQuery ) );
</script>
</body>
</html>