Add a cell dinamically in a row

Add a cell dinamically in a row

vvcorralvvcorral Posts: 9Questions: 0Answers: 0
edited June 2011 in General
I don´t know how to explain it, so i put an example:

[code]
ID Units PricePerUnit TotalPrice
---- ------- --------------- --------------
1 2 5 10
2 6 10 60

[/code]
I have this table, and i want to add a new row with values (ID, Units, and PricePerUnit).
what i want is that the TotalPrice cell appears dinamically and it wouldn't be necessary to write it. (adding form only accept the same number of values that cells in the row....:S)

In conclusion, if i add values (3, 4, 10) i want that in the table appears (3, 4, 10, 40)...how can i do this??
Thank you very much !!! :)
This discussion has been closed.