Skip to content

[bug] a problem with theme overide for trailing + freeze rows  #1010

Open
@mirus-ua

Description

@mirus-ua

Hello

I have this set of props for the Grid

 trailingRowOptions={{
  hint: "Add..",
  sticky: true,
  tint: true,
}}
freezeTrailingRows={data.length > 0 ? 1 : 0}
getRowThemeOverride={(rowI) => {
  if (rowI === data.length) {
    return {
      bgCell: "#efeff1",
    };
  }
  return undefined;
}}

As you can see in the attached screenshot, the background color from the small row divider overlaps the text in the cells in the frozen row.

Maybe I can disable this row divider?

Знімок екрана 2024-12-08 о 18 58 37

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions