I got a solution regarding this topic.
I followed these steps:
- You must set the number of items in you example to six or higher (in your example, the remaining two items wouldn't even get rendered)
- You surrounded your Dynamic List layout with "<li>...</li>"
- In your theme, you implement a JQuery Paginator (e.g. look here), which works with the list-elements
- Tell your paginator to show four items per page
I got something going like this: