Naveen Kapoor
Naveen Kapoor

Reputation: 11

How to delete column showing row number

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

Answers (2)

sanjeeviraj
sanjeeviraj

Reputation: 155

To remove the rownumber/serial number column in grid then add the following line in the jqgrid code rownumbers: false

Upvotes: 0

Chhaya
Chhaya

Reputation: 217

You can Use "rownumbers: true" to display the row numbers. If this is what you are looking for.

Upvotes: 3

Related Questions