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

Improve row selection docs #5184

Merged
merged 2 commits into from Dec 17, 2023
Merged

Improve row selection docs #5184

merged 2 commits into from Dec 17, 2023

Conversation

setfloat
Copy link
Contributor

@setfloat setfloat commented Dec 4, 2023

  • Added note about row selection being index based by default
  • Added a link for how row selection can be managed with a custom id using the getRowId option on the core table api.
  • Referenced the use case of manual pagination as it is one of the most likely scenarios that using a custom id is necessary for row selection.

This should help developers understand how row selection is implemented and how it relates to other features within the table.

setfloat and others added 2 commits December 4, 2023 11:02
* Added note about row selection being index based by default
* Added a tanstack link for how row selection can managed with a custom id using the `getRowId` option on the core table api.
* Referenced the use case of manual pagination as it is one of the most likely scenarios that using a custom id is necessary for row selection

This should help developers understand how row selection is implemented.
@KevinVandy KevinVandy merged commit ff9f1f8 into TanStack:main Dec 17, 2023
1 check passed
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

2 participants