1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-01 13:24:10 +01:00
DataTables/examples/server_side/scripts
2015-01-11 16:26:59 +00:00
..
ids-arrays.php Dev: Renaming demo database table for naming consistency 2014-04-16 16:27:38 +01:00
ids-objects.php Dev: Renaming demo database table for naming consistency 2014-04-16 16:27:38 +01:00
jsonp.php Dev: Renaming demo database table for naming consistency 2014-04-16 16:27:38 +01:00
mysql.sql Fix: Example SQL database had extension field as an integer. However, that meant that numbers such as 0001 were not correctly saved 2014-09-08 15:14:33 +01:00
objects.php Dev: Renaming demo database table for naming consistency 2014-04-16 16:27:38 +01:00
post.php Dev: Renaming demo database table for naming consistency 2014-04-16 16:27:38 +01:00
postgres.sql Fix: Example SQL database had extension field as an integer. However, that meant that numbers such as 0001 were not correctly saved 2014-09-08 15:14:33 +01:00
server_processing.php Dev: Renaming demo database table for naming consistency 2014-04-16 16:27:38 +01:00
sqlite.sql Fix: Example SQL database had extension field as an integer. However, that meant that numbers such as 0001 were not correctly saved 2014-09-08 15:14:33 +01:00
sqlserver.sql Fix examples: SQLServer demo SQL gave a warning about inserting ids on an identify column 2014-09-22 10:50:24 +01:00
ssp.class.php New: where condition controls for the example PHP server-side processing class (SSP). This takes the form of a new complex method (to compliment the exisiting simple method) which accepts where parameters that can be used for either user based filtering, or server based filtering. 2015-01-11 16:26:59 +00:00