Inside the 'success' method of AJAX on a POST request , I want to to reinitialise whole rows of tabl
Inside the 'success' method of AJAX on a POST request , I want to to reinitialise whole rows of tabl
vikram7776
Posts: 2Questions: 1Answers: 0
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Answers
Inside the 'success' method of AJAX I am able to see records in console.log(data).
I want to load that data into the datatable .
Note: the data table was already initialise with some data from document.ready function on page load
This thread should help, it's asking the same thing.
Cheers,
Colin