Subversion-Projekte lars-tiefland.cienc

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
9 lars 1
<!DOCTYPE html>
2
<html>
3
<head>
4
	<meta charset="utf-8">
5
	<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
6
	<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
7
 
8
	<title>Buttons example - HTML5 export buttons</title>
9
	<link rel="stylesheet" type="text/css" href="../../../../media/css/jquery.dataTables.css">
10
	<link rel="stylesheet" type="text/css" href="../../css/buttons.dataTables.css">
11
	<link rel="stylesheet" type="text/css" href="../../../../examples/resources/syntax/shCore.css">
12
	<link rel="stylesheet" type="text/css" href="../../../../examples/resources/demo.css">
13
	<style type="text/css" class="init">
14
 
15
	</style>
16
	<script type="text/javascript" language="javascript" src="//code.jquery.com/jquery-1.11.3.min.js"></script>
17
	<script type="text/javascript" language="javascript" src="../../../../media/js/jquery.dataTables.js"></script>
18
	<script type="text/javascript" language="javascript" src="../../js/dataTables.buttons.js"></script>
19
	<script type="text/javascript" language="javascript" src="//cdnjs.cloudflare.com/ajax/libs/jszip/2.5.0/jszip.min.js"></script>
20
	<script type="text/javascript" language="javascript" src="//cdn.rawgit.com/bpampuch/pdfmake/0.1.18/build/pdfmake.min.js"></script>
21
	<script type="text/javascript" language="javascript" src="//cdn.rawgit.com/bpampuch/pdfmake/0.1.18/build/vfs_fonts.js"></script>
22
	<script type="text/javascript" language="javascript" src="../../js/buttons.html5.js"></script>
23
	<script type="text/javascript" language="javascript" src="../../../../examples/resources/syntax/shCore.js"></script>
24
	<script type="text/javascript" language="javascript" src="../../../../examples/resources/demo.js"></script>
25
	<script type="text/javascript" language="javascript" class="init">
26
 
27
 
28
 
29
$(document).ready(function() {
30
	$('#example').DataTable( {
31
		dom: 'Bfrtip',
32
		buttons: [
33
			'copyHtml5',
34
			'excelHtml5',
35
			'csvHtml5',
36
			'pdfHtml5'
37
		]
38
	} );
39
} );
40
 
41
 
42
 
43
	</script>
44
</head>
45
 
46
<body class="dt-example">
47
	<div class="container">
48
		<section>
49
			<h1>Buttons example <span>HTML5 export buttons</span></h1>
50
 
51
			<div class="info">
52
				<p>The HTML5 export buttons plug-in for Buttons provides four export buttons:</p>
53
 
54
				<ul class="markdown">
55
					<li><a href="//datatables.net/reference/button/copyHtml5"><code class="button" title="Buttons button type">copyHtml5</code></a> - Copy to clipboard</li>
56
					<li><a href="//datatables.net/reference/button/csvHtml5"><code class="button" title="Buttons button type">csvHtml5</code></a> - Save to CSV file</li>
57
					<li><a href="//datatables.net/reference/button/excelHtml5"><code class="button" title="Buttons button type">excelHtml5</code></a> - Save to XLSX file -
58
					requires <a href="https://stuk.github.io/jszip/">JSZip</a></li>
59
					<li><a href="//datatables.net/reference/button/pdfHtml5"><code class="button" title="Buttons button type">pdfHtml5</code></a> - Save to PDF file - requires
60
					<a href="http://pdfmake.org/">PDFMake</a></li>
61
				</ul>
62
 
63
				<p>This example demonstrates these four button types with their default options. The other examples in this section demonstrate some of the options available.</p>
64
 
65
				<p>Please note that the <a href="//datatables.net/reference/button/copy"><code class="button" title="Buttons button type">copy</code></a>, <a href=
66
				"//datatables.net/reference/button/excel"><code class="button" title="Buttons button type">excel</code></a>, <a href=
67
				"//datatables.net/reference/button/csv"><code class="button" title="Buttons button type">csv</code></a> and <a href=
68
				"//datatables.net/reference/button/pdf"><code class="button" title="Buttons button type">pdf</code></a> button types may also use the HTML5 button types noted
