Skip to content

Change column color #466

@denys-correia

Description

@denys-correia

Good afternoon,
Thanks for this great library.

I'm changing the color of the line this way.

    const rowStyle = (row, rowIndex) => {
            if (row.status === "Closed") {
                return {color: '#FD0303' };
            }
        };

Is there any way to change the color of the column? because this changes the color of the entire line

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