How to add html button in Data table using REST API
How to add html button in Data table using REST API
beginner_2018
Posts: 46Questions: 19Answers: 0
Dear All,
I tried adding the html button control in my table with the below code,But I find no luck.
can any on please help from this issue.
{
var btnEdit= '<input type="button" value="Edit" id="'+btnEditvlaue+'" onclick="editcontrols(this)" >';
"mData": btnEdit
}
This discussion has been closed.
Answers
Can you link to a page showing the issue so we can help?
Allan