69
				here, providing a Flash fallback for older browsers (IE9-).</p>
70
			</div>
71
 
72
			<table id="example" class="display" cellspacing="0" width="100%">
73
				<thead>
74
					<tr>
75
						<th>Name</th>
76
						<th>Position</th>
77
						<th>Office</th>
78
						<th>Age</th>
79
						<th>Start date</th>
80
						<th>Salary</th>
81
					</tr>
82
				</thead>
83
 
84
				<tfoot>
85
					<tr>
86
						<th>Name</th>
87
						<th>Position</th>
88
						<th>Office</th>
89
						<th>Age</th>
90
						<th>Start date</th>
91
						<th>Salary</th>
92
					</tr>
93
				</tfoot>
94
 
95
				<tbody>
96
					<tr>
97
						<td>Tiger Nixon</td>
98
						<td>System Architect</td>
99
						<td>Edinburgh</td>
100
						<td>61</td>
101
						<td>2011/04/25</td>
102
						<td>$320,800</td>
103
					</tr>
104
					<tr>
105
						<td>Garrett Winters</td>
106
						<td>Accountant</td>
107
						<td>Tokyo</td>
108
						<td>63</td>
109
						<td>2011/07/25</td>
110
						<td>$170,750</td>
111
					</tr>
112
					<tr>
113
						<td>Ashton Cox</td>
114
						<td>Junior Technical Author</td>
115
						<td>San Francisco</td>
116
						<td>66</td>
117
						<td>2009/01/12</td>
118
						<td>$86,000</td>
119
					</tr>
120
					<tr>
121
						<td>Cedric Kelly</td>
122
						<td>Senior Javascript Developer</td>
123
						<td>Edinburgh</td>
124
						<td>22</td>
125
						<td>2012/03/29</td>
126
						<td>$433,060</td>
127
					</tr>
128
					<tr>
129
						<td>Airi Satou</td>
130
						<td>Accountant</td>
131
						<td>Tokyo</td>
132
						<td>33</td>
133
						<td>2008/11/28</td>
134
						<td>$162,700</td>
135
					</tr>
136
					<tr>
137
						<td>Brielle Williamson</td>
138
						<td>Integration Specialist</td>
139
						<td>New York</td>
140
						<td>61</td>
141
						<td>2012/12/02</td>
142
						<td>$372,000</td>
143
					</tr>
144
					<tr>
145
						<td>Herrod Chandler</td>
146
						<td>Sales Assistant</td>
147
						<td>San Francisco</td>
148
						<td>59</td>
149
						<td>2012/08/06</td>
150
						<td>$137,500</td>
151
					</tr>
152
					<tr>
153
						<td>Rhona Davidson</td>
154
						<td>Integration Specialist</td>
155
						<td>Tokyo</td>
156
						<td>55</td>
157
						<td>2010/10/14</td>
158
						<td>$327,900</td>
159
					</tr>
160
					<tr>
161
						<td>Colleen Hurst</td>
162
						<td>Javascript Developer</td>
163
						<td>San Francisco</td>
164
						<td>39</td>
165
						<td>2009/09/15</td>
166
						<td>$205,500</td>
167
					</tr>
168
					<tr>
169
						<td>Sonya Frost</td>
170
						<td>Software Engineer</td>
171
						<td>Edinburgh</td>
172
						<td>23</td>
173
						<td>2008/12/13</td>
174
						<td>$103,600</td>
175
					</tr>
176
					<tr>
177
						<td>Jena Gaines</td>
178
						<td>Office Manager</td>
179
						<td>London</td>
180
						<td>30</td>
181
						<td>2008/12/19</td>
182
						<td>$90,560</td>
183
					</tr>
184
					<tr>
185
						<td>Quinn Flynn</td>
186
						<td>Support Lead</td>
187
						<td>Edinburgh</td>
188
						<td>22</td>
189
						<td>2013/03/03</td>
190
						<td>$342,000</td>
191
					</tr>
192
					<tr>
193
						<td>Charde Marshall</td>
194
						<td>Regional Director</td>
195
						<td>San Francisco</td>
