list.js
list.js copied to clipboard
Pagination requires listContainer id
List allows lists to be initialized based on class names e.g. like this:
document.querySelectorAll('.make-me-a-list').forEach(item => {
new List(item, listOptions);
});
But the pagination expects the listContainer to have an id. I believe list.listContainer.id
should be changed to list.listContainer
.
Same exact experience here.
I'm also experiencing this issue :-(