From ecc9a21dbd043303c1257bed3f02a19a77f93b3e Mon Sep 17 00:00:00 2001 From: bouks Date: Wed, 4 Feb 2015 20:50:34 +0100 Subject: [PATCH] Fix width option not used https://github.com/openpsa/jsgrid/issues/103 --- js/grid.common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/grid.common.js b/js/grid.common.js index c3c52599..5c6eb57b 100644 --- a/js/grid.common.js +++ b/js/grid.common.js @@ -148,6 +148,7 @@ $.extend($.jgrid,{ } if(coord.left) { coord.left += "px"; } $(mw).css($.extend({ + width: p.width, zIndex:p.zIndex, overflow: 'hidden' },coord))