createdRow does not work more than once

createdRow does not work more than once

ztvmarkztvmark Posts: 1Questions: 1Answers: 0
edited October 2017 in Free community support

when I try to run a second time it does not work and does not add $, some other way or example to edit the fields of the rows?

$('td', row).eq(3).replaceWith("$"+ new Intl.NumberFormat().format(data.price_usd));

My code on codepen

and also would like to know how to add my own fields

This discussion has been closed.