¿how to update asynchronously the datatable?
¿how to update asynchronously the datatable?
zinkmaster
Posts: 1Questions: 1Answers: 0
what i want is when insert a row in a table on database this apears in datatable immediately . asynchronously without render again the page.
thank you for help !
This discussion has been closed.
Answers
The
row.add()
method sounds ideal for this.Allan