l-lin / angular-datatables

DataTables with Angular
https://l-lin.github.io/angular-datatables/
MIT License
1.57k stars 486 forks source link

Rerender Table using the Angular way #1618

Closed Mafiosso5 closed 2 years ago

Mafiosso5 commented 2 years ago

How do i do the Rerender functionality whilst using the Angular way of getting data in the table? This is for showing new data in the table

venukalyanvella commented 2 years ago

datatables was not updating on angulat 12 and i have a query is the datatables 13.0.0 was supports angular 12 or not ?

shanmukhateja commented 2 years ago

Hi @Mafiosso5

I don't know the exact problem without knowing how you've setup the app.

If this is regarding fetching new data after user action is performed, move the HTTP request code to a separate function and call it as needed.

For a more accurate answer, please provide a reproducible StackBlitz or GitHub repo.