Using table view, simple changes
-
Hey can anyone explain how to edit a table view, I’ve been using listdatasource because the other option was a little confusing to me. When I load the table view it always has a white background for the cells, is there an easy way to edit these cells? Similar question, can I change the text alignment in these cells?
-
Hey so I actually found a solution on the forum from ages ago. If anyone else is interested you basically have to copy list data source class into a separate module and add in a background colour attribute, works well