I've started my coding journey before 3 years. But I didn't give my 😭100% on Web Development. Within these years I've been trying other stuffs such as: a. 🎬 Video Editing b. 💠 Logo Design c. 🎨Graphics/UI/UX Design d. ✨Animation & many more. You can called me "Jack of all trades, master of none"
Awesome design..... I followed all the code, but vertical scroll for table body section not working, it remains hidden, while horizontal scroll works properly. What may be the issue..?
As you know I've used 📢_*"Overflow : auto;"*_ so, you have to create enough *_"📈Table Data"_*__. According to my Table's height, if you ➕add more than 7️⃣seven __*_"Data"_* to my table, you'll get that _Vertical Scrollbar_.
@05:20 you add a background image, how to set my html & css in that way: I want to add 2 images and then the table. In t he end to be same result as yours.
Hi, sorry, I downloaded the folder directly from github, html and css work but it's as if the javascript file doesn't work (the various filters, sorting, search button, export etc. don't work). come, can I solve it?
@@CodingDesign perfect, it works... for other questions where can I ask you? for example, (I only imported the javascript code), I would like to implement only the search function, I only copied point 1 of the js file but it still sorts the columns that I don't want to have...how can I solve it? what do I have to eliminate from point 1 to not have sorting and only search?
@@marcoagnelli7363 Within the code, I've clearly given hints through "comments". But anyway, you just only need "searchTable" function along with used "variables" & "event listener".
I tried this in my browser, greatwork, but i dont know why the table doesnt fill the whole box i just copied the same code as yours but got different results
We can't directly read files using JS unless if you're using other backend technologies. One of the alternative way is to use library: Tabletop.js OR check out this stack overflow link this might help: ✅ stackoverflow.com/questions/70902197/accessing-a-public-google-sheets-data-directly-from-client-side-javascript
Namaste Jeet, I am a backend engineer with 17 years of Industry Experience and I really love your videos. Thanks for sharing your knowledge with us.
Thank you!
I'll try my best to bring more helpful content in the future too.
Finally someone who has the skills to do it without any fricking frameworks. Thanks bro for using vanilla js and css
You're most welcome.
Backdrop filter was awesome bro. Keep putting such videos 🙌
Thank you, I will
Great presentation! Very useful; and a beautiful design. Congratulations!
Glad you like it!
One of the most precise video with great details of CSS properties, really awesome work with complete clarity
Much appreciated
Absolutely loves it. ❤Keep it up thumbs up 👍🏻👍🏻👍🏻👍🏻
Thank you! Hope you'll show your same ❤ & support in the future too.
sooooo cool video, edit, example, explenation!!!
Wow, thanks!
Really great...❤ I need your help in customising my table
Thank you so much. Easy, accessible, understandable... I get likes and subscriptions.
You're welcome.
Thank you for sharing such a creative table solution. Loved it !!
Most welcome 😊
I love your contents💪😍 Please keep on creating videos like this
Thanks. But it's difficult to survive in this RUclips game. I do have very few subscribers and among them only 100-150 subscribers are active one.
Loved it bro...❤
Glad to hear that.
thanks for sharing.. its so pretty!
I'm more than happy to help.
thank you so much!! You made my work a lot easier and saved me a lot of time. 🥳
Glad to hear that!
Amazing video Bro. ❤
Glad you liked it.
I love your video, it's very useful.
Glad you think so!
Thank you for such a Great and Simple design. Many ways to configure. Peace :}✌
You're welcome. Keep l❤ving & supporting.
Sweet! That's a perfect tutorial!
Thanks!
You can provide more constructive criticism for my better content.
so good tutorial, nice table
Glad you like it!
Great bro, thanks!
Amazing explantion!
Glad it helped!
Thank you so much for the tutorial i was looking for exactly same thing
Glad I could help
Excelente job. Thanks for shared. You have new sub.
Awesome, thank you! Hope you'll show you same l❤ve & support in the future too.
My guy 👍👍👍
More than happy to help.
Man i just wonder how to start coding without any tutorials like you , just asking how much is your coding experience brother
I've started my coding journey before 3 years. But I didn't give my 😭100% on Web Development.
Within these years I've been trying other stuffs such as:
a. 🎬 Video Editing
b. 💠 Logo Design
c. 🎨Graphics/UI/UX Design
d. ✨Animation & many more.
You can called me "Jack of all trades, master of none"
brilliant video man
Much appreciated
This is very important for me.
Thank you 🙏
Glad to hear that
This is a really good video
Thank you! hope you'll show your same l❤ve & support in the future too.
excellent
Thanks!
One doubt- html, css, js... logos to be applied in visual studio code, how to do that mate?
This helped me a lot. Thanks!
Glad to hear it!
Hope you'll show your same ❤ & support in the future too.
Thanks for this creative master piece.
Glad you like it!
Hope you'll show your same ❤ & support in the future too.
@@CodingDesign sure, l will.
Amazing 👌👌
Thanks 😊
thank you sm
Happy to help
Awesome design.....
I followed all the code, but vertical scroll for table body section not working, it remains hidden, while horizontal scroll works properly. What may be the issue..?
As you know I've used 📢_*"Overflow : auto;"*_ so, you have to create enough *_"📈Table Data"_*__. According to my Table's height, if you ➕add more than 7️⃣seven __*_"Data"_* to my table, you'll get that _Vertical Scrollbar_.
Thanks a lot, brother!
Always welcome
Good design ! But it shouldn't be scrolling horizontal way it's notbthe best for thr user! Check responsive JQuery datatable 😉😊
Thanks for the tip!
First of all, thank you so much!!
is it possible to get rid of the empty area on the right? (the scroll bar area)
You can hide scrollbar with display css property.
How to change the font of the text for specific rows in the table. For example 1 row is a different font and another row is a different font.
You can do it easily with ":nth-child()" pseudo CSS class.
⚠ But I recommend not to do so, if you want better UI.
@05:20 you add a background image, how to set my html & css in that way:
I want to add 2 images and then the table. In t he end to be same result as yours.
...
Do you want your image to be at the "BACK" of Table or just "ABOVE" of it.
Hi, sorry, I downloaded the folder directly from github, html and css work but it's as if the javascript file doesn't work (the various filters, sorting, search button, export etc. don't work).
come, can I solve it?
I've done some update. You can check out.
@@CodingDesign perfect, it works... for other questions where can I ask you? for example, (I only imported the javascript code), I would like to implement only the search function, I only copied point 1 of the js file but it still sorts the columns that I don't want to have...how can I solve it? what do I have to eliminate from point 1 to not have sorting and only search?
@@marcoagnelli7363 Within the code, I've clearly given hints through "comments".
But anyway, you just only need "searchTable" function along with used "variables" & "event listener".
It's possible to create more than 1 table inside main area; side by side or 1 down of other ?
Yes! but you've to make some changes in Layouts.
I tried this in my browser, greatwork, but i dont know why the table doesnt fill the whole box i just copied the same code as yours but got different results
I've given "Source Code" for this whole ▶ playlist. Please check out video's description.
Do you have a website? Or private class?
For now I don't have. But I'm planning.
Thank y🎉
You're welcome 😊
👍👍👍
Thank you!
i am trying to work on the jquery / javascript to tap the row select event, but its not working
I'm sorry! I didn't get your question. What are you actually trying to achieve?.
@@CodingDesign row click event, some how I finallyanaged to find the answer.
eu consigo por esta estilização numa tabela de um bando de dados?
Depende totalmente dos seus dados gerados.
The export file is not working for me
Did you watch whole video playlist?
How do I make a table by Google sheet data like this?
We can't directly read files using JS unless if you're using other backend technologies.
One of the alternative way is to use library: Tabletop.js
OR
check out this stack overflow link this might help:
✅ stackoverflow.com/questions/70902197/accessing-a-public-google-sheets-data-directly-from-client-side-javascript
U beauty
Was it helpful?
this is not responsive wen on mobile phone you need to scrool to sides to see rest of table
I'm planning to create separate video for mobile version as well.
bro where uh from ?
I'm from "Nepal"
i liked that verymach ؟?
Thank you!
Hope you'll show your same ❤ & support in the future too.
It's not responsive table... Why you think if you add scrollbar it will start be responsive???
Watch whole video in playlist bro
You're right! In the mobile screen you've to take totally different approach. So, I'm planning separate video for that topic as well.
Code? Plz 😭 I wanna defend my project
code is secret ,please reveal ur idenTITY first 😢
Please check video's description, I've given 🔗link.