$(document).ready(function() { var dataPath = window.dataTablesDataFileURL; $('#dataTable').DataTable( { "ajax": dataPath, cache: true } ); } );