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 ! #769

Open
shravani0011 opened this issue Jun 26, 2024 · 0 comments
Open

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

shravani0011 opened this issue Jun 26, 2024 · 0 comments

Comments

@shravani0011
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.

Screenshot 2024-06-26 173242

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