1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-03 15:24:10 +01:00
DataTables/examples/server_side/scripts
Allan Jardine 7f9f954d99 New: eq() API method to reduce an API instance to just a single context
and result set for the plural methods.

Fix: Row details events were itterating over non-DataTables rows
creating a Javascript error

Fix: Example - Server-side processing row details example updated to be
able to restore the details row on a redraw.

Update: Documentation - Most examples which used `flatten()` are more
correct to use the new `eq()` method, so they have been updated.

- This set of changes is based on the discussion in thread 19377. While
  working on the fix, I realised that the use of flatten() is too broad,
  so the new `eq()` function is introduced. It is similar to the jQuery
  eq() method in that it reduces the instance to just the selected
  index, although in DataTables this is both the context and the result
  set. Its a small addition, but I think it will provide to be very
  useful
2014-02-11 11:04:50 +00:00
..
data.sql New: language.decimal option. This option can be used to tell 2014-02-10 17:07:22 +00:00
ids-arrays.php New: eq() API method to reduce an API instance to just a single context 2014-02-11 11:04:50 +00:00
ids-objects.php New: eq() API method to reduce an API instance to just a single context 2014-02-11 11:04:50 +00:00
jsonp.php Dev: Tidy up SSP scripts so the db include for test env. is done only 2014-01-21 08:20:03 +00:00
objects.php Dev: Tidy up SSP scripts so the db include for test env. is done only 2014-01-21 08:20:03 +00:00
post.php Dev: Tidy up SSP scripts so the db include for test env. is done only 2014-01-21 08:20:03 +00:00
server_processing.php Dev: Tidy up SSP scripts so the db include for test env. is done only 2014-01-21 08:20:03 +00:00
ssp.class.php Dev: Tidy up SSP scripts so the db include for test env. is done only 2014-01-21 08:20:03 +00:00