I created an html page, which contains five columns. The last one contains a button. (Each row has a button in the last column).
I'm using datatables plugin:
var oTable = $(".datatable-fn").dataTable({
sPaginationType: "full_numbers"
});
Now I need to add new row to the tables. I know that exists fnAddData function that do this, but I don't know how can I add the button in the last cell of the row.