196
						<td>36</td>
197
						<td>2008/10/16</td>
198
						<td>$470,600</td>
199
					</tr>
200
					<tr>
201
						<td>Haley Kennedy</td>
202
						<td>Senior Marketing Designer</td>
203
						<td>London</td>
204
						<td>43</td>
205
						<td>2012/12/18</td>
206
						<td>$313,500</td>
207
					</tr>
208
					<tr>
209
						<td>Tatyana Fitzpatrick</td>
210
						<td>Regional Director</td>
211
						<td>London</td>
212
						<td>19</td>
213
						<td>2010/03/17</td>
214
						<td>$385,750</td>
215
					</tr>
216
					<tr>
217
						<td>Michael Silva</td>
218
						<td>Marketing Designer</td>
219
						<td>London</td>
220
						<td>66</td>
221
						<td>2012/11/27</td>
222
						<td>$198,500</td>
223
					</tr>
224
					<tr>
225
						<td>Paul Byrd</td>
226
						<td>Chief Financial Officer (CFO)</td>
227
						<td>New York</td>
228
						<td>64</td>
229
						<td>2010/06/09</td>
230
						<td>$725,000</td>
231
					</tr>
232
					<tr>
233
						<td>Gloria Little</td>
234
						<td>Systems Administrator</td>
235
						<td>New York</td>
236
						<td>59</td>
237
						<td>2009/04/10</td>
238
						<td>$237,500</td>
239
					</tr>
240
					<tr>
241
						<td>Bradley Greer</td>
242
						<td>Software Engineer</td>
243
						<td>London</td>
244
						<td>41</td>
245
						<td>2012/10/13</td>
246
						<td>$132,000</td>
247
					</tr>
248
					<tr>
249
						<td>Dai Rios</td>
250
						<td>Personnel Lead</td>
251
						<td>Edinburgh</td>
252
						<td>35</td>
253
						<td>2012/09/26</td>
254
						<td>$217,500</td>
255
					</tr>
256
					<tr>
257
						<td>Jenette Caldwell</td>
258
						<td>Development Lead</td>
259
						<td>New York</td>
260
						<td>30</td>
261
						<td>2011/09/03</td>
262
						<td>$345,000</td>
263
					</tr>
264
					<tr>
265
						<td>Yuri Berry</td>
266
						<td>Chief Marketing Officer (CMO)</td>
267
						<td>New York</td>
268
						<td>40</td>
269
						<td>2009/06/25</td>
270
						<td>$675,000</td>
271
					</tr>
272
					<tr>
273
						<td>Caesar Vance</td>
274
						<td>Pre-Sales Support</td>
275
						<td>New York</td>
276
						<td>21</td>
277
						<td>2011/12/12</td>
278
						<td>$106,450</td>
279
					</tr>
280
					<tr>
281
						<td>Doris Wilder</td>
282
						<td>Sales Assistant</td>
283
						<td>Sidney</td>
284
						<td>23</td>
285
						<td>2010/09/20</td>
286
						<td>$85,600</td>
287
					</tr>
288
					<tr>
289
						<td>Angelica Ramos</td>
290
						<td>Chief Executive Officer (CEO)</td>
291
						<td>London</td>
292
						<td>47</td>
293
						<td>2009/10/09</td>
294
						<td>$1,200,000</td>
295
					</tr>
296
					<tr>
297
						<td>Gavin Joyce</td>
298
						<td>Developer</td>
299
						<td>Edinburgh</td>
300
						<td>42</td>
301
						<td>2010/12/22</td>
302
						<td>$92,575</td>
303
					</tr>
304
					<tr>
305
						<td>Jennifer Chang</td>
306
						<td>Regional Director</td>
307
						<td>Singapore</td>
308
						<td>28</td>
309
						<td>2010/11/14</td>
310
						<td>$357,650</td>
311
					</tr>
312
					<tr>
313
						<td>Brenden Wagner</td>
314
						<td>Software Engineer</td>
315
						<td>San Francisco</td>
316
						<td>28</td>
317
						<td>2011/06/07</td>
318
						<td>$206,850</td>
319
					</tr>
320
					<tr>
321
						<td>Fiona Green</td>
