DataTable Append
DataTable Append
Eassa P N
Posts: 1Questions: 1Answers: 0
Hi,
i wanted to append a partial view from ajax post to the data table dynamically.i had appended it but "No data available in table" row is always showing
Any help please ?
Sl No | Item Code |
---|
success: function (data, textStatus, jqXHR) {
$("#tblItems").append(data);
}
nm is datatable
This discussion has been closed.