How to append data into tableView?

Hi guys,

I have problem with tableView.

I’m inserting 50 rows into the tableView. No problem. But i want append more rows dynamically.

How can i do that? 

Thanks.

You can use tableView:insertRow as many times as needed. In the for loop for the bulk of your data for example and out of it dynamically as needed. 

Yea, it’s my fault. I figured out, thanks for your answer.

You can use tableView:insertRow as many times as needed. In the for loop for the bulk of your data for example and out of it dynamically as needed. 

Yea, it’s my fault. I figured out, thanks for your answer.