Search code examples
paginationjqgridrow-number

JQGrid - Can the paging bar ask how many rows to show?


I've been searching google trying to find out if the JQGrid paging bar has the ability to show something like

# Rows: 10 20 25 50 100

automatically built in?


Solution

  • Found it. It's

    rowList: [10, 20, 30, 50]