jQWidgets Forums

jQuery UI Widgets Forums Grid Bootstrap minwidth for jqxGrid

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Bootstrap minwidth for jqxGrid #68231

    kc
    Participant

    How do I set a minwidth for the jqxGrid while using bootstrap so jqxgrid will give me a horizontal scroll bar?

    I set width: ‘100%’ and put in a bootstrap row/col. When I resize the window I want the min-width to be 300px of the grid and have a horizontal scroll bar so the grid is readable. Currently, all grid columns get compressed.

            <div class="row">
                <div class="col-sm-12">
                    <div id="jqxgrid"></div>
                 </div>
            </div>
    

    see Compressed bootstrap jqxgrid

    Bootstrap minwidth for jqxGrid #68244

    Peter Stoev
    Keymaster

    Hi kc,

    There’s no such Grid option. Probably you have to set min width of the container HTML Element which is Parent of jqxGrid.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.