This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
DataTables
Watch
1
Star
0
Fork
0
You've already forked DataTables
mirror of
https://github.com/DataTables/DataTables.git
synced
2025-02-01 00:52:11 +01:00
Code
Issues
Releases
Activity
DataTables
/
.datatables-commit-sync
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
19a4f46a4f58fd7d24197f3ab6b550a4fd29dcae
Reference in New Issue
Copy Permalink