how to turn off pagination in layout option
how to turn off pagination in layout option
 tacman1123            
            
                Posts: 219Questions: 50Answers: 1
tacman1123            
            
                Posts: 219Questions: 50Answers: 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
This discussion has been closed.
            
Answers
It is in the
bottomEndposition 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.