Widget.newtableview Not Reloading After Storyboard.gotoscene

I am having an issue using storyboard and the native widget tableview together. I am trying to go from a tableview to another tableview via storyboard.gotoScene, but when I go back to the original tableview the table doesn’t display. I don’t get any errors, but the table is not reloading even though I am transitioning back into the original scene that generated the tableview. Any thoughts here? I know that widget and storyboard have issues, but everything else seems to be working just fine otherwise. Thanks!

Sean

Figured it out; had a strange call to insert the tableView into a display group. Removing that caused everything to work correctly. 

Figured it out; had a strange call to insert the tableView into a display group. Removing that caused everything to work correctly.