I’m looking to create a custom Row Action button which will call a javascript function which will copy the value contained within a particular column, say ‘lastname’, within the row.
This:
$col[“default”] = “<a class=’ui-custom-icon ui-icon ui-icon-document’ title=’Copy secure link’ onclick=’copyURL({id})’></a>”;
Doesn’t seem to pass the id of the row.
Thanks.
1 Answers
Hello,
Please make sure you have $col[“name”] = “id”; exist when using {id} as placeholder.
You can share or email full code for review in case issue exist.
Your Answer