Open ABooooo opened 3 years ago
Can someone please replay to this and check out if this really is a bug? Thanks!
if (options.pagination[0] === undefined) {
- row 257, I guess [0] shouldn't be there
I can reproduce on the codepen as well...
I found this as well. Instead of setting pagination to false
set it to undefined
and you'll get the desired result.
Hi, if I set pagination to false I still see the pagination menu under the list. I also tried it in your codepen. If one changes value to false nothing happens. Am I understanding/using this wrong or is it a bug? Thank you