boson

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Author
    Replies
  • in reply to: setting column to take up all remaining available space. #98987
    boson
    Participant

    Hi,

    If you want the grid to resize when you resize the browser window, you can do something like this:

    $(window).bind('resize', function() {

    in reply to: custom formatter issue #98975
    boson
    Participant

    Hi,

    As a general tip, I would like to suggest that you look at the data in options and rowObject. The easiest way is to just do console.log(options) with FireBug.

    Boson

    in reply to: Column minimal width #98968
    boson
    Participant

    Hi,

    I would like to have min-width as a new colum model option. That would be really useful to be able to set a minimum with for

    in reply to: remove “of n” in pager #98905
    boson
    Participant

    Hi John,

    If you have a pager like

    , you can do almost anything you want about how you want to display it. For instance, you can hide it until loading is completed: $('#grid_pager').hide(), and if you want to add your own text you can do something like this: $('#grid_pager_right').text('foo'). If you use FireBug plugin, you can get the DOM information on any section of the page.

    I hope this helps,

    Boson

Viewing 4 replies - 1 through 4 (of 4 total)

Stay connected with us in your favorite flavor!