Skip to content
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

Add highlights prop for cell highlighting (multi-user collaboration) #420

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nahooni0511
Copy link

Hello! I'm currently developing a real-time collaborative spreadsheet application using this library, where multiple users can actively edit the same sheet. In my use case, I need to display other users’ active cells on the grid. However, there was no existing functionality to highlight cells based on external states.

To address this, I've introduced a new highlights prop. This allows developers to pass in custom highlighting data—particularly useful for indicating which cells are active for other users. I’ve tried to follow the existing code style and methodology as closely as possible for consistency.

Additionally, I’ve updated the Storybook examples to simulate real-time highlighting behavior, making it easy to see how the feature works in practice.

Thank you for reviewing this! I’m happy to discuss any feedback or make adjustments as needed.

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.

1 participant