I have a child table that records are added to via an inline add in the master table.
I would like to create a variable in JavaScript eg var Count that counts the number of new records added.
eg no inline record Count=0, 1 inline record added Count=1 etc..
Any guidance as to how to proceed with this would be appreciated