I have a SV with a table that's being dynamically populated again and again with new info with fresh data.
I need a way to immediately clear out all of the data from the table when fresh data comes in. Looking at the UiTable code, there's not an immediate way of clearing the mChildren list. Seems only on the next update.