Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

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