Hi, How To Change Data in Datatables in Angular Way
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() or row().invalidate() methods depending on how you update the data.
row().data()
row().invalidate()
Allan
It looks like you're new here. If you want to get involved, click one of these buttons!
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