Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Commit

Permalink
Fix width option not used
Browse files Browse the repository at this point in the history
  • Loading branch information
bouks committed Feb 4, 2015
1 parent 3cfda36 commit ecc9a21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/grid.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ $.extend($.jgrid,{
}
if(coord.left) { coord.left += "px"; }
$(mw).css($.extend({
width: p.width,
zIndex:p.zIndex,
overflow: 'hidden'
},coord))
Expand Down

0 comments on commit ecc9a21

Please sign in to comment.