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(data-grid): Expose table-instance via ref #3670

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Conversation

yusijs
Copy link
Contributor

@yusijs yusijs commented Nov 4, 2024

There are a few instances where people want / need to access the table instance returned from useReactTable, or where certain features that we can't prioritize immediately (for example #3667) is required. By exposing the instance, we allow the consumers to bypass these limitations until we can either address their request, or we still allow them to do whatever they need to do without us having to officially ™️ support it.

Resolves #3586

Copy link
Collaborator

@oddvernes oddvernes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yusijs yusijs merged commit 6869b88 into develop Nov 4, 2024
6 checks passed
@yusijs yusijs deleted the RHENRI/expose-table branch November 4, 2024 13:44
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.

Add access to current table state in eds-data-grid
2 participants