..
_zero_config.js
Fixed: When displaying full data set with server-side processing (_iDisplayLength = -1), this would incorrectly be shown in the table information - 2440
2010-08-17 18:39:57 +01:00
-complex_header.js
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.
2010-08-17 23:03:17 +01:00
2512.js
Fixed: Rows with HTML entities and BR tags in them could break filtering in IE and Opera - 2512
2010-08-17 18:47:07 +01:00
2530.js
Fixed: Columns with zero length strings only in them and with a given width would be missed from the width calculations - 2530
2010-08-17 19:00:46 +01:00
aaSorting.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
aaSortingFixed.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
aoColumns.bSearchable.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
aoColumns.bSortable.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
aoColumns.bUseRendered.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
aoColumns.bVisible.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
aoColumns.fnRender.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
aoColumns.iDataSort.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
aoColumns.sClass.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
aoColumns.sName.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
aoColumns.sTitle.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
aoColumns.sWidth.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
aoSearchCols.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
asStripClasses.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
bAutoWidth.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
bFilter.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
bInfo.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
bLengthChange.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
bPaginate.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
bProcessing.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
bServerSide.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
bSort.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
bSortClasses.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
fnCookieCallback.js
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).
2010-08-20 18:52:16 +01:00
fnDrawCallback.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
fnFooterCallback.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
fnHeaderCallback.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
fnInfoCallback.js
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
2010-08-17 23:29:12 +01:00
fnInitComplete.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
fnRowCallback.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
iDisplayLength.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
oLanguage.oPaginate.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
oLanguage.sInfo.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
oLanguage.sInfoEmpty.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
oLanguage.sInfoPostFix.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
oLanguage.sLengthMenu.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
oLanguage.sProcessing.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
oLanguage.sSearch.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
oLanguage.sUrl.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
oLanguage.sZeroRecords.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
oSearch.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
sAjaxSource.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
sDom.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00
sPaginationType.js
Initial commit - DataTables 1.7.0
2010-08-17 08:42:13 +01:00