I haven’t tested this out yet, but I think for multiple tables it might work better if you change each
$('.myAction .td-link')
to
data.ele.find('.myAction .td-link')
I haven’t tested this out yet, but I think for multiple tables it might work better if you change each
$('.myAction .td-link')
to
data.ele.find('.myAction .td-link')