From 2eb688d05fb979c230dea0e02b4a9e574a0468e1 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 14 Jan 2014 15:49:54 +0000 Subject: [PATCH] Site: Update for orthogonal data manual page - Added new orthogonal data example - Updated columns.data and columns.render documentation - Reordering the manual a little - Add note to the old orthogonal data blog post to direct people to the new manual page --- .datatables-commit-sync | 2 +- examples/advanced_init/column_render.html | 1 + examples/advanced_init/complex_header.html | 1 + examples/advanced_init/defaults.html | 1 + .../advanced_init/dom_multiple_elements.html | 1 + examples/advanced_init/dom_toolbar.html | 1 + examples/advanced_init/dt_events.html | 1 + examples/advanced_init/events_live.html | 1 + examples/advanced_init/footer_callback.html | 1 + .../advanced_init/html5-data-attributes.html | 343 +++++++++--------- examples/advanced_init/language_file.html | 1 + examples/advanced_init/length_menu.html | 1 + examples/advanced_init/row_callback.html | 1 + examples/advanced_init/row_grouping.html | 1 + .../advanced_init/sort_direction_control.html | 1 + examples/ajax/custom_data_flat.html | 1 + examples/ajax/custom_data_property.html | 1 + examples/ajax/deep.html | 1 + examples/ajax/defer_render.html | 1 + examples/ajax/index.html | 1 + examples/ajax/null_data_source.html | 1 + examples/ajax/objects.html | 1 + examples/ajax/objects_subarrays.html | 1 + examples/ajax/simple.html | 1 + examples/api/add_row.html | 1 + examples/api/api_in_init.html | 1 + examples/api/counter_columns.html | 1 + examples/api/form.html | 1 + examples/api/highlight.html | 1 + examples/api/multi_filter.html | 1 + examples/api/multi_filter_select.html | 1 + examples/api/regex.html | 1 + examples/api/row_details.html | 1 + examples/api/select_row.html | 1 + examples/api/select_single_row.html | 1 + examples/api/show_hide.html | 1 + examples/api/tabs_and_scrolling.html | 1 + examples/basic_init/alt_pagination.html | 1 + examples/basic_init/complex_header.html | 1 + examples/basic_init/dom.html | 1 + examples/basic_init/filter_only.html | 1 + examples/basic_init/flexible_width.html | 1 + examples/basic_init/hidden_columns.html | 1 + examples/basic_init/language.html | 1 + examples/basic_init/multi_col_sort.html | 1 + examples/basic_init/multiple_tables.html | 1 + examples/basic_init/scroll_x.html | 1 + examples/basic_init/scroll_xy.html | 1 + examples/basic_init/scroll_y.html | 1 + examples/basic_init/scroll_y_theme.html | 1 + examples/basic_init/state_save.html | 1 + examples/basic_init/table_sorting.html | 1 + examples/basic_init/zero_configuration.html | 1 + examples/data_sources/ajax.html | 1 + examples/data_sources/dom.html | 1 + examples/data_sources/js_array.html | 1 + examples/data_sources/server_side.html | 1 + examples/plug-ins/api.html | 1 + examples/plug-ins/dom_sort.html | 1 + examples/plug-ins/range_filtering.html | 1 + examples/plug-ins/sorting_auto.html | 1 + examples/plug-ins/sorting_manual.html | 1 + examples/server_side/custom_vars.html | 1 + examples/server_side/defer_loading.html | 1 + examples/server_side/ids.html | 1 + examples/server_side/jsonp.html | 1 + examples/server_side/object_data.html | 1 + examples/server_side/pipeline.html | 1 + examples/server_side/post.html | 1 + examples/server_side/row_details.html | 1 + examples/server_side/select_rows.html | 1 + examples/server_side/simple.html | 1 + examples/styling/bootstrap.html | 1 + examples/styling/cell-border.html | 1 + examples/styling/display.html | 1 + examples/styling/foundation.html | 1 + examples/styling/hover.html | 1 + examples/styling/jqueryUI.html | 1 + examples/styling/no-classes.html | 1 + examples/styling/order-column.html | 1 + examples/styling/row-border.html | 1 + examples/styling/stripe.html | 1 + 82 files changed, 253 insertions(+), 172 deletions(-) diff --git a/.datatables-commit-sync b/.datatables-commit-sync index f2be8f25..b7eb3323 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -eb637a2ebcb8021a1c68a7e2450cd05d6f91d47e +dcb0ecdab37e249efa1d0808208e1a0e08c5bc18 diff --git a/examples/advanced_init/column_render.html b/examples/advanced_init/column_render.html index c6b0a407..ae36dd77 100644 --- a/examples/advanced_init/column_render.html +++ b/examples/advanced_init/column_render.html @@ -691,6 +691,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/advanced_init/complex_header.html b/examples/advanced_init/complex_header.html index 3aa58e47..a57f103c 100644 --- a/examples/advanced_init/complex_header.html +++ b/examples/advanced_init/complex_header.html @@ -686,6 +686,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/advanced_init/defaults.html b/examples/advanced_init/defaults.html index 20120ec7..f2869f23 100644 --- a/examples/advanced_init/defaults.html +++ b/examples/advanced_init/defaults.html @@ -676,6 +676,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/advanced_init/dom_multiple_elements.html b/examples/advanced_init/dom_multiple_elements.html index a3735cf8..8ed70587 100644 --- a/examples/advanced_init/dom_multiple_elements.html +++ b/examples/advanced_init/dom_multiple_elements.html @@ -684,6 +684,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/advanced_init/dom_toolbar.html b/examples/advanced_init/dom_toolbar.html index 19645ba4..a047d32c 100644 --- a/examples/advanced_init/dom_toolbar.html +++ b/examples/advanced_init/dom_toolbar.html @@ -687,6 +687,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/advanced_init/dt_events.html b/examples/advanced_init/dt_events.html index 1a9d9215..11b0b2ed 100644 --- a/examples/advanced_init/dt_events.html +++ b/examples/advanced_init/dt_events.html @@ -692,6 +692,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/advanced_init/events_live.html b/examples/advanced_init/events_live.html index 74f99b3b..ef91d072 100644 --- a/examples/advanced_init/events_live.html +++ b/examples/advanced_init/events_live.html @@ -671,6 +671,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/advanced_init/footer_callback.html b/examples/advanced_init/footer_callback.html index 25c45bfd..4cba778c 100644 --- a/examples/advanced_init/footer_callback.html +++ b/examples/advanced_init/footer_callback.html @@ -671,6 +671,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/advanced_init/html5-data-attributes.html b/examples/advanced_init/html5-data-attributes.html index c0aa200a..2bfd5631 100644 --- a/examples/advanced_init/html5-data-attributes.html +++ b/examples/advanced_init/html5-data-attributes.html @@ -83,460 +83,460 @@ $(document).ready(function() { - T. Nixon + T. Nixon System Architect Edinburgh 61 - 2011/04/25 - $3,120/m + Mon 25th Apr 11 + $3,120/m - G. Winters + G. Winters Director Edinburgh 63 - 2011/07/25 - $5,300/m + Mon 25th Jul 11 + $5,300/m - A. Cox + A. Cox Technical Author San Francisco 66 - 2009/01/12 - $4,800/m + Mon 12th Jan 09 + $4,800/m - C. Kelly + C. Kelly Javascript Developer Edinburgh 22 - 2012/03/29 - $3,600/m + Thu 29th Mar 12 + $3,600/m - J. Elliott + J. Elliott Financial Controller Edinburgh 33 - 2008/11/28 - $5,300/m + Fri 28th Nov 08 + $5,300/m - B. Williamson + B. Williamson Integration Specialist New York 61 - 2012/12/02 - $4,525/m + Sun 2nd Dec 12 + $4,525/m - H. Chandler + H. Chandler Sales Assistant San Francisco 59 - 2012/08/06 - $4,080/m + Mon 6th Aug 12 + $4,080/m - R. Davidson + R. Davidson Integration Specialist Edinburgh 55 - 2010/10/14 - $6,730/m + Thu 14th Oct 10 + $6,730/m - C. Hurst + C. Hurst Javascript Developer San Francisco 39 - 2009/09/15 - $5,000/m + Tue 15th Sep 09 + $5,000/m - S. Frost + S. Frost Software Engineer Edinburgh 23 - 2008/12/13 - $3,600/m + Sat 13th Dec 08 + $3,600/m - J. Gaines + J. Gaines System Architect London 30 - 2008/12/19 - $5,000/m + Fri 19th Dec 08 + $5,000/m - Q. Flynn + Q. Flynn Financial Controller Edinburgh 22 - 2013/03/03 - $4,200/m + Sun 3rd Mar 13 + $4,200/m - C. Marshall + C. Marshall Regional Director San Francisco 36 - 2008/10/16 - $5,300/m + Thu 16th Oct 08 + $5,300/m - H. Kennedy + H. Kennedy Senior Marketing Designer London 43 - 2012/12/18 - $4,800/m + Tue 18th Dec 12 + $4,800/m - T. Fitzpatrick + T. Fitzpatrick Regional Director London 19 - 2010/03/17 - $2,875/m + Wed 17th Mar 10 + $2,875/m - M. Silva + M. Silva Senior Marketing Designer London 66 - 2012/11/27 - $3,750/m + Tue 27th Nov 12 + $3,750/m - P. Byrd + P. Byrd Javascript Developer New York 64 - 2010/06/09 - $5,000/m + Wed 9th Jun 10 + $5,000/m - G. Little + G. Little Systems Administrator New York 59 - 2009/04/10 - $3,120/m + Fri 10th Apr 09 + $3,120/m - B. Greer + B. Greer Software Engineer London 41 - 2012/10/13 - $3,120/m + Sat 13th Oct 12 + $3,120/m - D. Rios + D. Rios System Architect Edinburgh 35 - 2012/09/26 - $4,200/m + Wed 26th Sep 12 + $4,200/m - J. Caldwell + J. Caldwell Financial Controller New York 30 - 2011/09/03 - $4,965/m + Sat 3rd Sep 11 + $4,965/m - Y. Berry + Y. Berry System Architect New York 40 - 2009/06/25 - $3,600/m + Thu 25th Jun 09 + $3,600/m - C. Vance + C. Vance Technical Author New York 21 - 2011/12/12 - $4,965/m + Mon 12th Dec 11 + $4,965/m - D. Wilder + D. Wilder Sales Assistant Edinburgh 23 - 2010/09/20 - $4,965/m + Mon 20th Sep 10 + $4,965/m - A. Ramos + A. Ramos System Architect London 36 - 2009/10/09 - $2,875/m + Fri 9th Oct 09 + $2,875/m - G. Joyce + G. Joyce Developer Edinburgh 42 - 2010/12/22 - $4,525/m + Wed 22nd Dec 10 + $4,525/m - J. Chang + J. Chang Regional Director London 28 - 2010/11/14 - $4,080/m + Sun 14th Nov 10 + $4,080/m - B. Wagner + B. Wagner Software Engineer San Francisco 18 - 2011/06/07 - $3,750/m + Tue 7th Jun 11 + $3,750/m - E. Grimes + E. Grimes Software Engineer San Francisco 48 - 2010/03/11 - $2,875/m + Thu 11th Mar 10 + $2,875/m - R. Chavez + R. Chavez Director Edinburgh 20 - 2011/08/14 - $3,600/m + Sun 14th Aug 11 + $3,600/m - M. House + M. House Integration Specialist Edinburgh 37 - 2011/06/02 - $3,750/m + Thu 2nd Jun 11 + $3,750/m - S. Burks + S. Burks Developer London 53 - 2009/10/22 - $2,875/m + Thu 22nd Oct 09 + $2,875/m - P. Bartlett + P. Bartlett Technical Author London 27 - 2011/05/07 - $6,730/m + Sat 7th May 11 + $6,730/m - G. Cortez + G. Cortez Technical Author San Francisco 22 - 2008/10/26 - $6,730/m + Sun 26th Oct 08 + $6,730/m - M. Mccray + M. Mccray Integration Specialist Edinburgh 46 - 2011/03/09 - $4,080/m + Wed 9th Mar 11 + $4,080/m - U. Butler + U. Butler Senior Marketing Designer San Francisco 47 - 2009/12/09 - $3,750/m + Wed 9th Dec 09 + $3,750/m - H. Hatfield + H. Hatfield Financial Controller San Francisco 51 - 2008/12/16 - $4,080/m + Tue 16th Dec 08 + $4,080/m - H. Fuentes + H. Fuentes Financial Controller San Francisco 41 - 2010/02/12 - $4,200/m + Fri 12th Feb 10 + $4,200/m - V. Harrell + V. Harrell System Architect San Francisco 62 - 2009/02/14 - $4,965/m + Sat 14th Feb 09 + $4,965/m - T. Mooney + T. Mooney Financial Controller London 37 - 2008/12/11 - $4,200/m + Thu 11th Dec 08 + $4,200/m - J. Bradshaw + J. Bradshaw Director New York 65 - 2008/09/26 - $5,000/m + Fri 26th Sep 08 + $5,000/m - M. Weiss + M. Weiss Support Engineer Edinburgh 64 - 2011/02/03 - $4,965/m + Thu 3rd Feb 11 + $4,965/m - B. Nash + B. Nash Software Engineer London 38 - 2011/05/03 - $4,200/m + Tue 3rd May 11 + $4,200/m - O. Jackson + O. Jackson Support Engineer Edinburgh 37 - 2009/08/19 - $3,600/m + Wed 19th Aug 09 + $3,600/m - T. Walton + T. Walton Developer New York 61 - 2013/08/11 - $3,600/m + Sun 11th Aug 13 + $3,600/m - F. Camacho + F. Camacho Support Engineer San Francisco 47 - 2009/07/07 - $4,800/m + Tue 7th Jul 09 + $4,800/m - E. Baldwin + E. Baldwin Data Coordinator Edinburgh 64 - 2012/04/09 - $6,730/m + Mon 9th Apr 12 + $6,730/m - Z. Frank + Z. Frank Software Engineer New York 63 - 2010/01/04 - $4,800/m + Mon 4th Jan 10 + $4,800/m - Z. Serrano + Z. Serrano Software Engineer San Francisco 56 - 2012/06/01 - $5,300/m + Fri 1st Jun 12 + $5,300/m - J. Acosta + J. Acosta Javascript Developer Edinburgh 43 - 2013/02/01 - $2,875/m + Fri 1st Feb 13 + $2,875/m - C. Stevens + C. Stevens Sales Assistant New York 46 - 2011/12/06 - $4,800/m + Tue 6th Dec 11 + $4,800/m - H. Butler + H. Butler Director London 47 - 2011/03/21 - $4,080/m + Mon 21st Mar 11 + $4,080/m - L. Greer + L. Greer Systems Administrator London 21 - 2009/02/27 - $3,120/m + Fri 27th Feb 09 + $3,120/m - J. Alexander + J. Alexander Developer San Francisco 30 - 2010/07/14 - $5,300/m + Wed 14th Jul 10 + $5,300/m - S. Decker + S. Decker Regional Director Edinburgh 51 - 2008/11/13 - $5,300/m + Thu 13th Nov 08 + $5,300/m - M. Bruce + M. Bruce Javascript Developer Edinburgh 29 - 2011/06/27 - $4,080/m + Mon 27th Jun 11 + $4,080/m - D. Snider + D. Snider System Architect New York 27 - 2011/01/25 - $3,120/m + Tue 25th Jan 11 + $3,120/m @@ -678,6 +678,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/advanced_init/language_file.html b/examples/advanced_init/language_file.html index 458d0b3d..68f8471a 100644 --- a/examples/advanced_init/language_file.html +++ b/examples/advanced_init/language_file.html @@ -670,6 +670,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/advanced_init/length_menu.html b/examples/advanced_init/length_menu.html index 4abdcc7a..e77a0049 100644 --- a/examples/advanced_init/length_menu.html +++ b/examples/advanced_init/length_menu.html @@ -671,6 +671,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/advanced_init/row_callback.html b/examples/advanced_init/row_callback.html index 0df08e59..b5608932 100644 --- a/examples/advanced_init/row_callback.html +++ b/examples/advanced_init/row_callback.html @@ -685,6 +685,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/advanced_init/row_grouping.html b/examples/advanced_init/row_grouping.html index 22a416dd..07327cc2 100644 --- a/examples/advanced_init/row_grouping.html +++ b/examples/advanced_init/row_grouping.html @@ -737,6 +737,7 @@ tr.group:hover {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/advanced_init/sort_direction_control.html b/examples/advanced_init/sort_direction_control.html index eb2c0479..0e136a88 100644 --- a/examples/advanced_init/sort_direction_control.html +++ b/examples/advanced_init/sort_direction_control.html @@ -694,6 +694,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/ajax/custom_data_flat.html b/examples/ajax/custom_data_flat.html index 820ea90f..aff2d1f6 100644 --- a/examples/ajax/custom_data_flat.html +++ b/examples/ajax/custom_data_flat.html @@ -245,6 +245,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/ajax/custom_data_property.html b/examples/ajax/custom_data_property.html index 3953b026..c0524f03 100644 --- a/examples/ajax/custom_data_property.html +++ b/examples/ajax/custom_data_property.html @@ -229,6 +229,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • diff --git a/examples/ajax/deep.html b/examples/ajax/deep.html index 244c44cf..c4ba5cad 100644 --- a/examples/ajax/deep.html +++ b/examples/ajax/deep.html @@ -248,6 +248,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/ajax/defer_render.html b/examples/ajax/defer_render.html index ac78df7a..525a9d5c 100644 --- a/examples/ajax/defer_render.html +++ b/examples/ajax/defer_render.html @@ -217,6 +217,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/ajax/index.html b/examples/ajax/index.html index 1d37ff4c..88f5bdfe 100644 --- a/examples/ajax/index.html +++ b/examples/ajax/index.html @@ -42,6 +42,7 @@
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/ajax/null_data_source.html b/examples/ajax/null_data_source.html index 5055bd60..431226bf 100644 --- a/examples/ajax/null_data_source.html +++ b/examples/ajax/null_data_source.html @@ -246,6 +246,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • diff --git a/examples/ajax/objects.html b/examples/ajax/objects.html index 7147d14b..8595380e 100644 --- a/examples/ajax/objects.html +++ b/examples/ajax/objects.html @@ -240,6 +240,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/ajax/objects_subarrays.html b/examples/ajax/objects_subarrays.html index de125532..8cbcd0db 100644 --- a/examples/ajax/objects_subarrays.html +++ b/examples/ajax/objects_subarrays.html @@ -261,6 +261,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/ajax/simple.html b/examples/ajax/simple.html index 3b1faf4b..b66d79e5 100644 --- a/examples/ajax/simple.html +++ b/examples/ajax/simple.html @@ -231,6 +231,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/api/add_row.html b/examples/api/add_row.html index c0a2290a..ef609cb9 100644 --- a/examples/api/add_row.html +++ b/examples/api/add_row.html @@ -240,6 +240,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/api/api_in_init.html b/examples/api/api_in_init.html index 8d651889..4c775bcb 100644 --- a/examples/api/api_in_init.html +++ b/examples/api/api_in_init.html @@ -690,6 +690,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/api/counter_columns.html b/examples/api/counter_columns.html index a8dbbba6..9b119cab 100644 --- a/examples/api/counter_columns.html +++ b/examples/api/counter_columns.html @@ -699,6 +699,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/api/form.html b/examples/api/form.html index 1e1c15aa..4255d839 100644 --- a/examples/api/form.html +++ b/examples/api/form.html @@ -1757,6 +1757,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/api/highlight.html b/examples/api/highlight.html index 2c27a581..49759d05 100644 --- a/examples/api/highlight.html +++ b/examples/api/highlight.html @@ -705,6 +705,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/api/multi_filter.html b/examples/api/multi_filter.html index e887c686..0b25cda4 100644 --- a/examples/api/multi_filter.html +++ b/examples/api/multi_filter.html @@ -708,6 +708,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/api/multi_filter_select.html b/examples/api/multi_filter_select.html index 1fbec3dd..fa30c118 100644 --- a/examples/api/multi_filter_select.html +++ b/examples/api/multi_filter_select.html @@ -700,6 +700,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/api/regex.html b/examples/api/regex.html index 4aca4c37..7ca6389d 100644 --- a/examples/api/regex.html +++ b/examples/api/regex.html @@ -785,6 +785,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/api/row_details.html b/examples/api/row_details.html index 6dfad201..35e518f2 100644 --- a/examples/api/row_details.html +++ b/examples/api/row_details.html @@ -325,6 +325,7 @@ tr.details td.details-control {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/api/select_row.html b/examples/api/select_row.html index 2ab3c0d4..d1379ce1 100644 --- a/examples/api/select_row.html +++ b/examples/api/select_row.html @@ -683,6 +683,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/api/select_single_row.html b/examples/api/select_single_row.html index 7b92b660..056ba990 100644 --- a/examples/api/select_single_row.html +++ b/examples/api/select_single_row.html @@ -699,6 +699,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/api/show_hide.html b/examples/api/show_hide.html index 1dbf01aa..9b563650 100644 --- a/examples/api/show_hide.html +++ b/examples/api/show_hide.html @@ -705,6 +705,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/api/tabs_and_scrolling.html b/examples/api/tabs_and_scrolling.html index f107678b..117256af 100644 --- a/examples/api/tabs_and_scrolling.html +++ b/examples/api/tabs_and_scrolling.html @@ -700,6 +700,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/basic_init/alt_pagination.html b/examples/basic_init/alt_pagination.html index f42aca2c..49466d78 100644 --- a/examples/basic_init/alt_pagination.html +++ b/examples/basic_init/alt_pagination.html @@ -687,6 +687,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/basic_init/complex_header.html b/examples/basic_init/complex_header.html index 599a2986..49fc8507 100644 --- a/examples/basic_init/complex_header.html +++ b/examples/basic_init/complex_header.html @@ -670,6 +670,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/basic_init/dom.html b/examples/basic_init/dom.html index 5f27f3b9..6be66294 100644 --- a/examples/basic_init/dom.html +++ b/examples/basic_init/dom.html @@ -733,6 +733,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/basic_init/filter_only.html b/examples/basic_init/filter_only.html index 53c3d36f..ed0241f1 100644 --- a/examples/basic_init/filter_only.html +++ b/examples/basic_init/filter_only.html @@ -664,6 +664,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/basic_init/flexible_width.html b/examples/basic_init/flexible_width.html index 49cc826b..d67106b5 100644 --- a/examples/basic_init/flexible_width.html +++ b/examples/basic_init/flexible_width.html @@ -667,6 +667,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/basic_init/hidden_columns.html b/examples/basic_init/hidden_columns.html index 9c962d7d..fb8a713b 100644 --- a/examples/basic_init/hidden_columns.html +++ b/examples/basic_init/hidden_columns.html @@ -693,6 +693,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/basic_init/language.html b/examples/basic_init/language.html index c86c40ac..5238b6e0 100644 --- a/examples/basic_init/language.html +++ b/examples/basic_init/language.html @@ -674,6 +674,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/basic_init/multi_col_sort.html b/examples/basic_init/multi_col_sort.html index cedd67ab..a589d7ca 100644 --- a/examples/basic_init/multi_col_sort.html +++ b/examples/basic_init/multi_col_sort.html @@ -631,6 +631,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/basic_init/multiple_tables.html b/examples/basic_init/multiple_tables.html index 7009843e..21d097d9 100644 --- a/examples/basic_init/multiple_tables.html +++ b/examples/basic_init/multiple_tables.html @@ -462,6 +462,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/basic_init/scroll_x.html b/examples/basic_init/scroll_x.html index ee892f93..84d590a6 100644 --- a/examples/basic_init/scroll_x.html +++ b/examples/basic_init/scroll_x.html @@ -841,6 +841,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/basic_init/scroll_xy.html b/examples/basic_init/scroll_xy.html index 617ed2ec..a633bbd0 100644 --- a/examples/basic_init/scroll_xy.html +++ b/examples/basic_init/scroll_xy.html @@ -834,6 +834,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/basic_init/scroll_y.html b/examples/basic_init/scroll_y.html index 99a229de..f995fc06 100644 --- a/examples/basic_init/scroll_y.html +++ b/examples/basic_init/scroll_y.html @@ -676,6 +676,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/basic_init/scroll_y_theme.html b/examples/basic_init/scroll_y_theme.html index 57da4e7d..164d7f61 100644 --- a/examples/basic_init/scroll_y_theme.html +++ b/examples/basic_init/scroll_y_theme.html @@ -667,6 +667,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/basic_init/state_save.html b/examples/basic_init/state_save.html index 7d93bd78..6cf448f9 100644 --- a/examples/basic_init/state_save.html +++ b/examples/basic_init/state_save.html @@ -676,6 +676,7 @@ $('#example').dataTable( {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/basic_init/table_sorting.html b/examples/basic_init/table_sorting.html index 1d0732bf..d8d97ae0 100644 --- a/examples/basic_init/table_sorting.html +++ b/examples/basic_init/table_sorting.html @@ -671,6 +671,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/basic_init/zero_configuration.html b/examples/basic_init/zero_configuration.html index 0435d17f..354ab58c 100644 --- a/examples/basic_init/zero_configuration.html +++ b/examples/basic_init/zero_configuration.html @@ -660,6 +660,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/data_sources/ajax.html b/examples/data_sources/ajax.html index 51ccb99f..266cd846 100644 --- a/examples/data_sources/ajax.html +++ b/examples/data_sources/ajax.html @@ -218,6 +218,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/data_sources/dom.html b/examples/data_sources/dom.html index fea9acf2..01ed2f79 100644 --- a/examples/data_sources/dom.html +++ b/examples/data_sources/dom.html @@ -660,6 +660,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/data_sources/js_array.html b/examples/data_sources/js_array.html index 47c05608..76129941 100644 --- a/examples/data_sources/js_array.html +++ b/examples/data_sources/js_array.html @@ -328,6 +328,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/data_sources/server_side.html b/examples/data_sources/server_side.html index 8755167b..8b33c7a6 100644 --- a/examples/data_sources/server_side.html +++ b/examples/data_sources/server_side.html @@ -219,6 +219,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/plug-ins/api.html b/examples/plug-ins/api.html index 5328c4d9..a8be0971 100644 --- a/examples/plug-ins/api.html +++ b/examples/plug-ins/api.html @@ -714,6 +714,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/plug-ins/dom_sort.html b/examples/plug-ins/dom_sort.html index a4aa280b..ac6d9bb3 100644 --- a/examples/plug-ins/dom_sort.html +++ b/examples/plug-ins/dom_sort.html @@ -1806,6 +1806,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/plug-ins/range_filtering.html b/examples/plug-ins/range_filtering.html index bf2a1cd2..75e5be62 100644 --- a/examples/plug-ins/range_filtering.html +++ b/examples/plug-ins/range_filtering.html @@ -722,6 +722,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/plug-ins/sorting_auto.html b/examples/plug-ins/sorting_auto.html index 61b6200c..bc2d0eb3 100644 --- a/examples/plug-ins/sorting_auto.html +++ b/examples/plug-ins/sorting_auto.html @@ -694,6 +694,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/plug-ins/sorting_manual.html b/examples/plug-ins/sorting_manual.html index 201a1f2e..4c1c225c 100644 --- a/examples/plug-ins/sorting_manual.html +++ b/examples/plug-ins/sorting_manual.html @@ -691,6 +691,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/server_side/custom_vars.html b/examples/server_side/custom_vars.html index 4f3054b1..84257ce7 100644 --- a/examples/server_side/custom_vars.html +++ b/examples/server_side/custom_vars.html @@ -234,6 +234,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/server_side/defer_loading.html b/examples/server_side/defer_loading.html index 144a68d4..dc19b142 100644 --- a/examples/server_side/defer_loading.html +++ b/examples/server_side/defer_loading.html @@ -304,6 +304,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/server_side/ids.html b/examples/server_side/ids.html index 1c8d10c5..6c76561c 100644 --- a/examples/server_side/ids.html +++ b/examples/server_side/ids.html @@ -238,6 +238,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/server_side/jsonp.html b/examples/server_side/jsonp.html index 908ace60..976eadae 100644 --- a/examples/server_side/jsonp.html +++ b/examples/server_side/jsonp.html @@ -227,6 +227,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/server_side/object_data.html b/examples/server_side/object_data.html index 07a89db2..9cec39a0 100644 --- a/examples/server_side/object_data.html +++ b/examples/server_side/object_data.html @@ -230,6 +230,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/server_side/pipeline.html b/examples/server_side/pipeline.html index ee29ef74..c9dcc98c 100644 --- a/examples/server_side/pipeline.html +++ b/examples/server_side/pipeline.html @@ -397,6 +397,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/server_side/post.html b/examples/server_side/post.html index dcc28f88..dcecb7e2 100644 --- a/examples/server_side/post.html +++ b/examples/server_side/post.html @@ -242,6 +242,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/server_side/row_details.html b/examples/server_side/row_details.html index 140469c9..87193cba 100644 --- a/examples/server_side/row_details.html +++ b/examples/server_side/row_details.html @@ -304,6 +304,7 @@ tr.details td.details-control {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/server_side/select_rows.html b/examples/server_side/select_rows.html index 9c005686..bb52eeac 100644 --- a/examples/server_side/select_rows.html +++ b/examples/server_side/select_rows.html @@ -255,6 +255,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/server_side/simple.html b/examples/server_side/simple.html index f05eb827..a88cc590 100644 --- a/examples/server_side/simple.html +++ b/examples/server_side/simple.html @@ -219,6 +219,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/styling/bootstrap.html b/examples/styling/bootstrap.html index ab1ffa99..ef07bc8a 100644 --- a/examples/styling/bootstrap.html +++ b/examples/styling/bootstrap.html @@ -672,6 +672,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/styling/cell-border.html b/examples/styling/cell-border.html index d3168c9f..7f7f82ee 100644 --- a/examples/styling/cell-border.html +++ b/examples/styling/cell-border.html @@ -657,6 +657,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/styling/display.html b/examples/styling/display.html index 486bca84..671c46fa 100644 --- a/examples/styling/display.html +++ b/examples/styling/display.html @@ -673,6 +673,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/styling/foundation.html b/examples/styling/foundation.html index b4f0f427..77c18f37 100644 --- a/examples/styling/foundation.html +++ b/examples/styling/foundation.html @@ -671,6 +671,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/styling/hover.html b/examples/styling/hover.html index aa0564a0..245c3fa9 100644 --- a/examples/styling/hover.html +++ b/examples/styling/hover.html @@ -657,6 +657,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/styling/jqueryUI.html b/examples/styling/jqueryUI.html index 679e4ec6..a509ea77 100644 --- a/examples/styling/jqueryUI.html +++ b/examples/styling/jqueryUI.html @@ -676,6 +676,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/styling/no-classes.html b/examples/styling/no-classes.html index 5809e967..3e40b9f1 100644 --- a/examples/styling/no-classes.html +++ b/examples/styling/no-classes.html @@ -657,6 +657,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/styling/order-column.html b/examples/styling/order-column.html index bc49be75..71f1185e 100644 --- a/examples/styling/order-column.html +++ b/examples/styling/order-column.html @@ -658,6 +658,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/styling/row-border.html b/examples/styling/row-border.html index 6d3c690a..1723f534 100644 --- a/examples/styling/row-border.html +++ b/examples/styling/row-border.html @@ -657,6 +657,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source
  • diff --git a/examples/styling/stripe.html b/examples/styling/stripe.html index dad0e1e6..221b2675 100644 --- a/examples/styling/stripe.html +++ b/examples/styling/stripe.html @@ -656,6 +656,7 @@ $(document).ready(function() {
  • Ajax data source (objects)
  • Nested object data (objects)
  • Nested object data (arrays)
  • +
  • Orthogonal data
  • Generated content for a column
  • Custom data source property
  • Flat array data source