-
Notifications
You must be signed in to change notification settings - Fork 431
Closed
Description
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
Labels
No labels