322
						<td>Chief Operating Officer (COO)</td>
323
						<td>San Francisco</td>
324
						<td>48</td>
325
						<td>2010/03/11</td>
326
						<td>$850,000</td>
327
					</tr>
328
					<tr>
329
						<td>Shou Itou</td>
330
						<td>Regional Marketing</td>
331
						<td>Tokyo</td>
332
						<td>20</td>
333
						<td>2011/08/14</td>
334
						<td>$163,000</td>
335
					</tr>
336
					<tr>
337
						<td>Michelle House</td>
338
						<td>Integration Specialist</td>
339
						<td>Sidney</td>
340
						<td>37</td>
341
						<td>2011/06/02</td>
342
						<td>$95,400</td>
343
					</tr>
344
					<tr>
345
						<td>Suki Burks</td>
346
						<td>Developer</td>
347
						<td>London</td>
348
						<td>53</td>
349
						<td>2009/10/22</td>
350
						<td>$114,500</td>
351
					</tr>
352
					<tr>
353
						<td>Prescott Bartlett</td>
354
						<td>Technical Author</td>
355
						<td>London</td>
356
						<td>27</td>
357
						<td>2011/05/07</td>
358
						<td>$145,000</td>
359
					</tr>
360
					<tr>
361
						<td>Gavin Cortez</td>
362
						<td>Team Leader</td>
363
						<td>San Francisco</td>
364
						<td>22</td>
365
						<td>2008/10/26</td>
366
						<td>$235,500</td>
367
					</tr>
368
					<tr>
369
						<td>Martena Mccray</td>
370
						<td>Post-Sales support</td>
371
						<td>Edinburgh</td>
372
						<td>46</td>
373
						<td>2011/03/09</td>
374
						<td>$324,050</td>
375
					</tr>
376
					<tr>
377
						<td>Unity Butler</td>
378
						<td>Marketing Designer</td>
379
						<td>San Francisco</td>
380
						<td>47</td>
381
						<td>2009/12/09</td>
382
						<td>$85,675</td>
383
					</tr>
384
					<tr>
385
						<td>Howard Hatfield</td>
386
						<td>Office Manager</td>
387
						<td>San Francisco</td>
388
						<td>51</td>
389
						<td>2008/12/16</td>
390
						<td>$164,500</td>
391
					</tr>
392
					<tr>
393
						<td>Hope Fuentes</td>
394
						<td>Secretary</td>
395
						<td>San Francisco</td>
396
						<td>41</td>
397
						<td>2010/02/12</td>
398
						<td>$109,850</td>
399
					</tr>
400
					<tr>
401
						<td>Vivian Harrell</td>
402
						<td>Financial Controller</td>
403
						<td>San Francisco</td>
404
						<td>62</td>
405
						<td>2009/02/14</td>
406
						<td>$452,500</td>
407
					</tr>
408
					<tr>
409
						<td>Timothy Mooney</td>
410
						<td>Office Manager</td>
411
						<td>London</td>
412
						<td>37</td>
413
						<td>2008/12/11</td>
414
						<td>$136,200</td>
415
					</tr>
416
					<tr>
417
						<td>Jackson Bradshaw</td>
418
						<td>Director</td>
419
						<td>New York</td>
420
						<td>65</td>
421
						<td>2008/09/26</td>
422
						<td>$645,750</td>
423
					</tr>
424
					<tr>
425
						<td>Olivia Liang</td>
426
						<td>Support Engineer</td>
427
						<td>Singapore</td>
428
						<td>64</td>
429
						<td>2011/02/03</td>
430
						<td>$234,500</td>
431
					</tr>
432
					<tr>
433
						<td>Bruno Nash</td>
434
						<td>Software Engineer</td>
435
						<td>London</td>
436
						<td>38</td>
437
						<td>2011/05/03</td>
438
						<td>$163,500</td>
439
					</tr>
440
					<tr>
441
						<td>Sakura Yamamoto</td>
442
						<td>Support Engineer</td>
443
						<td>Tokyo</td>
444
						<td>37</td>
445
						<td>2009/08/19</td>
446
						<td>$139,575</td>
447
					</tr>
