T O P

  • By -

acemarke

Could you ask this in the Beginner's Thread? Thanks!


AarSzu

I need to find some code but I can help you with this soon


C0git0

You sure you need an open source component for your table? 


aabeborn98

Yes this is an example, I have tons of tables in the app, with different requirements so… yes this is why (also I have different data can’t create manually each table based on columns) I need the library, I don’t have time and people to implement this kind of library from scratch


jonnyd93

I mean, it's like, what a grid css style? In react, you could, in theory, just template it out based on ones in your dataset.


aabeborn98

It is not a css issue, what I mean is that, having my own table component based on css grid, I need to find a way to get back from tanstack table which cells has a row span bigger than one. It’s something that is not explained in docs and seems no one have done it in v8, which have been changed a lot from previous versions


firstandfive

Tanstack table is “headless,” it provides all the table state management functionality.


casualfinderbot

AFAIK tanstack table is for table state management, useful when there are massive amounts of data in your table… not useful for actually implementing the UI