I have some code I need to load in before I want the code to run (I want to create a table), I tried 'Onload' but this is not soon enough, basically I'm looking for something just like OnInit() where I can load all I need before anything actually occurs. My problem is that it's checking for the table way to early (Because it hasn't been created yet)
http://gyazo.com/c731783b9b2a01dcaf93f92a170f61ba
So really I just need some help with calling code before the actual onLoad event is called.
THanks