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

jilpagalajilpagala Posts: 2Questions: 0Answers: 0

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

  • jilpagalajilpagala Posts: 2Questions: 0Answers: 0

    please help me adding row to already existing table created using jquery, ajax and json data

This discussion has been closed.