jQWidgets Forums

jQuery UI Widgets Forums Grid Grid checkbox custom css

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 7 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Grid checkbox custom css #98743

    dan123
    Participant

    Hi i am trying to figure out a css selector to place the checkbox header a bit down.

    I tried doing this css, and didn’t work.
    .jqx-grid-column-header > div.jqx-checkbox-default:eq(0) {
    margin-top:20px !important;
    }

    I really need help on this customization just using css.

    Here is my jsfiddle:
    http://jsfiddle.net/4zAHJ/801/

    I also tried using nth child going into the console settings to find and came across this, which helped me change the background of the checkbox column.
    #columntablejqxgrid > div:nth-child(1) {
    background: red;
    }

    Grid checkbox custom css #98786

    Hristo
    Participant

    Hello dan123,

    You could try to use this approach.

    Best Regards,
    Hristo Hristov

    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.