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 am trying to modify this plugin so that I can place the pagination outside of the list container. Where is parentList coming from? In other words, what is calling the init() function?
I think if I pass the list object through options I can accomplish what I need to do by assigning the passed in list object to list in this init().
I am trying to modify this plugin so that I can place the pagination outside of the list container. Where is
parentList
coming from? In other words, what is calling theinit()
function?I think if I pass the list object through
options
I can accomplish what I need to do by assigning the passed in list object tolist
in thisinit()
.The text was updated successfully, but these errors were encountered: