how to turn off pagination in layout option
how to turn off pagination in layout option
tacman1123
Posts: 198Questions: 46Answers: 1
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
},
This question has an accepted answers - jump to answer
Answers
It is in the
bottomEnd
position by default, so you set that tonull
:That said, Scroller should hide the paging control automatically, like in this example. Did you include the Scroller CSS?
Allan
Indeed, I had forgotten the css! Thanks.