TailwindCSS responsive tables on mobile screens

preview_player
Показать описание
In this video we'll see what solutions we have when it comes to making tailwindcss responsive tables look good on mobile devices.

Рекомендации по теме
Комментарии
Автор

in a real case we would have dynamic table data, so instead of styling each tr individuality you can use <tr class="odd:bg-white even:bg-slate-50"> more in the doc, thanks for the video 🙌

CayMiX
Автор

Dude, I was really lost using tables with Django and Tailwind, this saved me, so thaaanks,

RandomMusicD
Автор

Your content is the best 👏👏👏👏. You deserve a million likes and subscribers 👏👏👏👏

oketafred
Автор

Thanks .. I was using table wrong in.. its so much helpful.

binodsharma
Автор

Loving the videos on tailwind... Not into PHP (sorry) but your CSS, JS, etc. stuff is great - thank you!

themarksmith
Автор

great video, I was able to use the idea in my project. Datatables and mobiles are not visually compatible at all.

elfreddy
Автор

Really nice, should definitely add some sticky headers then it will be golden

GammaWraith
Автор

I'm lucky to found gems video. Awesome toturial. And thank's

aguswidi
Автор

Awesome video! I hope you can make a tutorial for the pagination as well

JokerBench
Автор

very good video - even understandable for me as a backend / database guy :)

Curdledx
Автор

Very helpfull tutorial and well explained it helps me alot, you have earn 1 more sub

Doowi
Автор

This is crazy great! Thank you so much!! 👏

barraganroberto
Автор

How can i prevent my table from stretching? because now horizontal scrollbar appeared, PLEASE HELP ME 🙏🙏🙏🙏

asselita
Автор

I think they could be accessibility issues if you use a grid div instead of a the table element. The first approach is the best, imo

programacion
Автор

for option number 2. in production are you going to render the data at the same time as the table or you will make a trigger if it hits a specific media query?

arellanojv
Автор

damn i cant explain how mucn i have learn in such a s small time

maxwellmuhanda
Автор

How to deal with table in mobile devices?
Hide it.

Awesome content though.

nithinrajendran
Автор

I’m still trying to understand what advantage tail wind has for developers who already know CSS. It would be even cleaner to write CSS inside dedicated file and not have to clutter the HTML.

NekoJinFel