T
TanStack3mo ago
wise-white

Should I use TanStack Table to handle my custom "row" components?

I want to layout my table data into a list of components that look like the attached picture. And I was wondering if I should or shouldnt use tanstack table to help me give this list/ grid of items filtering, pagination, and sorting. Is it a sin to use tanstack table on something that doesnt exactly look like a table with rows?
No description
1 Reply
curly-silver
curly-silver2mo ago
Tanstack Table itself has zero to do with your layout. So this is fine. It’s essentially an object that’s been run thru a variety of functions to spit out the data you need in the format and structure you set.

Did you find this page helpful?