CleverHuman

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: jqGrid 3.5.alfa – Grid in a ui.tabs ? #86137
    CleverHuman
    Participant

    cvneo said:

    I look in the code via firbug

    This seems to come from this line:
    <td align=”center” id=”pager2_center” style=”white-space: nowrap; width: 12px;”>

    if I change:
    <td align=”center” id=”pager2_center” style=”white-space: nowrap; width: 300px;”>

    The navigation buttons reappear.

    So it seems the 1114 file grid.base.js
    $ ( “td #” + pgid +”_”+ ts.p.pagerpos ,”#”+ pgcnt). append (PGL). width (TWD 12);

    replaced by:
    $ ( “td #” + pgid +”_”+ ts.p.pagerpos ,”#”+ pgcnt). append (PGL). width (TWD 300);

    By against I do not know if the former has a value involvement Elsewhere … ?


    I have the same issue but using a JQueryUI Dialog instead of a tab. I imagine the issue is the same, though. And, as suggested above, I am using this as a workaround:

    $(“#FollowerPager_center”).css(“width”, “300px”);

    Also, Great job on the 3.5 alpha. It really looks great. The themeroller ready feature is fantastic.

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!