Add widgets to table view?

Is there a way to add widgets (buttons, checkboxes, etc) to a tableview? And if so how would it be done?

Hi @Adam_Lewis1,

Yes, it should work fine. They would be added to the respective row during the “onRowRender” function, for which a basic example exists here:

https://docs.coronalabs.com/api/library/widget/newTableView.html#inserting-rows

Best regards,

Brent

Hi @Adam_Lewis1,

Yes, it should work fine. They would be added to the respective row during the “onRowRender” function, for which a basic example exists here:

https://docs.coronalabs.com/api/library/widget/newTableView.html#inserting-rows

Best regards,

Brent