Dynamically populate a table

How can i dynamically increase the number rows of a table and populate it depending upon File input select

If i am selecting three file from an inputfile system .three rows must be added to the table along with the details of file. If it is two files two rows has to be added along with the details

How can i implement dynamic population table depends upon my select ?

Hi John,

Try .createRow() method to create the rows.
call this method depending upon the your selection.

Regards,
Sunil_N