.. |
_zero_config.js
|
Initial commit - DataTables 1.7.0
|
2010-08-17 08:42:13 +01:00 |
6872-default-content-missing-props.js
|
Fix: When mDataProp was used to get a nested object, but a parent object didn't exist it would throw an unrecoverable error. With this change the behaviour matches that of single level data whereby if data cannot be found, at any level, then undefined is returned from the data get object. This means that if sDefaultContent is defined then that will be used instead, and if not defined an error will still be given (although this one under DataTables' control).
|
2012-02-01 08:16:49 +00:00 |
8549--string-sorting-nonstrings.js
|
Fix: When sorting non-string data as a string (type to type detection) then DataTables 1.9 would automatically convert the non-string data to an empty string so it can be sorted. This can result in unexpected ordering in the table. The fix is to check for a toString() function that is available for the data and if it is there, then use it (great for numeric data, dates etc), otherwise the empty string is used (null, methods without toString). This brings 1.9 back into line with how 1.8 behaved - 8549
|
2012-02-17 09:29:41 +00: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
|
Fix: fnRender unit tests need to be updated for the change to the second argument being passed
|
2011-12-27 13:54:22 +00: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
|
Unit tests were using asStripClasses which was an old legacy typo... It should be asStripeClasses and I've removed the alias in 1.9, thus the unit tests need to be updated.
|
2011-12-04 18:11:36 +00: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 |
fnCreatedCell.js
|
New: Add unit tests for fnCreatedCell and fnCreatedRow
|
2011-12-28 11:12:30 +00:00 |
fnCreatedRow.js
|
New: Add unit tests for fnCreatedCell and fnCreatedRow
|
2011-12-28 11:12:30 +00: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 |
fnInitComplete.js
|
Tidy up use of typeof and undefined in DataTables - the main goal is to reduce code size under 70K here, but its a good opertunity to get this area sorted out. Note that the unit test update for fnInitComplete is because 'json' is now always passed through, although it will be undefined in anything but Ajax sourced client-side processing.
|
2011-12-14 13:35:49 +00: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 |
js_data_mixed_types.js
|
Fix unit test: Number of errors in this test
|
2012-04-13 18:23:19 +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
|
Dev fix: fnDestry wasn't reapplying original with correctly due to a mistake in an earlier commit - picked up by unit tests
|
2011-06-25 17:43:47 +01:00 |
oLanguage.sProcessing.js
|
Initial commit - DataTables 1.7.0
|
2010-08-17 08:42:13 +01:00 |
oLanguage.sSearch.js
|
Dev fix: fnDestry wasn't reapplying original with correctly due to a mistake in an earlier commit - picked up by unit tests
|
2011-06-25 17:43:47 +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
|
Fix: Unit test compatibility fix for IE7
|
2011-09-10 10:35:03 +01:00 |
sPaginationType.js
|
Update unit tests to take account of the change to the pagination elements now being A tags, rather than SPANs/DIVs. Good that the change broke the unit tests since it is backwards incompatible
|
2011-12-06 16:18:50 +00:00 |