0
votes

Im using jsGrid, not jqGrid..

I have bug problem on column. here is the picture

enter image description here

1

1 Answers

1
votes

Add the following css rule:

.jsgrid-cell { 
    overflow: hidden; 
}

See the working fiddle https://jsfiddle.net/tabalinas/kL291xp5/