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-01-19 12:52:11 +01:00
Code
Issues
Releases
Activity
DataTables
/
.datatables-commit-sync
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update: Allow a `window` to be passed in for CommonJS factory which gives DataTables the ability to be used in a headless environment (server-side rendering for example) - Factory builder redesigned to pass in window and document to the factory method, mandating a small update to the AMD and Browser loaders - Main change in is the CommonJS loader which can now optionally have a window object passed in - if it is not passed in `window` will be used (if this is the case in a CommonJS environment without a root object being passed in an error will occur). - DataTables caches a reference to the jQuery instance so the plug-ins can easily reference jQuery while retaining their current return of the module they define. This basically means that DataTables core will include jQuery for the plug-ins. - This does increase the core library size by ~160 bytes which is rather frustrating, but I think this is the correct way to go about it - With thanks to Evan Carroll for input on this: https://github.com/DataTables/Plugins/issues/199
2015-11-03 16:32:39 +00:00
5ea57765c075b407d0c795404b63f54efc3c000f
Reference in New Issue
Copy Permalink