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

feat: add a "disableValueCache" option #5139

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jonatan-zint-tfs
Copy link

When using tanstack table with proxy objects as row data, copying cell values to the cache is unwanted behavior as they are no longer connected to the row proxy object. In these scenarios i'd like to turn off the value cache.

ref #4876

To illustrate the problem further You can read this comment and see the attached sandbox examples: #4876 (comment)

When using tanstack table with proxy objects as row data, copying cell
values to the cache is unwanted behavior as they are no longer connected
to the row proxy object. In these scenarios i'd like to turn off the value cache.

ref TanStack#4876
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant