add row to dynamic table created using jquery and ajax and json data
add row to dynamic table created using jquery and ajax and json data
var table = $('#example').DataTable({
"processing": true,
"serverSide": true,
"sAjaxSource": "../private/includes/process_tables.php",
//"sAjaxSource": "data.txt",
"columns": [
{
"className": 'details-control',
"orderable": false,
"data": null,
"defaultContent": ''
},
{"data": "Name"},
{"data": "MDN"},
{"data": "DOB"},
{"data": "Email"}
]
Replies
please help me adding row to already existing table created using jquery, ajax and json data