Does Tanstack Table support grid vs list view? #4855
Unanswered
marceloverdijk
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Yeah for sure. You can just make one row and render everything in it. Cells are common, but technically optional |
Beta Was this translation helpful? Give feedback.
1 reply
-
Probably should include here that reading from row.original shows you all data in a single row |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
E.g. bootstrap-table has this:
https://examples.bootstrap-table.com/#extensions/custom-view.html
Like:
So it's the same "table" and data, but only rendered as a grid and not as traditional .
Both views can be dynamically switched using the top right icon.
This is common pattern when displaying table data vs grid data on web pages.
I wonder if something like this van be implemented?
Beta Was this translation helpful? Give feedback.
All reactions