How To Change Data in Datatables in Angular Way
How To Change Data in Datatables in Angular Way
knetadmin
Posts: 47Questions: 1Answers: 0
Hi,
How To Change Data in Datatables in Angular Way
This discussion has been closed.
Replies
yes, i am also in need to this question.Can anyone help us
Any News
I haven't used Angular much myself, so I'm not really sure what you are looking for I'm afraid. To update data held by DataTables use the
row().data()
orrow().invalidate()
methods depending on how you update the data.Allan