Hi Friends,
I was wondering how I can update every users Datatable when a user enters a new record to the database without them having to refresh their html page. I don't know if this is impossible but I am new to Browser development using Javascript and how pages get updated or refreshed. Thank You !!!
Abhishek ChadhaPosted Aug 5, 2021, 6:30 AM
You can rebind the datatable again after inserting the record by this way you need not to refresh the page.
Just call the method again at the end of insertion method
Sachin SinghPosted Aug 5, 2021, 9:28 AM
Basem AlshabaniPosted Aug 5, 2021, 8:14 AM