Is it possible to send ajax request outside datatable

Is it possible to send ajax request outside datatable

YannaYYannaY Posts: 1Questions: 1Answers: 0

Hello,

Is it possible to send ajax request outside DataTable()? allows me to use DataTable only for draw

Thank you

Answers

  • kthorngrenkthorngren Posts: 21,309Questions: 26Answers: 4,947

    Yes. You can initialize a new Datatable in the Ajax success function and add the rows using the data option. Or you can use rows.add() to add rows to an existing Datatable.

    Kevin

This discussion has been closed.