Ajax source, using jeditable
Ajax source, using jeditable
karthik00_7
Posts: 3Questions: 0Answers: 0
I am using an ajax source.. I am not able to edit my table using jEditable plugin..I have surfed all the examples..They use data from html itself..Need help. Thanks for any information..
Regards,
Karthik
Regards,
Karthik
This discussion has been closed.
Replies
http://datatables.net/examples/api/editable.html
Rendering engine
Browser
Platform(s)
Engine version
CSS grade
ID
Rendering engine
Browser
Platform(s)
Engine version
CSS grade
$(document).ready(function() {
var oTable = $('#table').dataTable(
{
"sDom" : '<"top"flip>rt<"bottom"<"clear">',
"bAutoWidth" : false,
"bProcessing" : true,
"sAjaxSource" :'source/arrays.txt'
}
);
} );