jqGrid宽度自适应

$(window).resize(function(){
        $("#tablegrid").setGridWidth($(window).width()*0.99);
    });

你可能感兴趣的:(jqGrid宽度自适应)