Multiple Data Source
Multiple Data Source
rameaze
Posts: 1Questions: 0Answers: 0
$(document).ready(function() {
$('#wc_table').dataTable( {
"bProcessing": true,
"sAjaxSource": 'run.json' <- ( How can I add a select option here to select a different file)
} );
} );
Thank you for you help in advance
$('#wc_table').dataTable( {
"bProcessing": true,
"sAjaxSource": 'run.json' <- ( How can I add a select option here to select a different file)
} );
} );
Thank you for you help in advance
This discussion has been closed.
Replies
Allan