You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 ^_^
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?
The text was updated successfully, but these errors were encountered: