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

vikram7776vikram7776 Posts: 2Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Answers

  • vikram7776vikram7776 Posts: 2Questions: 1Answers: 0

    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

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    This thread should help, it's asking the same thing.

    Cheers,

    Colin

Sign In or Register to comment.