jQWidgets Forums

jQuery UI Widgets Forums DataTable Pinnen column background color

This topic contains 2 replies, has 2 voices, and was last updated by  NedFit 8 years, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Pinnen column background color #89004

    NedFit
    Participant

    Hi

    I am trying to set the background color of a pinned column of a datatable with no result. I am trying the following:

    .jqx-grid-cell-pinned-nedfit {
    background-color: #000;
    color: #222;
    text-shadow: none;
    }
    .jqx-grid-cell-pinned-alt-nedfit {
    background-color: #000;
    color: #222;
    text-shadow: none;
    }

    The styles above are in a separate style-sheet (overridess.css) loaded last.

    jqx.base.css
    jqx.nedfit.css
    overridess.css

    What am I overlooking ?

    Best Regards
    Erwin

    Pinnen column background color #89021

    admin
    Keymaster

    Hi Erwin,

    Did you set the DataTable theme property to “nedfit”?

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    Pinnen column background color #89025

    NedFit
    Participant

    Hi Peter

    Yes I did set the theme property to nedfit, but I found out what I did wrong. Below the proper styles :

    .jqx-widget-nedfit .jqx-grid-cell-pinned-nedfit, .jqx-grid-cell-pinned-nedfit {
    background-color: #000000;
    color: #222;
    text-shadow: none;
    }
    .jqx-widget-nedfit .jqx-grid-cell-pinned-alt-nedfit {
    background-color: #000000;
    color: #222;
    text-shadow: none;

    I forgot the .jqx-widget-nedfit part 🙁

    Thank you for your time !

    Erwin

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

You must be logged in to reply to this topic.