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-20 18:54:15 +01:00
Code
Issues
Releases
Activity
DataTables
/
media
/
js
History
Allan Jardine
6c9c5433eb
Fix:
dt-api cell().data()
would not return
null
values for cells if defaultContent was set. It should return the original data point for that cell, even if it is
null
. This also effects
dt-api column().data()
and their plural counterparts.
2016-01-07 15:26:52 +00:00
..
dataTables.bootstrap.js
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)
2015-11-03 16:32:39 +00:00
dataTables.bootstrap.min.js
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)
2015-11-03 16:32:39 +00:00
dataTables.foundation.js
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)
2015-11-03 16:32:39 +00:00
dataTables.foundation.min.js
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)
2015-11-03 16:32:39 +00:00
dataTables.jqueryui.js
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)
2015-11-03 16:32:39 +00:00
dataTables.jqueryui.min.js
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)
2015-11-03 16:32:39 +00:00
jquery.dataTables.js
Fix:
dt-api cell().data()
would not return
null
values for cells if defaultContent was set. It should return the original data point for that cell, even if it is
null
. This also effects
dt-api column().data()
and their plural counterparts.
2016-01-07 15:26:52 +00:00
jquery.dataTables.min.js
Fix:
dt-api cell().data()
would not return
null
values for cells if defaultContent was set. It should return the original data point for that cell, even if it is
null
. This also effects
dt-api column().data()
and their plural counterparts.
2016-01-07 15:26:52 +00:00
jquery.js
Dev: Update to jQuery 1.11.3
2015-04-30 14:00:53 +01:00