How can i render this asp.net mvc core button?

How can i render this asp.net mvc core button?

emresekerogluemresekeroglu Posts: 1Questions: 0Answers: 0
edited May 2020 in Free community support

Hi,
i don render this edit button in datatables;

<a onclick="showInPopup('@Url.Action("AddOrEdit","FirmaList",new {id = full.Id},Context.Request.Scheme)','Firma Düzenle')" class="btn btn-success ml-3">Düzenle+</a>

"columns": [
{ "data": "FirmaUnvani" },
{ "data": "FirmaIban1" },
{ "data": "FirmaIban2" },
{
"render": function (data, type, full, meta) { return '<a onclick="showInPopup('@Url.Action("AddOrEdit","FirmaList",new {id = full.Id},Context.Request.Scheme)','Firma Düzenle')" class="btn btn-success ml-3">Düzenle+</a>'; }
},

This discussion has been closed.