.. |
_zero_config.js
|
Initial commit - DataTables 1.7.0
|
2010-08-17 08:42:13 +01:00 |
-iDraw.js
|
New: Infinite scrolling! Building on the scrolling feature set that was introduced with 1.7, you can now have DataTables do infinite scrolling (bScrollInfinite: true), where data is loaded dynamically as and when needed by the user's interaction with scrolling. Infinite scrolling can be used by all DataTables' supported data sources without modification.
|
2010-09-05 10:21:26 +01:00 |
2440.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 |
2569.js
|
Fixed: Destroying a scrolling table was not correctly reassembling the table from it's component parts which are split up for scrolling.
|
2010-09-08 20:40:18 +01:00 |
2600.js
|
Fixed: The 'rewind' of the display start point wasn't being calculated in the same way for server-side processing and client-side. This was due to a bug in the calculation of fnDisplayEnd for server-side - 2600.
|
2010-09-14 20:19:21 +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.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 |
bInfiniteScroll.js
|
Fixed: When infinite scrolling, DataTables would clear it's internal cache of rows on every draw, when server-side processing was being used. This could result in fnGetNodes giving only a subset of the nodes which are visible, rather than the full set (which it now does).
|
2010-09-15 10:29:03 +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 |
fnDrawCallback.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 |
fnInitComplete.js
|
Fixed: fnInitComplete was being called too early for server-side processing. It is now called after the first draw is complete, like the other data sources.
|
2010-09-07 21:37:56 +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 |