448
					<tr>
449
						<td>Thor Walton</td>
450
						<td>Developer</td>
451
						<td>New York</td>
452
						<td>61</td>
453
						<td>2013/08/11</td>
454
						<td>$98,540</td>
455
					</tr>
456
					<tr>
457
						<td>Finn Camacho</td>
458
						<td>Support Engineer</td>
459
						<td>San Francisco</td>
460
						<td>47</td>
461
						<td>2009/07/07</td>
462
						<td>$87,500</td>
463
					</tr>
464
					<tr>
465
						<td>Serge Baldwin</td>
466
						<td>Data Coordinator</td>
467
						<td>Singapore</td>
468
						<td>64</td>
469
						<td>2012/04/09</td>
470
						<td>$138,575</td>
471
					</tr>
472
					<tr>
473
						<td>Zenaida Frank</td>
474
						<td>Software Engineer</td>
475
						<td>New York</td>
476
						<td>63</td>
477
						<td>2010/01/04</td>
478
						<td>$125,250</td>
479
					</tr>
480
					<tr>
481
						<td>Zorita Serrano</td>
482
						<td>Software Engineer</td>
483
						<td>San Francisco</td>
484
						<td>56</td>
485
						<td>2012/06/01</td>
486
						<td>$115,000</td>
487
					</tr>
488
					<tr>
489
						<td>Jennifer Acosta</td>
490
						<td>Junior Javascript Developer</td>
491
						<td>Edinburgh</td>
492
						<td>43</td>
493
						<td>2013/02/01</td>
494
						<td>$75,650</td>
495
					</tr>
496
					<tr>
497
						<td>Cara Stevens</td>
498
						<td>Sales Assistant</td>
499
						<td>New York</td>
500
						<td>46</td>
501
						<td>2011/12/06</td>
502
						<td>$145,600</td>
503
					</tr>
504
					<tr>
505
						<td>Hermione Butler</td>
506
						<td>Regional Director</td>
507
						<td>London</td>
508
						<td>47</td>
509
						<td>2011/03/21</td>
510
						<td>$356,250</td>
511
					</tr>
512
					<tr>
513
						<td>Lael Greer</td>
514
						<td>Systems Administrator</td>
515
						<td>London</td>
516
						<td>21</td>
517
						<td>2009/02/27</td>
518
						<td>$103,500</td>
519
					</tr>
520
					<tr>
521
						<td>Jonas Alexander</td>
522
						<td>Developer</td>
523
						<td>San Francisco</td>
524
						<td>30</td>
525
						<td>2010/07/14</td>
526
						<td>$86,500</td>
527
					</tr>
528
					<tr>
529
						<td>Shad Decker</td>
530
						<td>Regional Director</td>
531
						<td>Edinburgh</td>
532
						<td>51</td>
533
						<td>2008/11/13</td>
534
						<td>$183,000</td>
535
					</tr>
536
					<tr>
537
						<td>Michael Bruce</td>
538
						<td>Javascript Developer</td>
539
						<td>Singapore</td>
540
						<td>29</td>
541
						<td>2011/06/27</td>
542
						<td>$183,000</td>
543
					</tr>
544
					<tr>
545
						<td>Donna Snider</td>
546
						<td>Customer Support</td>
547
						<td>New York</td>
548
						<td>27</td>
549
						<td>2011/01/25</td>
550
						<td>$112,000</td>
551
					</tr>
552
				</tbody>
553
			</table>
554
 
555
			<ul class="tabs">
556
				<li class="active">Javascript</li>
557
				<li>HTML</li>
558
				<li>CSS</li>
559
				<li>Ajax</li>
560
				<li>Server-side script</li>
561
			</ul>
562
 
563
			<div class="tabs">
564
				<div class="js">
565
					<p>The Javascript shown below is used to initialise the table shown in this example:</p><code class="multiline language-js">$(document).ready(function() {
566
	$('#example').DataTable( {
567
		dom: 'Bfrtip',
568
		buttons: [
569
			'copyHtml5',
570
			'excelHtml5',
571
			'csvHtml5',
572
			'pdfHtml5'
573
		]
574
	} );
575
} );</code>
576
 
