I like to show row numbers in my grid using the rownumbers
property. But if only one row is returned, is there a way to set rownumbers
to false dynamically. Why? Seeing a "1" in a column without a header is a little confusing at first glance. But if there are multiple rows then you quickly realize the purpose of that column.
相关问题
- How to bind a dropdown list inside jqgrid row cell
- jQgrid filterToolbar fails with searchOnEnter
- Detecting checkbox event in jqGrid cell
- How to alter data received from the server before
- How to access other row data from a cell's cus
相关文章
- jqGrid Row Object in onSelectRow
- Weird behavior of jqgrid Grouping
- jQuery - jqGrid - submit buttons in each row
- JqGrid: sorting of local data
- How to Expand/Shrink row in Jqgrid dynamically
- VB.net FileUpload using Ajaxcall
- jqGrid addRowData doesn't work with grid as su
- How to turn off column highlighting (on hover) for
You can try to hide the
'rn'
columns, which hold the record numbers, if the number of records not large enough. Something like