jqGrid is stretching row height to fit grid height -


it appears when jqgrid has few rows, increases height of rows fill available space. there way disable behavior?

probably use height: "auto" or height: "100%" option of jqgrid. can use numeric value specify height of grid in pixel. way default value of height parameter 150 (see the documentation).


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -