-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Allow passing getInitialValueInEffect to useLocalStorage hook in useDataTableColumns #560
Merged
icflorescu
merged 30 commits into
icflorescu:next
from
Sajarin-M:feat/get-initial-value-in-effect
Apr 4, 2024
Merged
Allow passing getInitialValueInEffect to useLocalStorage hook in useDataTableColumns #560
icflorescu
merged 30 commits into
icflorescu:next
from
Sajarin-M:feat/get-initial-value-in-effect
Apr 4, 2024
Conversation
This file contains 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
Release 7.3
Minor docs website updates
Implement resizable columns, add double-click handlers, improve docs, update deps
Fix icflorescu#481, bump version
Bump version
Update README & docs website, bump version
Update deps & readme
Ensure Mantine 7.4 compatibility
Expose tableRef & update docs
Implement pinFirstColumn, fix minor UI glitch, update deps
Fix default column toggling & a few updates
Implement selectionCheckboxProps
Fix unhandled error, update deps, bump version
Fix column toggling
Remove unnecessary attribute
Release 7.4.5
Docs: add Aquarino to package users
Update dev deps & improve examples code in docs website
Improve column-pinning styling
Update dev deps to ensure compatibility with Mantine 7.5
Update dev deps
Update dev deps, add another row action cell example
Update dev deps
Bump version
Fix icflorescu#553, update dev deps to ensure Mantine 7.6 compatibility, update changelog, bump version
Update dev deps, add scroll row into view example
Improve/fix scroll to row examples
Improve scroll example again
Add link to standard `scrollTo` method on example page
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.
Implement #559