How to add a row?
How to add a row?

How to add a row after DataTable has already been created?
This question has an accepted answers - jump to answer
This discussion has been closed.
How to add a row after DataTable has already been created?
This question has an accepted answers - jump to answer
Answers
Use
row.add()
. The full and searchable API is documented here.Allan
Thank you :)