I'm using scroller, so pagination makes no sense. With the dom option, I can simply omit the 'p', but how do I disable pagination using layout? This isn't working.
scroller: true,
layout: {
paging: false
},