Scottie
Scottie

Reputation: 11308

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?

Upvotes: 0

Views: 44

Answers (1)

Scottie
Scottie

Reputation: 11308

Found it. It's

rowList: [10, 20, 30, 50]

Upvotes: 1

Related Questions