Is it possible to send ajax request outside datatable
Is it possible to send ajax request outside datatable
![YannaY](https://secure.gravatar.com/avatar/4f872cb6c925604af09cc5e54140f46e/?default=https%3A%2F%2Fvanillicon.com%2F4f872cb6c925604af09cc5e54140f46e_200.png&rating=g&size=120)
Hello,
Is it possible to send ajax request outside DataTable()? allows me to use DataTable only for draw
Thank you
This discussion has been closed.
Answers
Yes. You can initialize a new Datatable in the Ajax success function and add the rows using the
data
option. Or you can userows.add()
to add rows to an existing Datatable.Kevin