0
Good morning, I have an excerpt of Javascript code that I am adding a row in the table, but when I implement in the system there is more than one table, I need to specify which one is with the id but I find it difficult to put with the code.
$("table tbody tr:last-child").index();
that’s what I add, I’d like to know how to put the id.
thank you