Just working with the UITable component here and I'm wondering what the best practice is for responding to mouse events - i'm using a GO with a box collider but not able to catch OnMouseEnter etc... To clarify, the GO is an empty GO with two labels as child objects, the GO itself has the collider and click script attached. I've seen the event get fired once if i move the mouse around enough, but it's almost as if the collider is not travelling with the GO somehow within the table.