Reputation: 11
I am using jpGrid for showing data in table but i do not want to show column showing row number is anyone know how to remove that column?
Upvotes: 1
Views: 1308
Reputation: 155
To remove the rownumber/serial number column in grid then add the following line in the jqgrid code rownumbers: false
Upvotes: 0
Reputation: 217
You can Use "rownumbers: true" to display the row numbers. If this is what you are looking for.
Upvotes: 3