1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-01 13:24:10 +01:00
DataTables/examples
2015-07-06 21:04:51 +01:00
..
advanced_init Sync repos: Add html data options example 2015-02-10 14:27:53 +00:00
ajax New: DataTables intialisation options can now be specified using HTML data-* attributes on the HTML <table> tag and on the cells of the column headers in the table. 2015-02-06 16:35:34 +00:00
api New: dt-api rows().every(), dt-api columns().every() and dt-api cells().every() iterator methods to make it easier to perform operations on the table elements. This is done by setting the context of the callback provided to be the singular expression for the table elemtn in question. This basically means you can access the singular methods from this - e.g. this.data() will get the data for the element, this.node() will get the cell when using dt-api cells().every() etc. The exisiting interator methods of dt-api each() and dt-api iterator() remain, and each has its own place for optimial usage of the API, but it is likely that the majority of use will switch to focus on these new methods. The examples in the rest of hte documentation has been updated to reflect this fact. 2015-03-03 15:42:36 +00:00
basic_init Fix - example: Comment about dt-init columns.orderData incorrectly stated that the sort direction could be specified. 2015-07-06 21:02:06 +01:00
data_sources Merge pull request #43 from cdaringe/bugfix/jq-2.1.4-sppt 2015-05-30 14:09:37 +01:00
plug-ins Dev: Updating Editor build for new framework structure 2015-05-12 09:52:16 +01:00
resources Fixed event handlers in table headers in IE8 2015-06-10 09:45:55 +01:00
server_side Dev: Latest extension built commands. This is not yet complete! 2015-07-06 21:04:51 +01:00
styling Dev: Update Bootstrap example to use the styling framework build code 2015-07-06 21:04:14 +01:00
index.html New: DataTables intialisation options can now be specified using HTML data-* attributes on the HTML <table> tag and on the cells of the column headers in the table. 2015-02-06 16:35:34 +00:00