Sha256: f7e68e39140eb6ad318b66b268ea89d2c8cc17f5857ed2a4d270d8b3171b8bbb
Contents?: true
Size: 525 Bytes
Versions: 28
Compression:
Stored size: 525 Bytes
Contents
// DATA_TEMPLATE: empty_table oTest.fnStart( "sAjaxSource" ); /* Sanitfy check really - all the other tests blast this */ $(document).ready( function () { /* Check the default */ var oTable = $('#example').dataTable( { "sAjaxSource": "../../../examples/ajax/sources/arrays.txt" } ); var oSettings = oTable.fnSettings(); oTest.fnWaitTest( "Server side is off by default", null, function () { return oSettings.sAjaxSource == "../../../examples/ajax/sources/arrays.txt"; } ); oTest.fnComplete(); } );
Version data entries
28 entries across 28 versions & 1 rubygems