Edit function in datatables and laravel – Jquery
Hi im doing an App with Datatables and i have a problem when i want to try to edit a record in the datatables this is my js function in app.blade.php $(document).on('click', '.editButton', function(e) { e.preventDefault(); var id = $(this).data("id");…