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