Reputation: 11308
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?
Upvotes: 0
Views: 44
Found it. It's
rowList: [10, 20, 30, 50]
Upvotes: 1