Skip to content
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

On each change, whole grid is getting re-rendered ! #770

Open
sravaniPrism opened this issue Jun 27, 2024 · 0 comments
Open

On each change, whole grid is getting re-rendered ! #770

sravaniPrism opened this issue Jun 27, 2024 · 0 comments

Comments

@sravaniPrism
Copy link

We have table structure , where each row is component and we have state in parent component , whenever I am editing it, it re-renders the entire table even though we have already used useMemo() to prevent unnecessary re renders . While it gets re rendered , it is getting automatically change to initial state. I want solution to prevent this multiple re renders on each edit.

P.s: We can't shift state from parent to child as it is complex.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant