mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-27 00:54:15 +01:00
Fix: Update Ajax data source demo with new location for the data source file
This commit is contained in:
parent
06d1802874
commit
fa85d34b24
@ -15,7 +15,7 @@
|
||||
$(document).ready(function() {
|
||||
var oTable = $('#example').dataTable( {
|
||||
"bProcessing": true,
|
||||
"sAjaxSource": '../examples_support/json_source.txt'
|
||||
"sAjaxSource": '../ajax/sources/arrays.txt'
|
||||
} );
|
||||
} );
|
||||
</script>
|
||||
@ -62,7 +62,7 @@
|
||||
<pre>$(document).ready(function() {
|
||||
$('#example').dataTable( {
|
||||
"bProcessing": true,
|
||||
"sAjaxSource": '../examples_support/json_source.txt'
|
||||
"sAjaxSource": '../ajax/sources/arrays.txt'
|
||||
} );
|
||||
} );</pre>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user