Skip to content

Feat/cellstyle #533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

Noe-Favier
Copy link

what is it ?

image

I've added a new property to GanttItem allowing users to customize the style of the bar container in the Gantt component.

color?: string;
barStyle?: Partial<CSSStyleDeclaration>;
cellStyle?: Partial<CSSStyleDeclaration>; //<--- here
origin?: T;

This complements the existing barStyle property by enabling custom styling of the surrounding cell.

any requests ?

I'm open to feedback — let me know if you'd like any changes or improvements to better align with the project. Happy to adjust the implementation if needed.

@Noe-Favier
Copy link
Author

@walkerkay, may i ask a review ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants