AnonSec Shell
Server IP : 92.204.138.22  /  Your IP : 18.119.134.171
Web Server : Apache
System : Linux ns1009439.ip-92-204-138.us 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64
User : internationaljou ( 1019)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/internationaljou/www/admin/bower_components/datatables/media/unit_testing/tests_onhold/4_server-side/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/internationaljou/www/admin/bower_components/datatables/media/unit_testing/tests_onhold/4_server-side/2440.js
// DATA_TEMPLATE: empty_table
/*
 * NOTE: There are some differences in this zero config script for server-side
 * processing compared to the other data sources. The main reason for this is the
 * difference in how the server-side processing does it's filtering. Also the
 * sorting state is always reset on each draw.
 */
oTest.fnStart( "Info element with display all" );

$(document).ready( function () {
	var oTable = $('#example').dataTable( {
		"bServerSide": true,
		"sAjaxSource": "../../../examples/server_side/scripts/server_processing.php"
	} );
	
	oTable.fnSettings()._iDisplayLength = -1;
	oTable.oApi._fnCalculateEnd( oTable.fnSettings() );
	oTable.fnDraw();
	
	
	/* Basic checks */
	oTest.fnWaitTest( 
		"Check length is correct when -1 length given",
		null,
		function () {
			return document.getElementById('example_info').innerHTML == 
				"Showing 1 to 57 of 57 entries";
		}
	);
	
	oTest.fnComplete();
} );

Anon7 - 2022
AnonSec Team