Blank screen on Resource page
I have just tried to set up this addon on a blank ember project. I created a resource with ember g table-view-resource and it shows up properly in the menu.
When I try to open a resource page, the request to fetch the first page fires and properly returns, and the objects are in the datastore, but the app remains on the "Dashboard" page an nothing happens.
Also no errors in the console. Any hints?
hi! Check please example app.
Me too first.
I found that when I tap ember command like this: ember g table-view-resource tip.
It create a model named tip, and controller named tips.
I think it the problem that it generate the plural name of the controller, while that it is not correct.
So change the controller name as single, I works.
Hopes helps for u.
By the way, it a excellent addon, thinks @igorrKurr , @OpakAlex and @sudodoki ^_^