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