Jeditable and return json
Jeditable and return json
cyberjos
Posts: 1Questions: 0Answers: 0
Hello community, how are you? I have a tremendous concern as I do to be able to treat a json file when using the editable plugin? here I leave my code of the editable Js file.
The plugin that I use is this: https://appelsiini.net/projects/jeditable/
$.ajaxSetup({
headers: {
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
}
});
$('.edit').editable('editable',{
indicator : "Guardando",
callback : function(value, settings) {
}
});
I hope you can help me.
This discussion has been closed.
Replies
This is a support forum for Datatables and Datatables Editor not Jeditable. Maybe try the Jeditable area of Stack Overflow for help.
Kevin