Skip to content

How does TanStack/react-table compare to a spreadsheet? #3963

Answered by KevinVandy
lancepollard asked this question in Q&A
Discussion options

You must be logged in to vote

@tanstack/react-table is mostly focussed on the headless logic for displaying data in columns, rows, pagination, grouping, expanding, filtering, searching, etc. You can easily build on editing and all of the other stuff you mentioned, but you have to implement it yourself. Though react-table will give you a pretty good base for it.

Here's an example of a double click to edit example using react-table I've done. https://www.material-react-table.dev/?path=/story/features-editing-examples--editing-enabled-edit-mode-cell

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lancepollard
Comment options

Answer selected by lancepollard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants