Sohan Kumar Dash
05/24/2021, 1:05 PMPLP.addChildView('GlobalViews.Pagination', function(){
return new BannerView({
application: application
, comparisonList: collection
, facetModel: PLP.current_view.model
})
});
// Child View Initialize method
initialize: function(options) {
this.application = options.application;
this.contextDataRequest = ['itemlist'];
this.model = new Backbone.Model();
}
Can someone tell me where I'm doing wrong ? I'm not receiving the item collection in childView's initialize method.Kearobi
05/24/2021, 2:40 PMSohan Kumar Dash
05/24/2021, 2:59 PMSohan Kumar Dash
05/24/2021, 3:00 PMKearobi
05/24/2021, 3:02 PMKearobi
05/24/2021, 3:04 PMSohan Kumar Dash
05/24/2021, 3:31 PMKearobi
05/24/2021, 3:52 PM