Responsive large tables?
What would you suggest for having a large table (100s of rows) with lots of columns (10-15) for displaying in a mobile view?
What have you tried before with good results?
5 Replies
bump
Are you looking for datatable components ? I have recently used the mantine datatable and really liking it. https://icflorescu.github.io/mantine-datatable/. But then you need to use mantine.
Mantine DataTable
Mantine DataTable
A fully featured data table / data grid component for building data-rich applications with Mantine UI
I have tried many but stock to building one my self and have 2 different views one for mobile one for desktop
Tables aren't built for mobile
Not components, I'm using tanstack for tables, it makes perfectly fine tables.
Its more a design thing. I s'pose. Is there a good way of laying it all out, or is there a good strategy for them?
What does your mobile view contain? half the data? or even less?
Kinda all the data
With a collapsible view all