mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-01 13:24:10 +01:00
0f2cc15217
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(). |
||
---|---|---|
.. | ||
alt_pagination.html | ||
base_themeroller.html | ||
base.html | ||
complex_header.html | ||
dom.html | ||
filter_only.html | ||
flexible_width.html | ||
foundation.html | ||
hidden_columns.html | ||
html5.html | ||
language.html | ||
multi_col_sort.html | ||
multiple_tables.html | ||
scroll_x.html | ||
scroll_xy.html | ||
scroll_y_infinite.html | ||
scroll_y_theme.html | ||
scroll_y.html | ||
state_save.html | ||
table_sorting.html | ||
themes.html | ||
zero_config.html |