Angular-datatables Re-Render not working on Angular 17 #1790
Closed
campeloneto1
started this conversation in
General
Replies: 1 comment
-
Hi, You seem to be using for-loop to render the table body ( This practice is not supported anymore. Please use I am closing this issue now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i'm using Angular 17 and i'm trying to re-render some information in my datatables, but it's not working.
This is my code:
https://github.com/campeloneto1/sisac/blob/main/src/app/sistema/views/sexos/sexos.component.html
https://github.com/campeloneto1/sisac/blob/main/src/app/sistema/views/sexos/sexos.component.ts
Can anyone help me?
Beta Was this translation helpful? Give feedback.
All reactions