1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-01 13:24:10 +01:00
DataTables/examples/examples_support
Allan Jardine a6365b3f69 Updated: Server-side processing script for column re-ordering has been updated to take account of sNames parameter which is sent in from DataTables, and also brought up to date with the main server-side processing script.
Changed: From the previous commit sNames sent from the client to server is now a comma seperated list of sNames and is always sent regardless of if names are given or not. This matches the sName formatting for the server-to-client return.
2010-10-29 08:48:13 +01:00
..
themes Fixed: Themeroller 1.8 introduced a few changes from 1.7 (main fg-button* > ui-button) which was causing 1.8 themes to not show correctly. This release updates DataTables to use ThemeRoller 1.8 themes by default, but retains 1.7 backwards compatibility for now (to be removed in future) - 1559 2010-08-22 13:48:20 +01:00
data.sql Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
de_DE.txt Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
details_close.png Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
details_open.png Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
editable_ajax.php Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
index.html Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
infiniteScroll.php Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
jquery-ui-tabs.js Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
jquery.jeditable.js Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
jquery.tooltip.css Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
jquery.tooltip.js Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
json_source2.txt Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
json_source.txt Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
server_processing_details_col.php Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
server_processing_filter_col.php Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
server_processing_id.php Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
server_processing_ordering.php Updated: Server-side processing script for column re-ordering has been updated to take account of sNames parameter which is sent in from DataTables, and also brought up to date with the main server-side processing script. 2010-10-29 08:48:13 +01:00
server_processing_post.php Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
server_processing.php Updated: server-side processing example script updated to use json_encode, so this version will now require PHP 5.2 or newer. A version for older PHP versions can be found here: http://datatables.net/development/server-side/php_mysql4 2010-10-07 18:09:04 +01:00