Base solution for your next web application
Open Closed

Master detail table #11949


User avatar
0
Bernard created

Hi I’m wondering how refresh master Datatable when save data from detail modal view The detail Datatable is refreshed but I want display total amount from detail rows in master

Thanks for your help


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @Bernard

    Sorry for the late reply. You can check the ID of the master table elemant and call $('#TableID').DataTable().ajax.reload();

  • User Avatar
    0
    Bernard created

    Hi @Ismael

    Great, thks !