1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-01 13:24:10 +01:00
DataTables/examples/server_side/scripts
Allan Jardine 9e3a51200a Examples: Server-side processing - updates to the SSP class to have a
simple() static method which makes it very easy to make a server-side
processing request.

- In the examples the SQL statements are all basically the same, so
  having this method to wrap them into a single function cal absolutely
  makes sense.

- Also added a `formatter` option to the columns array which will format
  the data as needed using a closure function.
2013-12-11 12:04:58 +00:00
..
data.sql New - examples: Examples updated and restyled for DataTables 1.10 2013-10-16 12:13:30 +01:00
ids-arrays.php Examples: Server-side processing - updates to the SSP class to have a 2013-12-11 12:04:58 +00:00
ids-objects.php Examples: Server-side processing - updates to the SSP class to have a 2013-12-11 12:04:58 +00:00
jsonp.php Examples: Server-side processing - updates to the SSP class to have a 2013-12-11 12:04:58 +00:00
objects.php Examples: Server-side processing - updates to the SSP class to have a 2013-12-11 12:04:58 +00:00
post.php Examples: Server-side processing - updates to the SSP class to have a 2013-12-11 12:04:58 +00:00
server_processing.php Examples: Server-side processing - updates to the SSP class to have a 2013-12-11 12:04:58 +00:00
ssp.class.php Examples: Server-side processing - updates to the SSP class to have a 2013-12-11 12:04:58 +00:00