php - SymfonyComponentHttpKernelExceptionMethodNotAllowedHttpException laravel 8 error
one text
Solution:
$('#SeekerCommunication_table').Tabledit({
url:"/update-Communications/action/",
editmethod: 'post', // Make post request like this
dataType:'json',
columns:{
identifier : [0, 'ssn'],
editable:[
[1,'id'],
},
restoreButton:false,
deleteButton:false,
onSuccess:function(data, textStatus, jqXHR)
{
if(data.action === 'edit'){
$('#SeekerCommListModal').modal('hide');
}
}
});
Source