How to show all rows in the jqGrid?

后端 未结 14 1601
心在旅途
心在旅途 2020-12-02 22:26

jqGrid exposes a property rowNum where you can set the number of rows to display for each page. How do you set the grid to just display ALL rows?

Right

14条回答
  •  渐次进展
    2020-12-02 22:48

    resolved it with simple change: rowNum: inputDataArray.length

    where inputDataArray is the array that I am providing to the Grid.

提交回复
热议问题