Issue on http://berndwessels.github.io/angular-ui-table
Most interaction on the site seems not possible due to (e.g., using tabs) - the console shows:
FB.getLoginStatus() called before calling FB.init().
Unsafe JavaScript attempt to access frame with URL http://berndwessels.github.io/angular-ui-table/ from frame with URL http://www.facebook.com/plugins/like.php?api_key=&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D25%23cb%3Df346cd3ea8%26origin%3Dhttp%253A%252F%252Fberndwessels.github.io%252Ff2dd72351c%26domain%3Dberndwessels.github.io%26relation%3Dparent.parent&href=http%3A%2F%2Fbit.ly%2FuiTable&node_type=link&width=150&layout=button_count&colorscheme=light&show_faces=false&send=true&extended_social_context=false. Domains, protocols and ports must match.
Would love to explore it a bit more.
Hi
Sorry, the page is just uploaded and I haven't had time to implement all the example pages yet. Even the small social links are mostly fake yet.
The important bit is that it displays the working full featured grid at the bottom of the main page.
For now, if you want to play and explore deeper than that, you need to checkout the whole git project, install and build it, or just use uiTable js and css files from the build folder in your own project.
The code in uiTable is reasonably well documented, so you should be able to only use that if you want and find your way around in there easily.
Cheers
Bernd
a5sk4s [email protected] hat am 13. Juni 2013 um 01:10 geschrieben:
Most interaction on the site seems not possible due to (e.g., using tabs) - the console shows:
FB.getLoginStatus() called before calling FB.init(). Unsafe JavaScript attempt to access frame with URL http://berndwessels.github.io/angular-ui-table/ from frame with URL http://www.facebook.com/plugins/like.php?api_key=&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D25%23cb%3Df346cd3ea8%26origin%3Dhttp%3A%2F%2Fberndwessels.github.io%2Ff2dd72351c%26domain%3Dberndwessels.github.io%26relation%3Dparent.parent&href=http%3A%2F%2Fbit.ly%2FuiTable&node_type=link&width=150&layout=button_count&colorscheme=light&show_faces=false&send=true&extended_social_context=false. Domains, protocols and ports must match.
Would love to explore it a bit more.
— Reply to this email directly or view it on GitHub https://github.com/BerndWessels/angular-ui-table/issues/1 .
Hi Bernd, didn't know - looks can be deceiving - will follow your suggestion soon - interested in comparing it with ng-grid - Thanks, Andreas