add a new row to the html table dynamically
I want to add a row to the table in UI page when I click on button Add row. This table has two cells 1. checkbox and other a reference field to user table. I am trying to write a code in client script of the UI page but dont know how to create a refe...