Hello Gurus,I need an urgent help here.I am doing form development on
SAP business By design and I dont have the access to backend data. So, I
have to do everything in javascript.The requirement is to sort the
content of the table to be printed and then we need to add sub-total row
after a set of items end.So something like this. Document #Item
#Amount100111001001220010013300Subtotal
600100211001002210010023300Subtotal 500Now, in the 1st script I have
written a logic to loop on the table- Compar...