It's definitely *possible*....

but it would be highly suggested to make this total row on the
server's side

if you are dead intent on doing it client side, it would be something
like

$("#table tbody tr").each(function() {
    // Your code adding the inner text values of the needed table
cells
});

Reply via email to