]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/size_fixed.html
update sources to v12.1.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / plugins / datatables / extensions / FixedColumns / examples / size_fixed.html
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>FixedColumns example - Assigned column width</title>
9 <link rel="stylesheet" type="text/css" href="../../../media/css/jquery.dataTables.css">
10 <link rel="stylesheet" type="text/css" href="../css/dataTables.fixedColumns.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 /* Ensure that the demo table scrolls */
16 th, td { white-space: nowrap; }
17 div.dataTables_wrapper {
18 margin: 0 auto;
19 }
20
21 div.container {
22 width: 80%;
23 }
24
25 </style>
26 <script type="text/javascript" language="javascript" src="../../../media/js/jquery.js"></script>
27 <script type="text/javascript" language="javascript" src="../../../media/js/jquery.dataTables.js"></script>
28 <script type="text/javascript" language="javascript" src="../js/dataTables.fixedColumns.js"></script>
29 <script type="text/javascript" language="javascript" src="../../../examples/resources/syntax/shCore.js"></script>
30 <script type="text/javascript" language="javascript" src="../../../examples/resources/demo.js"></script>
31 <script type="text/javascript" language="javascript" class="init">
32
33
34 $(document).ready(function() {
35 var table = $('#example').removeAttr('width').DataTable( {
36 scrollY: "300px",
37 scrollX: true,
38 scrollCollapse: true,
39 paging: false,
40 columnDefs: [
41 { width: 200, targets: 0 }
42 ]
43 } );
44 new $.fn.dataTable.FixedColumns( table );
45 } );
46
47
48 </script>
49 </head>
50
51 <body class="dt-example">
52 <div class="container">
53 <section>
54 <h1>FixedColumns example <span>Assigned column width</span></h1>
55
56 <div class="info">
57 <p>The columns that are fixed in place by FixedColumns take their width from the parent DataTable. As such, the width of the column can be controlled using the
58 <a href="//datatables.net/reference/option/columns.width"><code class="option" title="DataTables initialisation option">columns.width<span>DT</span></code></a>
59 option.</p>
60
61 <p>This example shows the first column being set to <code>width: 200px</code> (note that this is not pixel perfect in a table, the browser will make some
62 adjustments!), a width that is reflected in the fixed column. Resize the browser window horizontally and you will be able to see that the fixed column retains its
63 width while the scrolling viewport and the table resize.</p>
64 </div>
65
66 <table id="example" class="stripe row-border order-column" cellspacing="0" width="100%">
67 <thead>
68 <tr>
69 <th>First name</th>
70 <th>Last name</th>
71 <th>Position</th>
72 <th>Office</th>
73 <th>Age</th>
74 <th>Start date</th>
75 <th>Salary</th>
76 <th>Extn.</th>
77 <th>E-mail</th>
78 </tr>
79 </thead>
80
81 <tbody>
82 <tr>
83 <td>Tiger</td>
84 <td>Nixon</td>
85 <td>System Architect</td>
86 <td>Edinburgh</td>
87 <td>61</td>
88 <td>2011/04/25</td>
89 <td>$320,800</td>
90 <td>5421</td>
91 <td>t.nixon@datatables.net</td>
92 </tr>
93 <tr>
94 <td>Garrett</td>
95 <td>Winters</td>
96 <td>Accountant</td>
97 <td>Tokyo</td>
98 <td>63</td>
99 <td>2011/07/25</td>
100 <td>$170,750</td>
101 <td>8422</td>
102 <td>g.winters@datatables.net</td>
103 </tr>
104 <tr>
105 <td>Ashton</td>
106 <td>Cox</td>
107 <td>Junior Technical Author</td>
108 <td>San Francisco</td>
109 <td>66</td>
110 <td>2009/01/12</td>
111 <td>$86,000</td>
112 <td>1562</td>
113 <td>a.cox@datatables.net</td>
114 </tr>
115 <tr>
116 <td>Cedric</td>
117 <td>Kelly</td>
118 <td>Senior Javascript Developer</td>
119 <td>Edinburgh</td>
120 <td>22</td>
121 <td>2012/03/29</td>
122 <td>$433,060</td>
123 <td>6224</td>
124 <td>c.kelly@datatables.net</td>
125 </tr>
126 <tr>
127 <td>Airi</td>
128 <td>Satou</td>
129 <td>Accountant</td>
130 <td>Tokyo</td>
131 <td>33</td>
132 <td>2008/11/28</td>
133 <td>$162,700</td>
134 <td>5407</td>
135 <td>a.satou@datatables.net</td>
136 </tr>
137 <tr>
138 <td>Brielle</td>
139 <td>Williamson</td>
140 <td>Integration Specialist</td>
141 <td>New York</td>
142 <td>61</td>
143 <td>2012/12/02</td>
144 <td>$372,000</td>
145 <td>4804</td>
146 <td>b.williamson@datatables.net</td>
147 </tr>
148 <tr>
149 <td>Herrod</td>
150 <td>Chandler</td>
151 <td>Sales Assistant</td>
152 <td>San Francisco</td>
153 <td>59</td>
154 <td>2012/08/06</td>
155 <td>$137,500</td>
156 <td>9608</td>
157 <td>h.chandler@datatables.net</td>
158 </tr>
159 <tr>
160 <td>Rhona</td>
161 <td>Davidson</td>
162 <td>Integration Specialist</td>
163 <td>Tokyo</td>
164 <td>55</td>
165 <td>2010/10/14</td>
166 <td>$327,900</td>
167 <td>6200</td>
168 <td>r.davidson@datatables.net</td>
169 </tr>
170 <tr>
171 <td>Colleen</td>
172 <td>Hurst</td>
173 <td>Javascript Developer</td>
174 <td>San Francisco</td>
175 <td>39</td>
176 <td>2009/09/15</td>
177 <td>$205,500</td>
178 <td>2360</td>
179 <td>c.hurst@datatables.net</td>
180 </tr>
181 <tr>
182 <td>Sonya</td>
183 <td>Frost</td>
184 <td>Software Engineer</td>
185 <td>Edinburgh</td>
186 <td>23</td>
187 <td>2008/12/13</td>
188 <td>$103,600</td>
189 <td>1667</td>
190 <td>s.frost@datatables.net</td>
191 </tr>
192 <tr>
193 <td>Jena</td>
194 <td>Gaines</td>
195 <td>Office Manager</td>
196 <td>London</td>
197 <td>30</td>
198 <td>2008/12/19</td>
199 <td>$90,560</td>
200 <td>3814</td>
201 <td>j.gaines@datatables.net</td>
202 </tr>
203 <tr>
204 <td>Quinn</td>
205 <td>Flynn</td>
206 <td>Support Lead</td>
207 <td>Edinburgh</td>
208 <td>22</td>
209 <td>2013/03/03</td>
210 <td>$342,000</td>
211 <td>9497</td>
212 <td>q.flynn@datatables.net</td>
213 </tr>
214 <tr>
215 <td>Charde</td>
216 <td>Marshall</td>
217 <td>Regional Director</td>
218 <td>San Francisco</td>
219 <td>36</td>
220 <td>2008/10/16</td>
221 <td>$470,600</td>
222 <td>6741</td>
223 <td>c.marshall@datatables.net</td>
224 </tr>
225 <tr>
226 <td>Haley</td>
227 <td>Kennedy</td>
228 <td>Senior Marketing Designer</td>
229 <td>London</td>
230 <td>43</td>
231 <td>2012/12/18</td>
232 <td>$313,500</td>
233 <td>3597</td>
234 <td>h.kennedy@datatables.net</td>
235 </tr>
236 <tr>
237 <td>Tatyana</td>
238 <td>Fitzpatrick</td>
239 <td>Regional Director</td>
240 <td>London</td>
241 <td>19</td>
242 <td>2010/03/17</td>
243 <td>$385,750</td>
244 <td>1965</td>
245 <td>t.fitzpatrick@datatables.net</td>
246 </tr>
247 <tr>
248 <td>Michael</td>
249 <td>Silva</td>
250 <td>Marketing Designer</td>
251 <td>London</td>
252 <td>66</td>
253 <td>2012/11/27</td>
254 <td>$198,500</td>
255 <td>1581</td>
256 <td>m.silva@datatables.net</td>
257 </tr>
258 <tr>
259 <td>Paul</td>
260 <td>Byrd</td>
261 <td>Chief Financial Officer (CFO)</td>
262 <td>New York</td>
263 <td>64</td>
264 <td>2010/06/09</td>
265 <td>$725,000</td>
266 <td>3059</td>
267 <td>p.byrd@datatables.net</td>
268 </tr>
269 <tr>
270 <td>Gloria</td>
271 <td>Little</td>
272 <td>Systems Administrator</td>
273 <td>New York</td>
274 <td>59</td>
275 <td>2009/04/10</td>
276 <td>$237,500</td>
277 <td>1721</td>
278 <td>g.little@datatables.net</td>
279 </tr>
280 <tr>
281 <td>Bradley</td>
282 <td>Greer</td>
283 <td>Software Engineer</td>
284 <td>London</td>
285 <td>41</td>
286 <td>2012/10/13</td>
287 <td>$132,000</td>
288 <td>2558</td>
289 <td>b.greer@datatables.net</td>
290 </tr>
291 <tr>
292 <td>Dai</td>
293 <td>Rios</td>
294 <td>Personnel Lead</td>
295 <td>Edinburgh</td>
296 <td>35</td>
297 <td>2012/09/26</td>
298 <td>$217,500</td>
299 <td>2290</td>
300 <td>d.rios@datatables.net</td>
301 </tr>
302 <tr>
303 <td>Jenette</td>
304 <td>Caldwell</td>
305 <td>Development Lead</td>
306 <td>New York</td>
307 <td>30</td>
308 <td>2011/09/03</td>
309 <td>$345,000</td>
310 <td>1937</td>
311 <td>j.caldwell@datatables.net</td>
312 </tr>
313 <tr>
314 <td>Yuri</td>
315 <td>Berry</td>
316 <td>Chief Marketing Officer (CMO)</td>
317 <td>New York</td>
318 <td>40</td>
319 <td>2009/06/25</td>
320 <td>$675,000</td>
321 <td>6154</td>
322 <td>y.berry@datatables.net</td>
323 </tr>
324 <tr>
325 <td>Caesar</td>
326 <td>Vance</td>
327 <td>Pre-Sales Support</td>
328 <td>New York</td>
329 <td>21</td>
330 <td>2011/12/12</td>
331 <td>$106,450</td>
332 <td>8330</td>
333 <td>c.vance@datatables.net</td>
334 </tr>
335 <tr>
336 <td>Doris</td>
337 <td>Wilder</td>
338 <td>Sales Assistant</td>
339 <td>Sidney</td>
340 <td>23</td>
341 <td>2010/09/20</td>
342 <td>$85,600</td>
343 <td>3023</td>
344 <td>d.wilder@datatables.net</td>
345 </tr>
346 <tr>
347 <td>Angelica</td>
348 <td>Ramos</td>
349 <td>Chief Executive Officer (CEO)</td>
350 <td>London</td>
351 <td>47</td>
352 <td>2009/10/09</td>
353 <td>$1,200,000</td>
354 <td>5797</td>
355 <td>a.ramos@datatables.net</td>
356 </tr>
357 <tr>
358 <td>Gavin</td>
359 <td>Joyce</td>
360 <td>Developer</td>
361 <td>Edinburgh</td>
362 <td>42</td>
363 <td>2010/12/22</td>
364 <td>$92,575</td>
365 <td>8822</td>
366 <td>g.joyce@datatables.net</td>
367 </tr>
368 <tr>
369 <td>Jennifer</td>
370 <td>Chang</td>
371 <td>Regional Director</td>
372 <td>Singapore</td>
373 <td>28</td>
374 <td>2010/11/14</td>
375 <td>$357,650</td>
376 <td>9239</td>
377 <td>j.chang@datatables.net</td>
378 </tr>
379 <tr>
380 <td>Brenden</td>
381 <td>Wagner</td>
382 <td>Software Engineer</td>
383 <td>San Francisco</td>
384 <td>28</td>
385 <td>2011/06/07</td>
386 <td>$206,850</td>
387 <td>1314</td>
388 <td>b.wagner@datatables.net</td>
389 </tr>
390 <tr>
391 <td>Fiona</td>
392 <td>Green</td>
393 <td>Chief Operating Officer (COO)</td>
394 <td>San Francisco</td>
395 <td>48</td>
396 <td>2010/03/11</td>
397 <td>$850,000</td>
398 <td>2947</td>
399 <td>f.green@datatables.net</td>
400 </tr>
401 <tr>
402 <td>Shou</td>
403 <td>Itou</td>
404 <td>Regional Marketing</td>
405 <td>Tokyo</td>
406 <td>20</td>
407 <td>2011/08/14</td>
408 <td>$163,000</td>
409 <td>8899</td>
410 <td>s.itou@datatables.net</td>
411 </tr>
412 <tr>
413 <td>Michelle</td>
414 <td>House</td>
415 <td>Integration Specialist</td>
416 <td>Sidney</td>
417 <td>37</td>
418 <td>2011/06/02</td>
419 <td>$95,400</td>
420 <td>2769</td>
421 <td>m.house@datatables.net</td>
422 </tr>
423 <tr>
424 <td>Suki</td>
425 <td>Burks</td>
426 <td>Developer</td>
427 <td>London</td>
428 <td>53</td>
429 <td>2009/10/22</td>
430 <td>$114,500</td>
431 <td>6832</td>
432 <td>s.burks@datatables.net</td>
433 </tr>
434 <tr>
435 <td>Prescott</td>
436 <td>Bartlett</td>
437 <td>Technical Author</td>
438 <td>London</td>
439 <td>27</td>
440 <td>2011/05/07</td>
441 <td>$145,000</td>
442 <td>3606</td>
443 <td>p.bartlett@datatables.net</td>
444 </tr>
445 <tr>
446 <td>Gavin</td>
447 <td>Cortez</td>
448 <td>Team Leader</td>
449 <td>San Francisco</td>
450 <td>22</td>
451 <td>2008/10/26</td>
452 <td>$235,500</td>
453 <td>2860</td>
454 <td>g.cortez@datatables.net</td>
455 </tr>
456 <tr>
457 <td>Martena</td>
458 <td>Mccray</td>
459 <td>Post-Sales support</td>
460 <td>Edinburgh</td>
461 <td>46</td>
462 <td>2011/03/09</td>
463 <td>$324,050</td>
464 <td>8240</td>
465 <td>m.mccray@datatables.net</td>
466 </tr>
467 <tr>
468 <td>Unity</td>
469 <td>Butler</td>
470 <td>Marketing Designer</td>
471 <td>San Francisco</td>
472 <td>47</td>
473 <td>2009/12/09</td>
474 <td>$85,675</td>
475 <td>5384</td>
476 <td>u.butler@datatables.net</td>
477 </tr>
478 <tr>
479 <td>Howard</td>
480 <td>Hatfield</td>
481 <td>Office Manager</td>
482 <td>San Francisco</td>
483 <td>51</td>
484 <td>2008/12/16</td>
485 <td>$164,500</td>
486 <td>7031</td>
487 <td>h.hatfield@datatables.net</td>
488 </tr>
489 <tr>
490 <td>Hope</td>
491 <td>Fuentes</td>
492 <td>Secretary</td>
493 <td>San Francisco</td>
494 <td>41</td>
495 <td>2010/02/12</td>
496 <td>$109,850</td>
497 <td>6318</td>
498 <td>h.fuentes@datatables.net</td>
499 </tr>
500 <tr>
501 <td>Vivian</td>
502 <td>Harrell</td>
503 <td>Financial Controller</td>
504 <td>San Francisco</td>
505 <td>62</td>
506 <td>2009/02/14</td>
507 <td>$452,500</td>
508 <td>9422</td>
509 <td>v.harrell@datatables.net</td>
510 </tr>
511 <tr>
512 <td>Timothy</td>
513 <td>Mooney</td>
514 <td>Office Manager</td>
515 <td>London</td>
516 <td>37</td>
517 <td>2008/12/11</td>
518 <td>$136,200</td>
519 <td>7580</td>
520 <td>t.mooney@datatables.net</td>
521 </tr>
522 <tr>
523 <td>Jackson</td>
524 <td>Bradshaw</td>
525 <td>Director</td>
526 <td>New York</td>
527 <td>65</td>
528 <td>2008/09/26</td>
529 <td>$645,750</td>
530 <td>1042</td>
531 <td>j.bradshaw@datatables.net</td>
532 </tr>
533 <tr>
534 <td>Olivia</td>
535 <td>Liang</td>
536 <td>Support Engineer</td>
537 <td>Singapore</td>
538 <td>64</td>
539 <td>2011/02/03</td>
540 <td>$234,500</td>
541 <td>2120</td>
542 <td>o.liang@datatables.net</td>
543 </tr>
544 <tr>
545 <td>Bruno</td>
546 <td>Nash</td>
547 <td>Software Engineer</td>
548 <td>London</td>
549 <td>38</td>
550 <td>2011/05/03</td>
551 <td>$163,500</td>
552 <td>6222</td>
553 <td>b.nash@datatables.net</td>
554 </tr>
555 <tr>
556 <td>Sakura</td>
557 <td>Yamamoto</td>
558 <td>Support Engineer</td>
559 <td>Tokyo</td>
560 <td>37</td>
561 <td>2009/08/19</td>
562 <td>$139,575</td>
563 <td>9383</td>
564 <td>s.yamamoto@datatables.net</td>
565 </tr>
566 <tr>
567 <td>Thor</td>
568 <td>Walton</td>
569 <td>Developer</td>
570 <td>New York</td>
571 <td>61</td>
572 <td>2013/08/11</td>
573 <td>$98,540</td>
574 <td>8327</td>
575 <td>t.walton@datatables.net</td>
576 </tr>
577 <tr>
578 <td>Finn</td>
579 <td>Camacho</td>
580 <td>Support Engineer</td>
581 <td>San Francisco</td>
582 <td>47</td>
583 <td>2009/07/07</td>
584 <td>$87,500</td>
585 <td>2927</td>
586 <td>f.camacho@datatables.net</td>
587 </tr>
588 <tr>
589 <td>Serge</td>
590 <td>Baldwin</td>
591 <td>Data Coordinator</td>
592 <td>Singapore</td>
593 <td>64</td>
594 <td>2012/04/09</td>
595 <td>$138,575</td>
596 <td>8352</td>
597 <td>s.baldwin@datatables.net</td>
598 </tr>
599 <tr>
600 <td>Zenaida</td>
601 <td>Frank</td>
602 <td>Software Engineer</td>
603 <td>New York</td>
604 <td>63</td>
605 <td>2010/01/04</td>
606 <td>$125,250</td>
607 <td>7439</td>
608 <td>z.frank@datatables.net</td>
609 </tr>
610 <tr>
611 <td>Zorita</td>
612 <td>Serrano</td>
613 <td>Software Engineer</td>
614 <td>San Francisco</td>
615 <td>56</td>
616 <td>2012/06/01</td>
617 <td>$115,000</td>
618 <td>4389</td>
619 <td>z.serrano@datatables.net</td>
620 </tr>
621 <tr>
622 <td>Jennifer</td>
623 <td>Acosta</td>
624 <td>Junior Javascript Developer</td>
625 <td>Edinburgh</td>
626 <td>43</td>
627 <td>2013/02/01</td>
628 <td>$75,650</td>
629 <td>3431</td>
630 <td>j.acosta@datatables.net</td>
631 </tr>
632 <tr>
633 <td>Cara</td>
634 <td>Stevens</td>
635 <td>Sales Assistant</td>
636 <td>New York</td>
637 <td>46</td>
638 <td>2011/12/06</td>
639 <td>$145,600</td>
640 <td>3990</td>
641 <td>c.stevens@datatables.net</td>
642 </tr>
643 <tr>
644 <td>Hermione</td>
645 <td>Butler</td>
646 <td>Regional Director</td>
647 <td>London</td>
648 <td>47</td>
649 <td>2011/03/21</td>
650 <td>$356,250</td>
651 <td>1016</td>
652 <td>h.butler@datatables.net</td>
653 </tr>
654 <tr>
655 <td>Lael</td>
656 <td>Greer</td>
657 <td>Systems Administrator</td>
658 <td>London</td>
659 <td>21</td>
660 <td>2009/02/27</td>
661 <td>$103,500</td>
662 <td>6733</td>
663 <td>l.greer@datatables.net</td>
664 </tr>
665 <tr>
666 <td>Jonas</td>
667 <td>Alexander</td>
668 <td>Developer</td>
669 <td>San Francisco</td>
670 <td>30</td>
671 <td>2010/07/14</td>
672 <td>$86,500</td>
673 <td>8196</td>
674 <td>j.alexander@datatables.net</td>
675 </tr>
676 <tr>
677 <td>Shad</td>
678 <td>Decker</td>
679 <td>Regional Director</td>
680 <td>Edinburgh</td>
681 <td>51</td>
682 <td>2008/11/13</td>
683 <td>$183,000</td>
684 <td>6373</td>
685 <td>s.decker@datatables.net</td>
686 </tr>
687 <tr>
688 <td>Michael</td>
689 <td>Bruce</td>
690 <td>Javascript Developer</td>
691 <td>Singapore</td>
692 <td>29</td>
693 <td>2011/06/27</td>
694 <td>$183,000</td>
695 <td>5384</td>
696 <td>m.bruce@datatables.net</td>
697 </tr>
698 <tr>
699 <td>Donna</td>
700 <td>Snider</td>
701 <td>Customer Support</td>
702 <td>New York</td>
703 <td>27</td>
704 <td>2011/01/25</td>
705 <td>$112,000</td>
706 <td>4226</td>
707 <td>d.snider@datatables.net</td>
708 </tr>
709 </tbody>
710 </table>
711
712 <ul class="tabs">
713 <li class="active">Javascript</li>
714 <li>HTML</li>
715 <li>CSS</li>
716 <li>Ajax</li>
717 <li>Server-side script</li>
718 </ul>
719
720 <div class="tabs">
721 <div class="js">
722 <p>The Javascript shown below is used to initialise the table shown in this example:</p><code class="multiline language-js">$(document).ready(function() {
723 var table = $('#example').removeAttr('width').DataTable( {
724 scrollY: &quot;300px&quot;,
725 scrollX: true,
726 scrollCollapse: true,
727 paging: false,
728 columnDefs: [
729 { width: 200, targets: 0 }
730 ]
731 } );
732 new $.fn.dataTable.FixedColumns( table );
733 } );</code>
734
735 <p>In addition to the above code, the following Javascript library files are loaded for use in this example:</p>
736
737 <ul>
738 <li><a href="../../../media/js/jquery.js">../../../media/js/jquery.js</a></li>
739 <li><a href="../../../media/js/jquery.dataTables.js">../../../media/js/jquery.dataTables.js</a></li>
740 <li><a href="../js/dataTables.fixedColumns.js">../js/dataTables.fixedColumns.js</a></li>
741 </ul>
742 </div>
743
744 <div class="table">
745 <p>The HTML shown below is the raw HTML table element, before it has been enhanced by DataTables:</p>
746 </div>
747
748 <div class="css">
749 <div>
750 <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
751 additional CSS used is shown below:</p><code class="multiline language-css">/* Ensure that the demo table scrolls */
752 th, td { white-space: nowrap; }
753 div.dataTables_wrapper {
754 margin: 0 auto;
755 }
756
757 div.container {
758 width: 80%;
759 }</code>
760 </div>
761
762 <p>The following CSS library files are loaded for use in this example to provide the styling of the table:</p>
763
764 <ul>
765 <li><a href="../../../media/css/jquery.dataTables.css">../../../media/css/jquery.dataTables.css</a></li>
766 <li><a href="../css/dataTables.fixedColumns.css">../css/dataTables.fixedColumns.css</a></li>
767 </ul>
768 </div>
769
770 <div class="ajax">
771 <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
772 loaded.</p>
773 </div>
774
775 <div class="php">
776 <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
777 processing scripts can be written in any language, using <a href="//datatables.net/manual/server-side">the protocol described in the DataTables
778 documentation</a>.</p>
779 </div>
780 </div>
781 </section>
782 </div>
783
784 <section>
785 <div class="footer">
786 <div class="gradient"></div>
787
788 <div class="liner">
789 <h2>Other examples</h2>
790
791 <div class="toc">
792 <div class="toc-group">
793 <h3><a href="./index.html">Examples</a></h3>
794 <ul class="toc active">
795 <li><a href="./left_right_columns.html">Left and right fixed columns</a></li>
796 <li><a href="./simple.html">Basic initialisation</a></li>
797 <li><a href="./two_columns.html">Multiple fixed columns</a></li>
798 <li><a href="./right_column.html">Right column only</a></li>
799 <li><a href="./rowspan.html">Complex headers</a></li>
800 <li><a href="./colvis.html">ColVis integration</a></li>
801 <li><a href="./server-side-processing.html">Server-side processing</a></li>
802 <li><a href="./css_size.html">CSS row sizing</a></li>
803 <li class="active"><a href="./size_fixed.html">Assigned column width</a></li>
804 <li><a href="./size_fluid.html">Fluid column width</a></li>
805 <li><a href="./col_filter.html">Individual column filtering</a></li>
806 <li><a href="./bootstrap.html">Bootstrap</a></li>
807 <li><a href="./index_column.html">Index column</a></li>
808 </ul>
809 </div>
810 </div>
811
812 <div class="epilogue">
813 <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br>
814 Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and <a href="http://www.datatables.net/plug-ins">plug-ins</a>
815 which extend the capabilities of DataTables.</p>
816
817 <p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2015<br>
818 DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
819 </div>
820 </div>
821 </div>
822 </section>
823 </body>
824 </html>