I am using admilte template with datatable. With this i have a table with rows, and each row has a button, which when clicked it loads a modal window with form data which has to be updated.
When i click the update button of the modal, i am using jquery submit, but it does not display the alert which in this case am using bootbox.
When i comment the <script src="{{ asset('assets/plugins/datatables/jquery.dataTables.min.js') }}" type="text/javascript"></script>
the alert is displayed.
How can i resolve this, I mean to enable datatable work with click and submit events
Thanks in advance
I tried to load the datatable with ‘draw.dt’ and changed from bootbox to sweetalert but not working
2