list.js icon indicating copy to clipboard operation
list.js copied to clipboard

Pagination requires listContainer id

Open rolandschuetz opened this issue 6 years ago • 2 comments

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.

rolandschuetz avatar Apr 23 '18 08:04 rolandschuetz

Same exact experience here.

elvismdev avatar Dec 27 '18 09:12 elvismdev

I'm also experiencing this issue :-(

blueskies79 avatar Aug 05 '20 14:08 blueskies79