I am working on an application based on Backbone and Marionette. I am using composite view to show an table now I want to update multiple child view's together So I want their object and model. So to access them
I read this method. I tried them on composite view object but none of the method is working and throwing the error message
CheckInOutCollectionView.findByIndex is not a function
How can I access the child view object?