Skip to content

Update column types topic for React 19#1513

Merged
dkamburov merged 4 commits into
vnextfrom
mtihova/column-types-topic-update
May 22, 2025
Merged

Update column types topic for React 19#1513
dkamburov merged 4 commits into
vnextfrom
mtihova/column-types-topic-update

Conversation

@MarielaTihova
Copy link
Copy Markdown
Contributor

No description provided.

@MarielaTihova MarielaTihova changed the title Column types topic update Update column types topic for React 19 May 5, 2025
@mddragnev mddragnev self-requested a review May 8, 2025 12:25
Copy link
Copy Markdown
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.

Two things:

  1. IgrColumnPipeArgs is no longer a class and cannot be created like an instance (new IgrColumnPipeArgs). Now you should use it like this :
    const formatOptions: IgrColumnPipeArgs = { digitsInfo: "1.4-4" }
    Please update all snippets that use this.
  2. Please update the function in column formatter section to be an anonymous lambda so that it is consistent with the rest

Comment thread doc/en/components/grids/_shared/column-types.md Outdated
@dkamburov dkamburov merged commit d08baf4 into vnext May 22, 2025
11 checks passed
@dkamburov dkamburov deleted the mtihova/column-types-topic-update branch May 22, 2025 13:46
@randriova randriova added the status: localized indicates that localization is complete label May 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: localized indicates that localization is complete

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants