How to display empty datatable on page load with input boxes

How to display empty datatable on page load with input boxes

vbjoe13vbjoe13 Posts: 13Questions: 4Answers: 0

Hi,

I want to develop a functionality in which when user loads a page I have to display empty datatable with input type="text" in all the related columns. Now user can add in his data in all the columns and rows and will click on Submit. Once it is submitted, I want to take whole data and pass it to serverside.

Is this feasible to develop? If so, any links how this can be done?

This discussion has been closed.