How to add html button in Data table using REST API

How to add html button in Data table using REST API

beginner_2018beginner_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
}

Answers

  • allanallan Posts: 61,795Questions: 1Answers: 10,115 Site admin

    Can you link to a page showing the issue so we can help?

    Allan

This discussion has been closed.