DataTable Append
DataTable Append
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.