Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #109380

    In my grid I add, with onRowClass a class to define color and background (see below).

    However it’s ignored when a column is freezed.

    How can I enforce it ?

    Tks

    .row-class-dettaglio{

    background : white;

    color: black;

    }

     

    #109386
    ivanpeevski
    Participant

    Hi,

     

    You can use the following CSS:

     

    .row-class-dettaglio {
    background: white;
    color: back;
    --smart-grid-cell-background-freeze: white;
    --smart-grid-cell-color-freeze: black;
    }

    Best Regards,
    Ivan Peevski

    Smart UI Team
    https://www.htmlelements.com/

     

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.