Hi,
I have a large table which gets split on multiple pages.
I want to display on the last row for any page a sum of the items that are on that page.
Is this possible?
I can log the correct sum but only with the completed event (with trackBoxes) and therefore I can't manipulate the dom anymore and insert the sum.
I have a large table which gets split on multiple pages.
I want to display on the last row for any page a sum of the items that are on that page.
Is this possible?
I can log the correct sum but only with the completed event (with trackBoxes) and therefore I can't manipulate the dom anymore and insert the sum.