Is it possible to add Row Action on right hand side of each row?

I got it thank you.

Below code for reference:
$(‘tr’).each(function(){

$('td:first',this).remove().insertAfter($('td:last',this)); });