jqGrid Number of Rows depending on screen size
I am trying to see if it would be a logical approach to decide on the number of rows in jqGrid based on screen size.
Say for example if we are browsing from a tiny laptop, I can set the rows to 5 (to avoid redundant vertical scrollbar and make it friendly for the user). If I browse the application from a really big monitor, I can very well set to 100 or like that.
Any suggestions to decide on this?