Skip to content

Update conditional cell styling topic for React 19 #1512

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 2 commits into
base: vnext
Choose a base branch
from

Conversation

IMinchev64
Copy link
Contributor

No description provided.

@mddragnev mddragnev self-requested a review May 8, 2025 12:35
@mddragnev
Copy link
Member

In the Using Cell Classes section there is a dataType="Number" where it should be dataType="number"

@mddragnev
Copy link
Member

Probably a good idea if you refactor the methods to be anonymous lambdas to refactor all of them (there a couple that are still functions in the Using Cell Classes)

Copy link
Member

@mddragnev mddragnev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Hgrid Using Cell Classes there is :
cellClasses={this.grammyNominationsCellClassesHandler} which is a class component thing. However, every other snippet is using functions. Could you please change that? (Note that the handler is using public access modifier.

@IMinchev64 IMinchev64 requested a review from mddragnev May 12, 2025 12:25
@IMinchev64 IMinchev64 added the status: awaiting-test ❌ PR ready for testing label May 12, 2025
Copy link
Member

@mddragnev mddragnev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In hgrid there are some snippets that are using public keyword

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: awaiting-test ❌ PR ready for testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants