5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 15, 2024 — Nov 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed: fnDestroy didn't restore columns which had been hidden by DataTables, resulting in these columns being completely lost - 2569 More... about 15 years ago
Fixed: The width of the table is now not fixed to the width of the container when scrolling is not applied (this is the same behaviour as 1.6-) - 2530 More... about 15 years ago
Fixed: The width of the table is now not fixed to the width of the container when scrolling is not applied (this is the same behaviour as 1.6-) - 2530 More... about 15 years ago
Fixed (from last commit): Incorrect variable when saving state caused state saving to stop working More... about 15 years ago
Fixed (from last commit): Incorrect variable when saving state caused state saving to stop working More... about 15 years ago
New: Cookie callback function (can be passed as an initialisation parameter) called fnCookieCallback, which allows the developer to modify the information stored in the cookie. Takes four arguments (sName, oData, sExpires, sPath) and expects a complete cookie string to be returned (with name, value, expires and path correctly formatted). More... about 15 years ago
New: Cookie callback function (can be passed as an initialisation parameter) called fnCookieCallback, which allows the developer to modify the information stored in the cookie. Takes four arguments (sName, oData, sExpires, sPath) and expects a complete cookie string to be returned (with name, value, expires and path correctly formatted). More... about 15 years ago
Fixed: The second parameter for fnServerData was being passed as null when used without server-side processing. It makes much more sense to pass an empty array - 2553 More... about 15 years ago
Fixed: The second parameter for fnServerData was being passed as null when used without server-side processing. It makes much more sense to pass an empty array - 2553 More... about 15 years ago
Fixed: The second parameter for fnServerData was being passed as null when used without server-side processing. It makes much more sense to pass an empty array - 2553 More... about 15 years ago
Fixed: The second parameter for fnServerData was being passed as null when used without server-side processing. It makes much more sense to pass an empty array - 2553 More... about 15 years ago
Updated: Warning when adding a new row when the length doesn't match the known number of columns has been updated to indicate the known columns and what was added. Thanks to Adam Sah for this. More... about 15 years ago
Updated: Warning when adding a new row when the length doesn't match the known number of columns has been updated to indicate the known columns and what was added. Thanks to Adam Sah for this. More... about 15 years ago
Fixed: Setting a negative width in IE results in an error (fair enough) - so stop this from happening - 2544 More... about 15 years ago
Fixed: Setting a negative width in IE results in an error (fair enough) - so stop this from happening - 2544 More... about 15 years ago
New: Language callback function for the information element. This can be used to customise the language shown in the information element beyond what is possible with the built in language string options (for example plurals). The arguments are fnInfoCallback( oSettings, iStart, iEnd, iMax /*no filter*/, iTotal /*after filter*/, sOut /*DT rendered string*/ ) - 2520 More... about 15 years ago
New: Language callback function for the information element. This can be used to customise the language shown in the information element beyond what is possible with the built in language string options (for example plurals). The arguments are fnInfoCallback( oSettings, iStart, iEnd, iMax /*no filter*/, iTotal /*after filter*/, sOut /*DT rendered string*/ ) - 2520 More... about 15 years ago
Updated: Complex headers have been relaxed such that TH elements no longer need to be unique. There does need to be the correct TH elements with colspans and rowspans which add up, and each column requires at least one TH element for itself, but it is now possible to have two (or more) TH elements for each column. More... about 15 years ago
Updated: Complex headers have been relaxed such that TH elements no longer need to be unique. There does need to be the correct TH elements with colspans and rowspans which add up, and each column requires at least one TH element for itself, but it is now possible to have two (or more) TH elements for each column. More... about 15 years ago
Fixed: Typo for tfoot, should be tbody - "Sanity check that there is a thead and tfoot. If not let's just create them" More... about 15 years ago
Fixed: Typo for tfoot, should be tbody - "Sanity check that there is a thead and tfoot. If not let's just create them" More... about 15 years ago
Bug fixes for 2440, 2512 and 2530 More... over 15 years ago
Bug fixes for 2440, 2512 and 2530 More... over 15 years ago
Fixed: Columns with zero length strings only in them and with a given width would be missed from the width calculations - 2530 More... over 15 years ago
Fixed: Columns with zero length strings only in them and with a given width would be missed from the width calculations - 2530 More... over 15 years ago
Fixed: Rows with HTML entities and BR tags in them could break filtering in IE and Opera - 2512 More... over 15 years ago
Fixed: Rows with HTML entities and BR tags in them could break filtering in IE and Opera - 2512 More... over 15 years ago
Fixed: When displaying full data set with server-side processing (_iDisplayLength = -1), this would incorrectly be shown in the table information - 2440 More... over 15 years ago
Fixed: When displaying full data set with server-side processing (_iDisplayLength = -1), this would incorrectly be shown in the table information - 2440 More... over 15 years ago
Initial commit - DataTables 1.7.0 More... over 15 years ago