Replies: 2 comments
-
Hi @ethanfox, did you manage to make the column rerender? I'm having the same issue right now. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Unfortunately I was not. I ended up making my own data grid component.
It was pretty easy to set up. Had to us copilot to plow through some of the logic needed. I can show you the code if you want.
…On Feb 5, 2024, 1:54 PM -0600, Nicholas Costa ***@***.***>, wrote:
Hi @ethanfox, did you manage to make the column rerender? I'm having the same issue right now.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating a data grid where designers specify products. Two columns in the table are "sales rep" and "source". I want to be able to edit the sales rep column(accomplished) and when that changes have the source column be updated.(what I am having trouble with) . Is it possible to initiate a rerender of a cell from a different cell in this library?
Picture of row:

Beta Was this translation helpful? Give feedback.
All reactions