Add new prop weekendColor to grid#122
Open
AquilesOliveiraDev wants to merge 1 commit intoMaTeMaTuK:mainfrom
Open
Add new prop weekendColor to grid#122AquilesOliveiraDev wants to merge 1 commit intoMaTeMaTuK:mainfrom
AquilesOliveiraDev wants to merge 1 commit intoMaTeMaTuK:mainfrom
Conversation
wamra
approved these changes
Jul 21, 2024
matiasagbenitez
approved these changes
Sep 17, 2024
jeonghanyun
added a commit
to jeonghanyun/gantt-task-react-19-korean
that referenced
this pull request
Aug 2, 2025
- Add weekendColor prop to StylingOption interface - Add weekendColor support in GridBodyProps and GridBody component - Implement weekend detection logic using getDay() (0=Sunday, 6=Saturday) - Add weekend column highlighting with configurable color - Update Gantt component to accept and pass weekendColor prop - Add weekendColor usage examples in example app (#97979714) - Update README.md with weekendColor documentation - Change todayColor default from rgba(252, 248, 227, 0.5) to rgba(252, 248, 227, 1) Based on PR MaTeMaTuK#122 from MaTeMaTuK/gantt-task-react by AquilesOliveiraDev
Dozalex
added a commit
to Dozalex/gantt-task-react
that referenced
this pull request
Aug 14, 2025
- added weekendColor prop to styling interface; - added weekendColor support in Gantt components; - added weekendColor support in GridBody components; - updated README.md with weekendColor documentation; Based on PR MaTeMaTuK#122 from MaTeMaTuK/gantt-task-react by AquilesOliveiraDev
|
@AquilesOliveiraDev Thanks for the PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Hi, i would like to thank for this lib.
In our project, we have some rules applied on weekends and we miss being able to apply colors in this column, so we would like to contribute to this feature.