Load DataTable configuration dynamically

Load DataTable configuration dynamically

ThibThib Posts: 51Questions: 2Answers: 0
edited April 2012 in DataTables 1.9
Hi,

I'd like to load the entire configuration dynamically like the sUrl used to load language file with AJAX.
Does it exist any standard functionnality to do that or do I have to do it manually ?

Thanks !

Replies

  • ThibThib Posts: 51Questions: 2Answers: 0
    Actually, I wanted to store an object in a separate file but I cannot convert the JSON string into Javascript object due to some function existence in the JSON String. So, the JSON parse throws an error (in $.getJSON() or $.ajax) because it's not "JSON compliant".
    Does anyone have any idea to solve that ?
This discussion has been closed.