Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 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 | <link rel="stylesheet" type="text/css" href="./resources/syntax/shCore.css"> |
||
| 8 | <link rel="stylesheet" type="text/css" href="./resources/demo.css"> |
||
| 9 | <script type="text/javascript" language="javascript" src="../media/js/jquery.js"></script> |
||
| 10 | <script type="text/javascript" language="javascript" src="./resources/syntax/shCore.js"></script> |
||
| 11 | <script type="text/javascript" language="javascript" src="./resources/demo.js"></script> |
||
| 12 | |||
| 13 | <title>DataTables examples - Examples index</title> |
||
| 14 | </head> |
||
| 15 | |||
| 16 | <body class="dt-example"> |
||
| 17 | <div class="container"> |
||
| 18 | <section> |
||
| 19 | <h1>DataTables example <span>Examples index</span></h1> |
||
| 20 | |||
| 21 | <div class="info"> |
||
| 22 | <p>One of the best ways to learn how to do anything new (including software APIs!) is to get your hands |
||
| 23 | dirty as quickly as possible. These examples will show you how to perform tasks ranging from something |
||
| 24 | as simple as applying DataTables to an HTML table, right the way through to doing server-side |
||
| 25 | processing with pipelining and custom plug-in functions.</p> |
||
| 26 | </div> |
||
| 27 | </section> |
||
| 28 | </div> |
||
| 29 | |||
| 30 | <section> |
||
| 31 | <div class="footer"> |
||
| 32 | <div class="gradient"></div> |
||
| 33 | |||
| 34 | <div class="liner"> |
||
| 35 | <div class="toc"> |
||
| 36 | <div class="toc-group"> |
||
| 37 | <h3><a href="./basic_init/index.html">Basic initialisation</a></h3> |
||
| 38 | <ul class="toc"> |
||
| 39 | <li><a href="./basic_init/zero_configuration.html">Zero configuration</a></li> |
||
| 40 | <li><a href="./basic_init/filter_only.html">Feature enable / disable</a></li> |
||
| 41 | <li><a href="./basic_init/table_sorting.html">Default ordering (sorting)</a></li> |
||
| 42 | <li><a href="./basic_init/multi_col_sort.html">Multi-column ordering</a></li> |
||
| 43 | <li><a href="./basic_init/multiple_tables.html">Multiple tables</a></li> |
||
| 44 | <li><a href="./basic_init/hidden_columns.html">Hidden columns</a></li> |
||
| 45 | <li><a href="./basic_init/complex_header.html">Complex headers (rowspan and |
||
| 46 | colspan)</a></li> |
||
| 47 | <li><a href="./basic_init/dom.html">DOM positioning</a></li> |
||
| 48 | <li><a href="./basic_init/flexible_width.html">Flexible table width</a></li> |
||
| 49 | <li><a href="./basic_init/state_save.html">State saving</a></li> |
||
| 50 | <li><a href="./basic_init/alt_pagination.html">Alternative pagination</a></li> |
||
| 51 | <li><a href="./basic_init/scroll_y.html">Scroll - vertical</a></li> |
||
| 52 | <li><a href="./basic_init/scroll_x.html">Scroll - horizontal</a></li> |
||
| 53 | <li><a href="./basic_init/scroll_xy.html">Scroll - horizontal and vertical</a></li> |
||
| 54 | <li><a href="./basic_init/scroll_y_theme.html">Scroll - vertical with jQuery UI |
||
| 55 | ThemeRoller</a></li> |
||
| 56 | <li><a href="./basic_init/comma-decimal.html">Language - Comma decimal place</a></li> |
||
| 57 | <li><a href="./basic_init/language.html">Language options</a></li> |
||
| 58 | </ul> |
||
| 59 | </div> |
||
| 60 | |||
| 61 | <div class="toc-group"> |
||
| 62 | <h3><a href="./advanced_init/index.html">Advanced initialisation</a></h3> |
||
| 63 | <ul class="toc"> |
||
| 64 | <li><a href="./advanced_init/events_live.html">DOM / jQuery events</a></li> |
||
| 65 | <li><a href="./advanced_init/dt_events.html">DataTables events</a></li> |
||
| 66 | <li><a href="./advanced_init/column_render.html">Column rendering</a></li> |
||
| 67 | <li><a href="./advanced_init/length_menu.html">Page length options</a></li> |
||
| 68 | <li><a href="./advanced_init/dom_multiple_elements.html">Multiple table control |
||
| 69 | elements</a></li> |
||
| 70 | <li><a href="./advanced_init/complex_header.html">Complex headers (rowspan / |
||
| 71 | colspan)</a></li> |
||
| 72 | <li><a href="./advanced_init/html5-data-attributes.html">HTML5 data-* attributes</a></li> |
||
| 73 | <li><a href="./advanced_init/language_file.html">Language file</a></li> |
||
| 74 | <li><a href="./advanced_init/defaults.html">Setting defaults</a></li> |
||
| 75 | <li><a href="./advanced_init/row_callback.html">Row created callback</a></li> |
||
| 76 | <li><a href="./advanced_init/row_grouping.html">Row grouping</a></li> |
||
| 77 | <li><a href="./advanced_init/footer_callback.html">Footer callback</a></li> |
||
| 78 | <li><a href="./advanced_init/dom_toolbar.html">Custom toolbar elements</a></li> |
||
| 79 | <li><a href="./advanced_init/sort_direction_control.html">Order direction sequence |
||
| 80 | control</a></li> |
||
| 81 | </ul> |
||
| 82 | </div> |
||
| 83 | |||
| 84 | <div class="toc-group"> |
||
| 85 | <h3><a href="./styling/index.html">Styling</a></h3> |
||
| 86 | <ul class="toc"> |
||
| 87 | <li><a href="./styling/display.html">Base style</a></li> |
||
| 88 | <li><a href="./styling/no-classes.html">Base style - no styling classes</a></li> |
||
| 89 | <li><a href="./styling/cell-border.html">Base style - cell borders</a></li> |
||
| 90 | <li><a href="./styling/compact.html">Base style - compact</a></li> |
||
| 91 | <li><a href="./styling/hover.html">Base style - hover</a></li> |
||
| 92 | <li><a href="./styling/order-column.html">Base style - order-column</a></li> |
||
| 93 | <li><a href="./styling/row-border.html">Base style - row borders</a></li> |
||
| 94 | <li><a href="./styling/stripe.html">Base style - stripe</a></li> |
||
| 95 | <li><a href="./styling/bootstrap.html">Bootstrap</a></li> |
||
| 96 | <li><a href="./styling/foundation.html">Foundation</a></li> |
||
| 97 | <li><a href="./styling/jqueryUI.html">jQuery UI ThemeRoller</a></li> |
||
| 98 | </ul> |
||
| 99 | </div> |
||
| 100 | |||
| 101 | <div class="toc-group"> |
||
| 102 | <h3><a href="./data_sources/index.html">Data sources</a></h3> |
||
| 103 | <ul class="toc"> |
||
| 104 | <li><a href="./data_sources/dom.html">HTML (DOM) sourced data</a></li> |
||
| 105 | <li><a href="./data_sources/ajax.html">Ajax sourced data</a></li> |
||
| 106 | <li><a href="./data_sources/js_array.html">Javascript sourced data</a></li> |
||
| 107 | <li><a href="./data_sources/server_side.html">Server-side processing</a></li> |
||
| 108 | </ul> |
||
| 109 | </div> |
||
| 110 | |||
| 111 | <div class="toc-group"> |
||
| 112 | <h3><a href="./api/index.html">API</a></h3> |
||
| 113 | <ul class="toc"> |
||
| 114 | <li><a href="./api/add_row.html">Add rows</a></li> |
||
| 115 | <li><a href="./api/multi_filter.html">Individual column searching (text inputs)</a></li> |
||
| 116 | <li><a href="./api/multi_filter_select.html">Individual column searching (select |
||
| 117 | inputs)</a></li> |
||
| 118 | <li><a href="./api/highlight.html">Highlighting rows and columns</a></li> |
||
| 119 | <li><a href="./api/row_details.html">Child rows (show extra / detailed |
||
| 120 | information)</a></li> |
||
| 121 | <li><a href="./api/select_row.html">Row selection (multiple rows)</a></li> |
||
| 122 | <li><a href="./api/select_single_row.html">Row selection and deletion (single row)</a></li> |
||
| 123 | <li><a href="./api/form.html">Form inputs</a></li> |
||
| 124 | <li><a href="./api/counter_columns.html">Index column</a></li> |
||
| 125 | <li><a href="./api/show_hide.html">Show / hide columns dynamically</a></li> |
||
| 126 | <li><a href="./api/api_in_init.html">Using API in callbacks</a></li> |
||
| 127 | <li><a href="./api/tabs_and_scrolling.html">Scrolling and jQuery UI tabs</a></li> |
||
| 128 | <li><a href="./api/regex.html">Search API (regular expressions)</a></li> |
||
| 129 | </ul> |
||
| 130 | </div> |
||
| 131 | |||
| 132 | <div class="toc-group"> |
||
| 133 | <h3><a href="./ajax/index.html">Ajax</a></h3> |
||
| 134 | <ul class="toc"> |
||
| 135 | <li><a href="./ajax/simple.html">Ajax data source (arrays)</a></li> |
||
| 136 | <li><a href="./ajax/objects.html">Ajax data source (objects)</a></li> |
||
| 137 | <li><a href="./ajax/deep.html">Nested object data (objects)</a></li> |
||
| 138 | <li><a href="./ajax/objects_subarrays.html">Nested object data (arrays)</a></li> |
||
| 139 | <li><a href="./ajax/orthogonal-data.html">Orthogonal data</a></li> |
||
| 140 | <li><a href="./ajax/null_data_source.html">Generated content for a column</a></li> |
||
| 141 | <li><a href="./ajax/custom_data_property.html">Custom data source property</a></li> |
||
| 142 | <li><a href="./ajax/custom_data_flat.html">Flat array data source</a></li> |
||
| 143 | <li><a href="./ajax/defer_render.html">Deferred rendering for speed</a></li> |
||
| 144 | </ul> |
||
| 145 | </div> |
||
| 146 | |||
| 147 | <div class="toc-group"> |
||
| 148 | <h3><a href="./server_side/index.html">Server-side</a></h3> |
||
| 149 | <ul class="toc"> |
||
| 150 | <li><a href="./server_side/simple.html">Server-side processing</a></li> |
||
| 151 | <li><a href="./server_side/custom_vars.html">Custom HTTP variables</a></li> |
||
| 152 | <li><a href="./server_side/post.html">POST data</a></li> |
||
| 153 | <li><a href="./server_side/ids.html">Automatic addition of row ID attributes</a></li> |
||
| 154 | <li><a href="./server_side/object_data.html">Object data source</a></li> |
||
| 155 | <li><a href="./server_side/row_details.html">Row details</a></li> |
||
| 156 | <li><a href="./server_side/select_rows.html">Row selection</a></li> |
||
| 157 | <li><a href="./server_side/jsonp.html">JSONP data source for remote domains</a></li> |
||
| 158 | <li><a href="./server_side/defer_loading.html">Deferred loading of data</a></li> |
||
| 159 | <li><a href="./server_side/pipeline.html">Pipelining data to reduce Ajax calls for |
||
| 160 | paging</a></li> |
||
| 161 | </ul> |
||
| 162 | </div> |
||
| 163 | |||
| 164 | <div class="toc-group"> |
||
| 165 | <h3><a href="./plug-ins/index.html">Plug-ins</a></h3> |
||
| 166 | <ul class="toc"> |
||
| 167 | <li><a href="./plug-ins/api.html">API plug-in methods</a></li> |
||
| 168 | <li><a href="./plug-ins/sorting_auto.html">Ordering plug-ins (with type detection)</a></li> |
||
| 169 | <li><a href="./plug-ins/sorting_manual.html">Ordering plug-ins (no type detection)</a></li> |
||
| 170 | <li><a href="./plug-ins/range_filtering.html">Custom filtering - range search</a></li> |
||
| 171 | <li><a href="./plug-ins/dom_sort.html">Live DOM ordering</a></li> |
||
| 172 | </ul> |
||
| 173 | </div> |
||
| 174 | </div> |
||
| 175 | |||
| 176 | <div class="epilogue"> |
||
| 177 | <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full |
||
| 178 | information about its API properties and methods.<br> |
||
| 179 | Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and |
||
| 180 | <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of |
||
| 181 | DataTables.</p> |
||
| 182 | |||
| 183 | <p class="copyright">DataTables designed and created by <a href= |
||
| 184 | "http://www.sprymedia.co.uk">SpryMedia Ltd</a> © 2007-2014<br> |
||
| 185 | DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p> |
||
| 186 | </div> |
||
| 187 | </div> |
||
| 188 | </div> |
||
| 189 | </section> |
||
| 190 | </body> |
||
| 191 | </html> |