1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-01 13:24:10 +01:00
DataTables/examples
Allan Jardine 0f2cc15217 New: HTML5 data attribute support. data-* attributes can now be used to
source orthogonal data for filtering, sorting and type detection data.

- In HTML5 the data-* attributes can be used to add semantic data to an
  HTML page, which a user will not see, but the scripts on the page can
  interact with. DataTables now has the ability to use these attributes
  (actually any attribute can be used) as a data source. Previously DOM
  sourced tables always used just the content of the cells for all data
  interaction, but this can provide advanced controls in just the same
  way that Javascript / Ajax sourced data can do orthogonal data in
  DataTables.

- A typical use case is to provide numeric sorting information for
  complex formatted dates that the browser doesn't understand with
  Date.prase().
2013-06-16 09:49:18 +01:00
..
advanced_init Example: Removed localStorage example 2013-02-04 19:48:39 +00:00
ajax Examples: Updating examples for the new ajax property 2013-02-10 12:26:42 +00:00
api New: child row API methods for showing / hiding child rows 2013-05-07 17:56:07 +01:00
basic_init New: HTML5 data attribute support. data-* attributes can now be used to 2013-06-16 09:49:18 +01:00
data_sources Fix:Server-side scripts security flaw - The example server-side scripts 2012-12-21 09:33:41 +00:00
examples_support Update: Examples syntax highlighter needs to use on rather than live 2013-02-01 10:03:26 +00:00
plug-ins Fix #186 - Examples - fix typo 2013-04-23 17:15:29 +01:00
server_side Examples: Updating examples for the new ajax property 2013-02-10 12:26:42 +00:00
index.html Fix - examples: Remove link to custom column ordering - now recommended mDataProp 2012-02-10 07:38:45 +00:00