in a real case we would have dynamic table data, so instead of styling each tr individuality you can use more in the doc, thanks for the video 🙌
@cdruc2 жыл бұрын
Yup! Forgot there is a tailwind variant for almost everything 🤣. I might do a video on those just to catch up
@Ca3yMiX2 жыл бұрын
@@cdruc 😅 btw i came from react .. but tailwind used in jsx part so i can follow .. thanks for the video 🙌
@RandomMusicD2 жыл бұрын
Dude, I was really lost using tables with Django and Tailwind, this saved me, so thaaanks,
@cdruc2 жыл бұрын
Glad you find it helpful! 👊
@oketafred3 жыл бұрын
Your content is the best 👏👏👏👏. You deserve a million likes and subscribers 👏👏👏👏
@themarksmith3 жыл бұрын
Loving the videos on tailwind... Not into PHP (sorry) but your CSS, JS, etc. stuff is great - thank you!
@cdruc3 жыл бұрын
If it wasn't for Laravel, I probably wouldn't be into php as well, so that's ok 😂 Glad you enjoy the others!
@binodsharma112 Жыл бұрын
Thanks .. I was using table wrong in.. its so much helpful.
@elfreddy52 жыл бұрын
great video, I was able to use the idea in my project. Datatables and mobiles are not visually compatible at all.
@JokerBench2 жыл бұрын
Awesome video! I hope you can make a tutorial for the pagination as well
@GammaWraith3 жыл бұрын
Really nice, should definitely add some sticky headers then it will be golden
@CollinsKreation3 жыл бұрын
This is sick... I love it...thanks
@janiodrey5 ай бұрын
very helpful. thank you
@DevenSitapara24 күн бұрын
Wow, found what i was searching , please Create sorting and paginatiin
@asselita2463 Жыл бұрын
How can i prevent my table from stretching? because now horizontal scrollbar appeared, PLEASE HELP ME 🙏🙏🙏🙏
@aguswidi9316 Жыл бұрын
I'm lucky to found gems video. Awesome toturial. And thank's
@nicolasportu Жыл бұрын
Outstanding! Best of its kind 😃
@arellanojv12 жыл бұрын
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?
@cdruc2 жыл бұрын
Correct! Here: kzbin.info/www/bejne/iWWwmYRspcqkbqM On line 5 I'm hiding the table on screens less than 768px in width using hidden md:block, and on line 59 I'm showing the grid&cards but only until I reach 768px - from here on the table will be visible.
@namikazedevj462 жыл бұрын
this is so underrated
@barraganroberto2 жыл бұрын
This is crazy great! Thank you so much!! 👏
@neilgilroy16292 жыл бұрын
Great video!
@Curdledx2 жыл бұрын
very good video - even understandable for me as a backend / database guy :)
@cdruc2 жыл бұрын
Glad you find it useful!
@Doowi92 Жыл бұрын
Very helpfull tutorial and well explained it helps me alot, you have earn 1 more sub
@jitxhere Жыл бұрын
now this is awesome
@shaikotikbalhridoy2039 Жыл бұрын
Awesome bro, i like it ❤
@kohelet9102 жыл бұрын
Nice job !
@gotoslovakia2 жыл бұрын
Great! Thank you!
@gotoslovakia2 жыл бұрын
Also I discovered your website - a lot of useful information, I'll start using it tomorrow.
@cdruc2 жыл бұрын
Thanks! I hope you’ll find it helpful 👊
@marcelosantoscorrea3 жыл бұрын
Very very good!!!
@yagovelazquez91402 жыл бұрын
good stuff bro
@theophiluseniayewu6270Ай бұрын
Thsnk you❤
@clipocasGames2 жыл бұрын
code please
@paschanchik2 жыл бұрын
Реально красиво получилось. Спасибо
@kimbapslayer19952 жыл бұрын
Clean clean
@maxwellmuhanda7940 Жыл бұрын
damn i cant explain how mucn i have learn in such a s small time
@programacion5536 Жыл бұрын
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
@jasonb2020203 жыл бұрын
nice
@NekoJinFel Жыл бұрын
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.
@hemrastyl6765 Жыл бұрын
In Software development, we want to get money as fast as we possibly can unless you have other goals, and how do we achieve that? By being productive and saving time. That's where Tailwind comes in.
@whintersby10 ай бұрын
I agree with @NekoJinFel. This looks like someone puked up CSS classes all over the page. This is worse than old school Div-itis.
@nithinrajendran30912 жыл бұрын
How to deal with table in mobile devices? Hide it. Awesome content though.