| 0 | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | 
|  | 2 <html> | 
|  | 3 	<head> | 
|  | 4 		<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | 
|  | 5 		<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/media/images/favicon.ico" /> | 
|  | 6 | 
|  | 7 		<title>DataTables example</title> | 
|  | 8 		<style type="text/css" title="currentStyle"> | 
|  | 9 			@import "../../media/css/demo_page.css"; | 
|  | 10 			@import "../../media/css/demo_table.css"; | 
|  | 11 		</style> | 
|  | 12 		<script type="text/javascript" language="javascript" src="../../media/js/jquery.js"></script> | 
|  | 13 		<script type="text/javascript" language="javascript" src="../../media/js/jquery.dataTables.js"></script> | 
|  | 14 		<script type="text/javascript" charset="utf-8"> | 
|  | 15 			/* Data set - can contain whatever information you want */ | 
|  | 16 			var aDataSet = [ | 
|  | 17 				['Trident','Internet Explorer 4.0','Win 95+','4','X'], | 
|  | 18 				['Trident','Internet Explorer 5.0','Win 95+','5','C'], | 
|  | 19 				['Trident','Internet Explorer 5.5','Win 95+','5.5','A'], | 
|  | 20 				['Trident','Internet Explorer 6','Win 98+','6','A'], | 
|  | 21 				['Trident','Internet Explorer 7','Win XP SP2+','7','A'], | 
|  | 22 				['Trident','AOL browser (AOL desktop)','Win XP','6','A'], | 
|  | 23 				['Gecko','Firefox 1.0','Win 98+ / OSX.2+','1.7','A'], | 
|  | 24 				['Gecko','Firefox 1.5','Win 98+ / OSX.2+','1.8','A'], | 
|  | 25 				['Gecko','Firefox 2.0','Win 98+ / OSX.2+','1.8','A'], | 
|  | 26 				['Gecko','Firefox 3.0','Win 2k+ / OSX.3+','1.9','A'], | 
|  | 27 				['Gecko','Camino 1.0','OSX.2+','1.8','A'], | 
|  | 28 				['Gecko','Camino 1.5','OSX.3+','1.8','A'], | 
|  | 29 				['Gecko','Netscape 7.2','Win 95+ / Mac OS 8.6-9.2','1.7','A'], | 
|  | 30 				['Gecko','Netscape Browser 8','Win 98SE+','1.7','A'], | 
|  | 31 				['Gecko','Netscape Navigator 9','Win 98+ / OSX.2+','1.8','A'], | 
|  | 32 				['Gecko','Mozilla 1.0','Win 95+ / OSX.1+',1,'A'], | 
|  | 33 				['Gecko','Mozilla 1.1','Win 95+ / OSX.1+',1.1,'A'], | 
|  | 34 				['Gecko','Mozilla 1.2','Win 95+ / OSX.1+',1.2,'A'], | 
|  | 35 				['Gecko','Mozilla 1.3','Win 95+ / OSX.1+',1.3,'A'], | 
|  | 36 				['Gecko','Mozilla 1.4','Win 95+ / OSX.1+',1.4,'A'], | 
|  | 37 				['Gecko','Mozilla 1.5','Win 95+ / OSX.1+',1.5,'A'], | 
|  | 38 				['Gecko','Mozilla 1.6','Win 95+ / OSX.1+',1.6,'A'], | 
|  | 39 				['Gecko','Mozilla 1.7','Win 98+ / OSX.1+',1.7,'A'], | 
|  | 40 				['Gecko','Mozilla 1.8','Win 98+ / OSX.1+',1.8,'A'], | 
|  | 41 				['Gecko','Seamonkey 1.1','Win 98+ / OSX.2+','1.8','A'], | 
|  | 42 				['Gecko','Epiphany 2.20','Gnome','1.8','A'], | 
|  | 43 				['Webkit','Safari 1.2','OSX.3','125.5','A'], | 
|  | 44 				['Webkit','Safari 1.3','OSX.3','312.8','A'], | 
|  | 45 				['Webkit','Safari 2.0','OSX.4+','419.3','A'], | 
|  | 46 				['Webkit','Safari 3.0','OSX.4+','522.1','A'], | 
|  | 47 				['Webkit','OmniWeb 5.5','OSX.4+','420','A'], | 
|  | 48 				['Webkit','iPod Touch / iPhone','iPod','420.1','A'], | 
|  | 49 				['Webkit','S60','S60','413','A'], | 
|  | 50 				['Presto','Opera 7.0','Win 95+ / OSX.1+','-','A'], | 
|  | 51 				['Presto','Opera 7.5','Win 95+ / OSX.2+','-','A'], | 
|  | 52 				['Presto','Opera 8.0','Win 95+ / OSX.2+','-','A'], | 
|  | 53 				['Presto','Opera 8.5','Win 95+ / OSX.2+','-','A'], | 
|  | 54 				['Presto','Opera 9.0','Win 95+ / OSX.3+','-','A'], | 
|  | 55 				['Presto','Opera 9.2','Win 88+ / OSX.3+','-','A'], | 
|  | 56 				['Presto','Opera 9.5','Win 88+ / OSX.3+','-','A'], | 
|  | 57 				['Presto','Opera for Wii','Wii','-','A'], | 
|  | 58 				['Presto','Nokia N800','N800','-','A'], | 
|  | 59 				['Presto','Nintendo DS browser','Nintendo DS','8.5','C/A<sup>1</sup>'], | 
|  | 60 				['KHTML','Konqureror 3.1','KDE 3.1','3.1','C'], | 
|  | 61 				['KHTML','Konqureror 3.3','KDE 3.3','3.3','A'], | 
|  | 62 				['KHTML','Konqureror 3.5','KDE 3.5','3.5','A'], | 
|  | 63 				['Tasman','Internet Explorer 4.5','Mac OS 8-9','-','X'], | 
|  | 64 				['Tasman','Internet Explorer 5.1','Mac OS 7.6-9','1','C'], | 
|  | 65 				['Tasman','Internet Explorer 5.2','Mac OS 8-X','1','C'], | 
|  | 66 				['Misc','NetFront 3.1','Embedded devices','-','C'], | 
|  | 67 				['Misc','NetFront 3.4','Embedded devices','-','A'], | 
|  | 68 				['Misc','Dillo 0.8','Embedded devices','-','X'], | 
|  | 69 				['Misc','Links','Text only','-','X'], | 
|  | 70 				['Misc','Lynx','Text only','-','X'], | 
|  | 71 				['Misc','IE Mobile','Windows Mobile 6','-','C'], | 
|  | 72 				['Misc','PSP browser','PSP','-','C'], | 
|  | 73 				['Other browsers','All others','-','-','U'] | 
|  | 74 			]; | 
|  | 75 | 
|  | 76 			$(document).ready(function() { | 
|  | 77 				$('#dynamic').html( '<table cellpadding="0" cellspacing="0" border="0" class="display" id="example"></table>' ); | 
|  | 78 				$('#example').dataTable( { | 
|  | 79 					"aaData": aDataSet, | 
|  | 80 					"aoColumns": [ | 
|  | 81 						{ "sTitle": "Engine" }, | 
|  | 82 						{ "sTitle": "Browser" }, | 
|  | 83 						{ "sTitle": "Platform" }, | 
|  | 84 						{ "sTitle": "Version", "sClass": "center" }, | 
|  | 85 						{ "sTitle": "Grade", "sClass": "center" } | 
|  | 86 					] | 
|  | 87 				} ); | 
|  | 88 			} ); | 
|  | 89 		</script> | 
|  | 90 	</head> | 
|  | 91 	<body id="dt_example"> | 
|  | 92 		<div id="container"> | 
|  | 93 			<div class="full_width big"> | 
|  | 94 				DataTables dynamic creation example | 
|  | 95 			</div> | 
|  | 96 | 
|  | 97 			<h1>Preamble</h1> | 
|  | 98 			<p>At times you will wish to be able to create a table from dynamic information passed directly to DataTables, rather than having it read from the document. This is achieved using the "aaData" array in the initialisation object. A table node must first be created before the initialiser is called (as shown in the code below). This is also useful for optimisation - if you are able to format the data as required, this method can save a lot of DOM parsing to create a table.</p> | 
|  | 99 | 
|  | 100 			<h1>Live example</h1> | 
|  | 101 			<div id="dynamic"></div> | 
|  | 102 			<div class="spacer"></div> | 
|  | 103 | 
|  | 104 | 
|  | 105 			<h1>Initialisation code</h1> | 
|  | 106 			<pre class="brush: js;">$(document).ready(function() { | 
|  | 107 	$('#demo').html( '<table cellpadding="0" cellspacing="0" border="0" class="display" id="example"></table>' ); | 
|  | 108 	$('#example').dataTable( { | 
|  | 109 		"aaData": [ | 
|  | 110 			/* Reduced data set */ | 
|  | 111 			[ "Trident", "Internet Explorer 4.0", "Win 95+", 4, "X" ], | 
|  | 112 			[ "Trident", "Internet Explorer 5.0", "Win 95+", 5, "C" ], | 
|  | 113 			[ "Trident", "Internet Explorer 5.5", "Win 95+", 5.5, "A" ], | 
|  | 114 			[ "Trident", "Internet Explorer 6.0", "Win 98+", 6, "A" ], | 
|  | 115 			[ "Trident", "Internet Explorer 7.0", "Win XP SP2+", 7, "A" ], | 
|  | 116 			[ "Gecko", "Firefox 1.5", "Win 98+ / OSX.2+", 1.8, "A" ], | 
|  | 117 			[ "Gecko", "Firefox 2", "Win 98+ / OSX.2+", 1.8, "A" ], | 
|  | 118 			[ "Gecko", "Firefox 3", "Win 2k+ / OSX.3+", 1.9, "A" ], | 
|  | 119 			[ "Webkit", "Safari 1.2", "OSX.3", 125.5, "A" ], | 
|  | 120 			[ "Webkit", "Safari 1.3", "OSX.3", 312.8, "A" ], | 
|  | 121 			[ "Webkit", "Safari 2.0", "OSX.4+", 419.3, "A" ], | 
|  | 122 			[ "Webkit", "Safari 3.0", "OSX.4+", 522.1, "A" ] | 
|  | 123 		], | 
|  | 124 		"aoColumns": [ | 
|  | 125 			{ "sTitle": "Engine" }, | 
|  | 126 			{ "sTitle": "Browser" }, | 
|  | 127 			{ "sTitle": "Platform" }, | 
|  | 128 			{ "sTitle": "Version", "sClass": "center" }, | 
|  | 129 			{ "sTitle": "Grade", "sClass": "center" } | 
|  | 130 		] | 
|  | 131 	} ); | 
|  | 132 } );</pre> | 
|  | 133 			<style type="text/css"> | 
|  | 134 				@import "../examples_support/syntax/css/shCore.css"; | 
|  | 135 			</style> | 
|  | 136 			<script type="text/javascript" language="javascript" src="../examples_support/syntax/js/shCore.js"></script> | 
|  | 137 | 
|  | 138 | 
|  | 139 			<h1>Other examples</h1> | 
|  | 140 			<div class="demo_links"> | 
|  | 141 				<h2>Basic initialisation</h2> | 
|  | 142 				<ul> | 
|  | 143 					<li><a href="../basic_init/zero_config.html">Zero configuration</a></li> | 
|  | 144 					<li><a href="../basic_init/filter_only.html">Feature enablement</a></li> | 
|  | 145 					<li><a href="../basic_init/table_sorting.html">Sorting data</a></li> | 
|  | 146 					<li><a href="../basic_init/multi_col_sort.html">Multi-column sorting</a></li> | 
|  | 147 					<li><a href="../basic_init/multiple_tables.html">Multiple tables</a></li> | 
|  | 148 					<li><a href="../basic_init/hidden_columns.html">Hidden columns</a></li> | 
|  | 149 					<li><a href="../basic_init/complex_header.html">Complex headers - grouping with colspan</a></li> | 
|  | 150 					<li><a href="../basic_init/dom.html">DOM positioning</a></li> | 
|  | 151 					<li><a href="../basic_init/flexible_width.html">Flexible table width</a></li> | 
|  | 152 					<li><a href="../basic_init/state_save.html">State saving</a></li> | 
|  | 153 					<li><a href="../basic_init/alt_pagination.html">Alternative pagination styles</a></li> | 
|  | 154 					<li>Scrolling: <br> | 
|  | 155 						<a href="../basic_init/scroll_x.html">Horizontal</a> / | 
|  | 156 						<a href="../basic_init/scroll_y.html">Vertical</a> / | 
|  | 157 						<a href="../basic_init/scroll_xy.html">Both</a> / | 
|  | 158 						<a href="../basic_init/scroll_y_theme.html">Themed</a> / | 
|  | 159 						<a href="../basic_init/scroll_y_infinite.html">Infinite</a> | 
|  | 160 					</li> | 
|  | 161 					<li><a href="../basic_init/language.html">Change language information (internationalisation)</a></li> | 
|  | 162 					<li><a href="../basic_init/themes.html">ThemeRoller themes (Smoothness)</a></li> | 
|  | 163 				</ul> | 
|  | 164 | 
|  | 165 				<h2>Advanced initialisation</h2> | 
|  | 166 				<ul> | 
|  | 167 					<li>Events: <br> | 
|  | 168 						<a href="../advanced_init/events_live.html">Live events</a> / | 
|  | 169 						<a href="../advanced_init/events_pre_init.html">Pre-init</a> / | 
|  | 170 						<a href="../advanced_init/events_post_init.html">Post-init</a> | 
|  | 171 					</li> | 
|  | 172 					<li><a href="../advanced_init/column_render.html">Column rendering</a></li> | 
|  | 173 					<li><a href="../advanced_init/html_sort.html">Sorting without HTML tags</a></li> | 
|  | 174 					<li><a href="../advanced_init/dom_multiple_elements.html">Multiple table controls (sDom)</a></li> | 
|  | 175 					<li><a href="../advanced_init/length_menu.html">Defining length menu options</a></li> | 
|  | 176 					<li><a href="../advanced_init/complex_header.html">Complex headers and hidden columns</a></li> | 
|  | 177 					<li><a href="../advanced_init/dom_toolbar.html">Custom toolbar (element) around table</a></li> | 
|  | 178 					<li><a href="../advanced_init/highlight.html">Row highlighting with CSS</a></li> | 
|  | 179 					<li><a href="../advanced_init/row_grouping.html">Row grouping</a></li> | 
|  | 180 					<li><a href="../advanced_init/row_callback.html">Row callback</a></li> | 
|  | 181 					<li><a href="../advanced_init/footer_callback.html">Footer callback</a></li> | 
|  | 182 					<li><a href="../advanced_init/sorting_control.html">Control sorting direction of columns</a></li> | 
|  | 183 					<li><a href="../advanced_init/language_file.html">Change language information from a file (internationalisation)</a></li> | 
|  | 184 					<li><a href="../advanced_init/defaults.html">Setting defaults</a></li> | 
|  | 185 					<li><a href="../advanced_init/localstorage.html">State saving with localStorage</a></li> | 
|  | 186 					<li><a href="../advanced_init/dt_events.html">Custom events</a></li> | 
|  | 187 				</ul> | 
|  | 188 | 
|  | 189 				<h2>API</h2> | 
|  | 190 				<ul> | 
|  | 191 					<li><a href="../api/add_row.html">Dynamically add a new row</a></li> | 
|  | 192 					<li><a href="../api/multi_filter.html">Individual column filtering (using "input" elements)</a></li> | 
|  | 193 					<li><a href="../api/multi_filter_select.html">Individual column filtering (using "select" elements)</a></li> | 
|  | 194 					<li><a href="../api/highlight.html">Highlight rows and columns</a></li> | 
|  | 195 					<li><a href="../api/row_details.html">Show and hide details about a particular record</a></li> | 
|  | 196 					<li><a href="../api/select_row.html">User selectable rows (multiple rows)</a></li> | 
|  | 197 					<li><a href="../api/select_single_row.html">User selectable rows (single row) and delete rows</a></li> | 
|  | 198 					<li><a href="../api/editable.html">Editable rows (with jEditable)</a></li> | 
|  | 199 					<li><a href="../api/form.html">Submit form with elements in table</a></li> | 
|  | 200 					<li><a href="../api/counter_column.html">Index column (static number column)</a></li> | 
|  | 201 					<li><a href="../api/show_hide.html">Show and hide columns dynamically</a></li> | 
|  | 202 					<li><a href="../api/api_in_init.html">API function use in initialisation object (callback)</a></li> | 
|  | 203 					<li><a href="../api/tabs_and_scrolling.html">DataTables scrolling and tabs</a></li> | 
|  | 204 					<li><a href="../api/regex.html">Regular expression filtering</a></li> | 
|  | 205 				</ul> | 
|  | 206 			</div> | 
|  | 207 | 
|  | 208 			<div class="demo_links"> | 
|  | 209 				<h2>Data sources</h2> | 
|  | 210 				<ul> | 
|  | 211 					<li><a href="../data_sources/dom.html">DOM</a></li> | 
|  | 212 					<li><a href="../data_sources/js_array.html">Javascript array</a></li> | 
|  | 213 					<li><a href="../data_sources/ajax.html">Ajax source</a></li> | 
|  | 214 					<li><a href="../data_sources/server_side.html">Server side processing</a></li> | 
|  | 215 				</ul> | 
|  | 216 | 
|  | 217 				<h2>Server-side processing</h2> | 
|  | 218 				<ul> | 
|  | 219 					<li><a href="../server_side/server_side.html">Obtain server-side data</a></li> | 
|  | 220 					<li><a href="../server_side/custom_vars.html">Add extra HTTP variables</a></li> | 
|  | 221 					<li><a href="../server_side/post.html">Use HTTP POST</a></li> | 
|  | 222 					<li><a href="../server_side/ids.html">Automatic addition of IDs and classes to rows</a></li> | 
|  | 223 					<li><a href="../server_side/object_data.html">Reading table data from objects</a></li> | 
|  | 224 					<li><a href="../server_side/row_details.html">Show and hide details about a particular record</a></li> | 
|  | 225 					<li><a href="../server_side/select_rows.html">User selectable rows (multiple rows)</a></li> | 
|  | 226 					<li><a href="../server_side/jsonp.html">JSONP for a cross domain data source</a></li> | 
|  | 227 					<li><a href="../server_side/editable.html">jEditable integration with DataTables</a></li> | 
|  | 228 					<li><a href="../server_side/defer_loading.html">Deferred loading of Ajax data</a></li> | 
|  | 229 					<li><a href="../server_side/pipeline.html">Pipelining data (reduce Ajax calls for paging)</a></li> | 
|  | 230 				</ul> | 
|  | 231 | 
|  | 232 				<h2>Ajax data source</h2> | 
|  | 233 				<ul> | 
|  | 234 					<li><a href="../ajax/ajax.html">Ajax sourced data (array of arrays)</a></li> | 
|  | 235 					<li><a href="../ajax/objects.html">Ajax sourced data (array of objects)</a></li> | 
|  | 236 					<li><a href="../ajax/defer_render.html">Deferred DOM creation for extra speed</a></li> | 
|  | 237 					<li><a href="../ajax/null_data_source.html">Empty data source columns</a></li> | 
|  | 238 					<li><a href="../ajax/custom_data_property.html">Use a data source other than aaData (the default)</a></li> | 
|  | 239 					<li><a href="../ajax/objects_subarrays.html">Read column data from sub-arrays</a></li> | 
|  | 240 					<li><a href="../ajax/deep.html">Read column data from deeply nested properties</a></li> | 
|  | 241 				</ul> | 
|  | 242 | 
|  | 243 				<h2>Plug-ins</h2> | 
|  | 244 				<ul> | 
|  | 245 					<li><a href="../plug-ins/plugin_api.html">Add custom API functions</a></li> | 
|  | 246 					<li><a href="../plug-ins/sorting_plugin.html">Sorting and automatic type detection</a></li> | 
|  | 247 					<li><a href="../plug-ins/sorting_sType.html">Sorting without automatic type detection</a></li> | 
|  | 248 					<li><a href="../plug-ins/paging_plugin.html">Custom pagination controls</a></li> | 
|  | 249 					<li><a href="../plug-ins/range_filtering.html">Range filtering / custom filtering</a></li> | 
|  | 250 					<li><a href="../plug-ins/dom_sort.html">Live DOM sorting</a></li> | 
|  | 251 					<li><a href="../plug-ins/html_sort.html">Automatic HTML type detection</a></li> | 
|  | 252 				</ul> | 
|  | 253 			</div> | 
|  | 254 | 
|  | 255 | 
|  | 256 			<div id="footer" class="clear" style="text-align:center;"> | 
|  | 257 				<p> | 
|  | 258 					Please refer to the <a href="http://www.datatables.net/usage">DataTables documentation</a> for full information about its API properties and methods.<br> | 
|  | 259 					Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables. | 
|  | 260 				</p> | 
|  | 261 | 
|  | 262 				<span style="font-size:10px;"> | 
|  | 263 					DataTables designed and created by <a href="http://www.sprymedia.co.uk">Allan Jardine</a> © 2007-2011<br> | 
|  | 264 					DataTables is dual licensed under the <a href="http://www.datatables.net/license_gpl2">GPL v2 license</a> or a <a href="http://www.datatables.net/license_bsd">BSD (3-point) license</a>. | 
|  | 265 				</span> | 
|  | 266 			</div> | 
|  | 267 		</div> | 
|  | 268 	</body> | 
|  | 269 </html> |