Pagination
Pagination
 afoysal            
            
                Posts: 4Questions: 1Answers: 0
afoysal            
            
                Posts: 4Questions: 1Answers: 0            
            How can I use both "pageLength": 10, & "paging": false, ??
This discussion has been closed.
             afoysal            
            
                Posts: 4Questions: 1Answers: 0
afoysal            
            
                Posts: 4Questions: 1Answers: 0            
            How can I use both "pageLength": 10, & "paging": false, ??
Answers
pageLengthhas no meaning ifpagingisfalse-falsemeans there is no paging, so everything will be displayed.But I would like to remove
row chooserand display 10 rows every page.Ah, so you want paging still. Use
domto remove the page selection menu - see here.But this solution displaying 100 rows per page. I need below controls to display.
That's the Buttons extension.
Thanks @colin . I am using below code
This code gives me sorted result. But I need unsorted result. Thanks.