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-04-04 22:25:22 +02:00
Code
Issues
Releases
Activity
DataTables
/
media
/
src
History
Allan Jardine
177400121e
Fix: Documentation typo or sWidth
2013-02-01 10:04:20 +00:00
..
api
Update: fnUpdate is now inline with the changes to how data can be added to the table. Rather than taking a copy of the data source, it will simply assign the data given to the row (if it is given for the row) and apply it. Documentation comments update as well.
2012-11-01 21:56:02 +00:00
core
Merge branch 'master' of github.com:DataTables/DataTables
2012-12-21 09:36:10 +00:00
ext
Dev: A bit of love for hte type detection functions. Tidy them up and improve the comments.
2012-11-02 08:43:37 +00:00
model
Fix: Documentation typo or sWidth
2013-02-01 10:04:20 +00:00
DataTables.js
New: DataTables now uses HTML5
localStorage
by default for state saving. This has a number of advantages over cookies, the first of which is that we are no longer limited to 4KiB in size. It also makes HTTP requests faster since they aren't included in the HTTP transport. Better yet, the removal of the cookie code reduces the DataTables minified size by 1.5K (1573 bytes). It must be noted that this does mean that IE6/7 don't, by default, work with state saving in DataTables. If support for those browsers is required, then fnStateSaveCallback and fnStateLoadCallback must be used by the developer to define their own state saving methods.
2012-10-31 18:09:41 +00:00