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 1 commit 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.

@@ -1105,13 +1105,13 @@ let backgroundClasses = {
}
};

function editDone(grid, evt) {
const editDone = (evt) => {
Copy link
Member

Choose a reason for hiding this comment

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

Can you add event type here

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.

3 participants