tonytomov / jqGrid

jQuery grid plugin
www.trirand.com
2.84k stars 1.2k forks source link

How do I close the horizontal scroll bar? #944

Closed Heavenzhao closed 5 years ago

Heavenzhao commented 5 years ago

How do I close the horizontal scroll bar? Please tell me.

ssmathivanan402 commented 5 years ago

I have fix the issues in two way. by manually assign the width of the last td and another one is set the srinktofit:true and set the width in grid initialization itself.

On Tue, 2 Apr 2019, 11:18 am Heavenzhao <notifications@github.com wrote:

How do I close the horizontal scroll bar? Please tell me.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tonytomov/jqGrid/issues/944, or mute the thread https://github.com/notifications/unsubscribe-auth/AJqVvLIZpo2pfNhPBDPa23W4QzXPkVR9ks5vcu81gaJpZM4cXMR6 .

tonytomov commented 5 years ago

Ok. Will close it

Heavenzhao commented 5 years ago

Thank you very much for your reply! I'll try it. @ssmathivanan402