When doing my own paging with the TableView I was unable to find a way to not show empty rows in the table. I was also unable to adjust the height of the TableView when there were limited entries in order to hide the extra empty rows. It'd be nice to have the TableView expand to a height that fits all its rows and then I could put it in my own scroll pane.
Is there a way to access the cells of a table once it is created and grab the height from them? I've wanted to access cells of an existing table for various reasons but was unable to do so.
Is there a way to access the cells of a table once it is created and grab the height from them? I've wanted to access cells of an existing table for various reasons but was unable to do so.