Sha256: 4a360c8c53ee1192d7a723aa6afa3029e3158d5429e7760d5236e2f8e99a80e2
Contents?: true
Size: 701 Bytes
Versions: 28
Compression:
Stored size: 701 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/objects.txt", "aoColumns": [ { "mDataProp": "engine" }, { "mDataProp": "browser" }, { "mDataProp": "platform" }, { "mDataProp": "version" }, { "mDataProp": "grade" } ] } ); var oSettings = oTable.fnSettings(); oTest.fnWaitTest( "Server side is off by default", null, function () { return oSettings.sAjaxSource == "../../../examples/ajax/sources/objects.txt"; } ); oTest.fnComplete(); } );
Version data entries
28 entries across 28 versions & 1 rubygems