How to add more row with data table , please help me
Use row.add() to add one row, rows.add() to add multiple.
row.add()
rows.add()
The documentation is searchable.
Allan
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Use
row.add()
to add one row,rows.add()
to add multiple.The documentation is searchable.
Allan