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?