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

Commits on Dec 4, 2023

  1. Improve row selection docs

    * 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.
    setfloat committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    4e9ea64 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. reword

    KevinVandy committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    664ca8d View commit details
    Browse the repository at this point in the history