I’m using the latest TableView widget and have multiple categories and rows. The rows each have an image (display.newImageRect) and text (display.newText) and it all works fine.
How would I properly delete everything in the TableView before deleting the TableView itself? I am assuming that “deleteAllRows()” will not properly delete the display items added to the row - or am I wrong?