themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.29k stars 708 forks source link

More responsive small-screen table #896

Open alator21 opened 2 weeks ago

alator21 commented 2 weeks ago

Is your feature request related to a problem? Please describe. The tables that are provided are not very responsive. Specifically for small screens, when I use a table that contains a lot of columns, the user has to scroll horizontally a lot.

Describe the solution you'd like I would like for the rows to be vertical, when there is no much space. The header should disappear, and the content should become vertical.

--ID--Name--Age --1 --Raf -- 26

to

ID:1 Name:Raf Age:26

Describe alternatives you've considered

Additional context