21/05/2020, 09:43
|
| | Fecha de Ingreso: febrero-2009 Ubicación: mexico
Mensajes: 148
Antigüedad: 15 años, 9 meses Puntos: 1 | |
Respuesta: Datatable Obtener ID de tabla $.ajax({
data: ACA_EL_ID,
url: "{{ route('delcustomer') }}" +ACA_EL_ID,
type: "POST",
});
el ID dentro del helper route se coloca así
$.ajax({
data: ACA_EL_ID,
url: "{{ route('delcustomer', [ID => valorID]) }}",
type: "POST",
}); |