We've added self.expandSubviews() to the change script for the data of a Table component. This forces the expansion in all cases except the first page load. I'm sure it's a timing issue (e.g. the view isn't fully defined, so there's nothing to expand at the time of the call), but I'm hoping for a simple place to move the call.
Is there a "the page is fully loaded" hook somewhere where we can do the expansion so it works on even the first load?
Or if my thinking about the root cause is not correct, can someone provide a solution?