Is there a way to add row in already existing datatable ?
Is there a way to add row in already existing datatable ?
Is there a way to add row in already existing datatable?
This discussion has been closed.
Is there a way to add row in already existing datatable?
Answers
Sure -
row.add(). The full list of API methods available is here. The manual introducing the API is available here.Allan