-
Notifications
You must be signed in to change notification settings - Fork 1.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 cell editoring #2633
Comments
@ursfan Can you check this issue. It seems similar to yours but not the same? |
I tried the example and it works if the editMode="cell" is set correctly. In the example it is given as editMode="cell ". |
@ursfan nice! @Leighton88 can you verify and close the issue if that is the case. |
@melloware @ursfan I think i owe you an apologies for my stupidness. Issue closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider PrimeReact PRO Support where support is provided within 4 business hours
I'm submitting a ... (check one with "x")
Codesandbox Case (Bug Reports)
Please fork the codesandbox below and create a case demonstrating your bug report. Issues without a codesandbox have much less possibility to be reviewed.
https://codesandbox.io/s/primereact-test-forked-bozfg?file=/src/index.js
Current behavior
On the cell editor when changing the value i receive the following error
TypeError: Cannot read properties of undefined (reading 'data') on this line
this.props.editingMeta[this.props.rowIndex].data[this.field] = val
Expected behavior
Values in change commit to the rowdata
Minimal reproduction of the problem with instructions
Please tell us about your environment:
Windows 10 Visual Studio 2019
running with .NET CORE 5 and ReactJS with redux and persist
React version:
16.11.0
PrimeReact version:
7.2.0
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Chrome
Language: [all | TypeScript X.X | ES6/7 | ES5]
ES6
The text was updated successfully, but these errors were encountered: