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
@KevinVandy
Copy link
Member

@OlaAlsaker Curious on your opinion on this PR. I was originally saving this type of change for v9

@OlaAlsaker
Copy link
Contributor

I don't this change is necessary anymore after we introduced support for reactivity in v8.20.0. @jonatan-zint-tfs , could you maybe test out the latest update and see if it solves your problems? 😄

@jonatan-zint-tfs
Copy link
Author

Sure I was kinda reshifted to another project, but I'll check with my collegues!

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.

3 participants