577
					<p>In addition to the above code, the following Javascript library files are loaded for use in this example:</p>
578
 
579
					<ul>
580
						<li><a href="//code.jquery.com/jquery-1.11.3.min.js">//code.jquery.com/jquery-1.11.3.min.js</a></li>
581
						<li><a href="../../../../media/js/jquery.dataTables.js">../../../../media/js/jquery.dataTables.js</a></li>
582
						<li><a href="../../js/dataTables.buttons.js">../../js/dataTables.buttons.js</a></li>
583
						<li><a href="//cdnjs.cloudflare.com/ajax/libs/jszip/2.5.0/jszip.min.js">//cdnjs.cloudflare.com/ajax/libs/jszip/2.5.0/jszip.min.js</a></li>
584
						<li><a href="//cdn.rawgit.com/bpampuch/pdfmake/0.1.18/build/pdfmake.min.js">//cdn.rawgit.com/bpampuch/pdfmake/0.1.18/build/pdfmake.min.js</a></li>
585
						<li><a href="//cdn.rawgit.com/bpampuch/pdfmake/0.1.18/build/vfs_fonts.js">//cdn.rawgit.com/bpampuch/pdfmake/0.1.18/build/vfs_fonts.js</a></li>
586
						<li><a href="../../js/buttons.html5.js">../../js/buttons.html5.js</a></li>
587
					</ul>
588
				</div>
589
 
590
				<div class="table">
591
					<p>The HTML shown below is the raw HTML table element, before it has been enhanced by DataTables:</p>
592
				</div>
593
 
594
				<div class="css">
595
					<div>
596
						<p>This example uses a little bit of additional CSS beyond what is loaded from the library files (below), in order to correctly display the table. The
597
						additional CSS used is shown below:</p><code class="multiline language-css"></code>
598
					</div>
599
 
600
					<p>The following CSS library files are loaded for use in this example to provide the styling of the table:</p>
601
 
602
					<ul>
603
						<li><a href="../../../../media/css/jquery.dataTables.css">../../../../media/css/jquery.dataTables.css</a></li>
604
						<li><a href="../../css/buttons.dataTables.css">../../css/buttons.dataTables.css</a></li>
605
					</ul>
606
				</div>
607
 
608
				<div class="ajax">
609
					<p>This table loads data by Ajax. The latest data that has been loaded is shown below. This data will update automatically as any additional data is
610
					loaded.</p>
611
				</div>
612
 
613
				<div class="php">
614
					<p>The script used to perform the server-side processing for this table is shown below. Please note that this is just an example script using PHP. Server-side
615
					processing scripts can be written in any language, using <a href="//datatables.net/manual/server-side">the protocol described in the DataTables
616
					documentation</a>.</p>
617
				</div>
618
			</div>
619
		</section>
620
	</div>
621
 
622
	<section>
623
		<div class="footer">
624
			<div class="gradient"></div>
625
 
626
			<div class="liner">
627
				<h2>Other examples</h2>
628
 
629
				<div class="toc">
630
					<div class="toc-group">
631
						<h3><a href="../column_visibility/index.html">Column Visibility</a></h3>
632
						<ul class="toc">
633
							<li><a href="../column_visibility/simple.html">Basic column visibility</a></li>
634
							<li><a href="../column_visibility/layout.html">Multi-column layout</a></li>
635
							<li><a href="../column_visibility/text.html">Internationalisation</a></li>
636
							<li><a href="../column_visibility/restore.html">Restore column visibility</a></li>
637
							<li><a href="../column_visibility/columns.html">Select columns</a></li>
638
							<li><a href="../column_visibility/columnsToggle.html">Visibility toggle buttons</a></li>
639
							<li><a href="../column_visibility/columnGroups.html">Column groups</a></li>
640
						</ul>
641
					</div>
642
 
643
					<div class="toc-group">
644
						<h3><a href="../flash/index.html">Flash</a></h3>
645
						<ul class="toc">
646
							<li><a href="../flash/simple.html">Flash export buttons</a></li>
647
							<li><a href="../flash/tsv.html">Tab separated values</a></li>
648
							<li><a href="../flash/filename.html">File name</a></li>
649
							<li><a href="../flash/copyi18n.html">Copy button internationalisation</a></li>
650
							<li><a href="../flash/pdfMessage.html">PDF message</a></li>
651
							<li><a href="../flash/pdfPage.html">Page size and orientation</a></li>
652
							<li><a href="../flash/hidden.html">Hidden initialisation</a></li>
653
							<li><a href="../flash/swfPath.html">SWF file location</a></li>
654
						</ul>
655
					</div>
656
 
657
					<div class="toc-group">
658
						<h3><a href="./index.html">Html5</a></h3>
659
						<ul class="toc active">
660
							<li class="active"><a href="./simple.html">HTML5 export buttons</a></li>
661
							<li><a href="./tsv.html">Tab separated values</a></li>
662
							<li><a href="./filename.html">File name</a></li>
663
							<li><a href="./copyi18n.html">Copy button internationalisation</a></li>
664
							<li><a href="./pdfMessage.html">PDF message</a></li>
665
							<li><a href="./pdfPage.html">PDF page size and orientation</a></li>
666
							<li><a href="./pdfImage.html">PDF with image</a></li>
667
							<li><a href="./pdfOpen.html">PDF - open in new window</a></li>
668
							<li><a href="./columns.html">Column selectors</a></li>
669
						</ul>
670
					</div>
671
 
672
					<div class="toc-group">
673
						<h3><a href="../initialisation/index.html">Initialisation</a></h3>
674
						<ul class="toc">
675
							<li><a href="../initialisation/simple.html">Basic initialisation</a></li>
676
							<li><a href="../initialisation/export.html">File export</a></li>
677
							<li><a href="../initialisation/custom.html">Custom button</a></li>
678
							<li><a href="../initialisation/className.html">Class names</a></li>
679
							<li><a href="../initialisation/keys.html">Keyboard activation</a></li>
680
							<li><a href="../initialisation/collections.html">Collections</a></li>
681
							<li><a href="../initialisation/plugins.html">Plug-ins</a></li>
682
							<li><a href="../initialisation/new.html">`new` initialisation</a></li>
683
							<li><a href="../initialisation/multiple.html">Multiple button groups</a></li>
684
						</ul>
685
					</div>
686
 
687
					<div class="toc-group">
688
						<h3><a href="../print/index.html">Print</a></h3>
689
						<ul class="toc">
690
							<li><a href="../print/simple.html">Print button</a></li>
691
							<li><a href="../print/message.html">Custom message</a></li>
692
							<li><a href="../print/columns.html">Export options - column selector</a></li>
693
							<li><a href="../print/select.html">Export options - row selector</a></li>
694
							<li><a href="../print/autoPrint.html">Disable auto print</a></li>
695
							<li><a href="../print/customisation.html">Customisation of the print view window</a></li>
696
						</ul>
697
					</div>
698
 
699
					<div class="toc-group">
700
						<h3><a href="../styling/index.html">Styling</a></h3>
701
						<ul class="toc">
702
							<li><a href="../styling/bootstrap.html">Bootstrap styling</a></li>
703
							<li><a href="../styling/foundation.html">Foundation styling</a></li>
704
							<li><a href="../styling/jqueryui.html">jQuery UI styling</a></li>
705
						</ul>
706
					</div>
707
 
708
					<div class="toc-group">
709
						<h3><a href="../api/index.html">API</a></h3>
710
						<ul class="toc">
711
							<li><a href="../api/enable.html">Enable / disable</a></li>
712
							<li><a href="../api/text.html">Dynamic text</a></li>
713
							<li><a href="../api/addRemove.html">Adding and removing buttons dynamically</a></li>
714
							<li><a href="../api/group.html">Group selection</a></li>
715
						</ul>
716
					</div>
717
				</div>
718
 
719
				<div class="epilogue">
720
					<p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br>
721
					Additionally, there are a wide range of <a href="http://www.datatables.net/extensions">extensions</a> and <a href=
722
					"http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p>
723
 
724
					<p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2015<br>
725
					DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
726
				</div>
727
			</div>
728
		</div>
729
	</section>
730
</body>
731
</html>