Multiple Data Source

Multiple Data Source

rameazerameaze Posts: 1Questions: 0Answers: 0
edited April 2014 in DataTables
$(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

Replies

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    I'm not really sure I understand - would you not just use a variable and set the value to whatever you need?

    Allan
This discussion has been closed.