Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying tanstack-table-search-params-tanstack-router with
|
| Latest commit: |
340395b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://22c9ce91.tanstack-table-search-params-tanstack-router.pages.dev |
| Branch Preview URL: | https://feat-onstatechange-encoder-s.tanstack-table-search-params-tanstack-router.pages.dev |
Deploying tanstack-table-search-params-react-router-lib with
|
| Latest commit: |
340395b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://392acef9.tanstack-table-search-params-react-router-lib.pages.dev |
| Branch Preview URL: | https://feat-onstatechange-encoder-s.tanstack-table-search-params-react-router-lib.pages.dev |
dda3365 to
295645f
Compare
295645f to
205ff04
Compare
205ff04 to
265a2fc
Compare
265a2fc to
b2306ee
Compare
b2306ee to
ce861cc
Compare
ce861cc to
56c32fa
Compare
…ter options Introduce a new test suite for the useTableSearchParams hook, focusing on various configurations of the globalFilter parameter. The tests cover scenarios including default values, custom encoders/decoders, and debounce settings, ensuring robust validation of state management and query parameter encoding. Changes: - Create onStateChange.test.ts with multiple test cases for globalFilter options - Validate initial state, state updates, and reset behavior across different configurations
56c32fa to
340395b
Compare
onStateChange support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Supports
onStateChange.This change ensures that the table state is synchronized with URL parameters even when
table.setState()ortable.reset()is executed.Usage
Since
onStateChangehas been added to the return value ofuseTableSearchParams, you can simply set it inuseReactTable.Related Issue