I want to render list with 'pagination' (load more) for entities in my custom view.
js: createView('foobar', 'views/record/list', { fullSelector: '#asd' })
Uncaught (in promise) Error: Collection has not been injected into views/record/list view.
js: createView('foobar', 'views/record/list', { fullSelector: '#asd', collection:{total:20, list: [],} })
.on is not defined (or something error says)
js: createView('foobar', 'views/record/list', { fullSelector: '#asd' })
Uncaught (in promise) Error: Collection has not been injected into views/record/list view.
js: createView('foobar', 'views/record/list', { fullSelector: '#asd', collection:{total:20, list: [],} })
.on is not defined (or something error says)
Comment