-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Datatable: Setting rowEditorInitIcon has no effect. #4430
Labels
Type: Bug
Issue contains a defect related to a specific component.
Milestone
Comments
ecstrema
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
May 21, 2023
melloware
changed the title
Component: Datatable: Setting rowEditorInitIcon has no effect.
Datatable: Setting rowEditorInitIcon has no effect.
May 22, 2023
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
May 22, 2023
melloware
added a commit
to melloware/primereact
that referenced
this issue
May 22, 2023
melloware
added a commit
that referenced
this issue
May 22, 2023
It's not working for me. Can anyone show some code snippet of a working example? |
github-actions
bot
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Nov 17, 2023
You are right it was only fixed for frozen tables not regular. Fixing now. |
melloware
removed
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Nov 17, 2023
melloware
added a commit
to melloware/primereact
that referenced
this issue
Nov 17, 2023
melloware
added a commit
that referenced
this issue
Nov 17, 2023
Fixed for 10.0.10 |
Damn, that was fast 😅 Many thanks |
@MBelniak looks like I only fixed "half" of it last time 😄 Thanks for the report! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Setting rowEditorInitIcon on datatable seems like it does nothing. Even, if I step into the debugger, it shows the the prop is not accessible to the column editor.
Reproducer
https://codesandbox.io/s/primereact-demo-forked-wim1ts
PrimeReact version
9.4.0
React version
17.x
Browser(s)
Chrome
Steps to reproduce the behavior
Open the reproducer: the icon is customized, it should show some text instead.
The text was updated successfully, but these errors were encountered: