Table with empty rows until populated

Hi,

I want to show a table with 10 empty rows.
the user then can start entering data from the first row (the data will be inserted/updated in a mongo collection), once the 10th row is populated another empty row should be added to the end of the table and so on. the table should maintain 10 row view and will be scroll-able.

is there a simple way to do it in meteor?

tnx!