Beautiful Filter/Search Table in HTML, CSS and JavaScript well explained | Kundan Kumar.

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • In this video, you will learn how to make beautiful data table using HTML and CSS together with Filter/Search Table using JavaScript.

ความคิดเห็น • 45

  • @AyushGupta-ke9ik
    @AyushGupta-ke9ik ปีที่แล้ว +1

    Bhai thanku ek bhut bdi problem solve krdi aapne
    Dil se thanks 😊😊😊🙏🏻🙏🏻🙏🏻🙏🏻

    • @kundankumar011
      @kundankumar011  ปีที่แล้ว

      @AysushGupta Sunkar achha lga ki Mera video aap Ka kaam Aaya. Agar App Mere channel ko abhi tak Subscribe Nahi kiye ho tho app bhi subscribe Karke mujhe motivate kre ❤️❤️❤️

  • @Patrick-xm1ss
    @Patrick-xm1ss ปีที่แล้ว +1

    Thanks for making this well explained videos. I like your explanation

  • @rwanda-sdaofficial9420
    @rwanda-sdaofficial9420 ปีที่แล้ว +1

    Champion to new UTB👌👌👌

  • @MrKurber
    @MrKurber ปีที่แล้ว +1

    yall got the best videos over there frfr

  • @AyushGupta-ke9ik
    @AyushGupta-ke9ik ปีที่แล้ว +1

    Muje confusion tha k 4th column k hisab se kese kru wo aapne bta diya thnks 🚩😊🙏🏻

    • @kundankumar011
      @kundankumar011  ปีที่แล้ว

      @AyushGupta It's pleasures to know that your confusion is cleared. Please you do subscribe my channel if not yet.❤️

  • @umutoniwaseyvette8389
    @umutoniwaseyvette8389 ปีที่แล้ว

    Great job sir🙏

  • @user-zc5po4om6c
    @user-zc5po4om6c 8 หลายเดือนก่อน +1

    I am facing this error : 'Uncaught TypeError: table.getElementByTagName is not a function' Please solve it

    • @kundankumar011
      @kundankumar011  8 หลายเดือนก่อน

      Thank you so much for watching my video ❤️. It should be table.getElementsByTagName. There is s in Elements. Hope you got me well dear. If my video is helpful for you please motivate me by subscribing my channel and liking videos.

  • @kambodi2010
    @kambodi2010 ปีที่แล้ว +1

    Mr.Kundan : With pagination the code shows only the active page, it will not show other records. is there a way to search whole table?

    • @kundankumar011
      @kundankumar011  ปีที่แล้ว +1

      @Kambodi, thank you for investing your time in watching this video. I sincerely value your insightful questions regarding pagination. However, I would like to clarify that the video did not explicitly focus on implementing pagination. If you would like me to develop a solution for searching data tables with pagination, I will make an effort to allocate time to work on it and subsequently publish it. ❤️

    • @kambodi2010
      @kambodi2010 ปีที่แล้ว

      @@kundankumar011 it will be great job. If you think there is a possibility in a small change in the code will solve the problem it will be helpful also?

  • @aishwarya2396
    @aishwarya2396 ปีที่แล้ว +1

    I did just as you but the search operation isn't working for me. What do i do?

    • @kundankumar011
      @kundankumar011  ปีที่แล้ว

      @aishwarya2396 Thank you for taking the time to watch my video. Please you do motivate me by subscribing my channel. In case you encounter any issues, here are some possible solutions:
      1. Ensure JavaScript is enabled in your computer's web browser settings.
      2. Double-check that you have correctly linked your external JavaScript code to your HTML file.
      3. Review your JavaScript code for any errors or typos. Small mistakes can sometimes lead to unexpected behavior.
      4. From my experience, learners often make a common error when typing the `document.getElementsByTagName()` function.
      By following these suggestions, you can troubleshoot and resolve potential issues that may arise while working with JavaScript. Keep learning and practicing, and don't hesitate to ask for further assistance if needed.

  • @avoidevader4038
    @avoidevader4038 10 หลายเดือนก่อน +1

    why whitemode bruh

    • @kundankumar011
      @kundankumar011  10 หลายเดือนก่อน

      @avoidevader4038 Thank you for watching the video. But I'm not getting you well. Actually I am not familiar with the term "whitemode." It's possible that you might be referring to a specific attribute or feature related to tables that I'm not aware of. Can you please provide more context or clarify what you mean by "whitemode" so I can better assist you? and you do subscribe my channel 🥰

  • @petco605
    @petco605 ปีที่แล้ว +1

    Hey how can I search not only for name, but also for the other columns data ?

    • @kundankumar011
      @kundankumar011  ปีที่แล้ว +1

      Hi Petco, Thank you for watching my video and asking very interesting question. There are many way to search item in any column. In this video, i am iterating only rows(). You can also iterate columns() using inner loop and adjust some statements logically. But let me guide you by simple quick way to answer your question. In JavaScript file, replace td = tr[i].getElementByTagName(“td”)[1];with just td = tr[i]; code. Hope you got me well and its working for you?? If you like my video, please you do subscribe my channels and share. Your likes and subscription will motivate me to bring more interesting videos.

    • @petco605
      @petco605 ปีที่แล้ว +1

      @@kundankumar011 Hello, I changed the code as you said and I can still only search the rows from the one Column.

    • @kundankumar011
      @kundankumar011  ปีที่แล้ว +1

      @@petco605 Really. Hope after changes made, you have opened the file again in browser. It’s working fine at my side.

    • @kundankumar011
      @kundankumar011  ปีที่แล้ว +1

      @Petco Thank you for subscribing my channels. Hope you manage to fix the issue.

    • @petco605
      @petco605 ปีที่แล้ว +1

      @@kundankumar011 No problem, yes im trying to work it out

  • @apurvraj8499
    @apurvraj8499 ปีที่แล้ว +1

    can you share the code please

    • @kundankumar011
      @kundankumar011  ปีที่แล้ว

      @Apurv Raj Thank you for watching my video. I will happy to fix your bugs if you tell where is the problem in coding which you typed while watching my video so that I can guide you?

  • @Anji-Technical
    @Anji-Technical ปีที่แล้ว +1

    source code?

    • @kundankumar011
      @kundankumar011  ปีที่แล้ว

      Hi Anji for watching my video. Hope you found its helpful. Better ask me questions where is the problem in Source code you wrote while watching this video. I will be happy bro fix it and guide you. If have not subscribed my channel yet. Please You do subscribe ❤️

    • @Anji-Technical
      @Anji-Technical ปีที่แล้ว +1

      @@kundankumar011 ok ser, I coded html and css part correctly and also i coded javascript but.. the search is not working properly only html and css is working but javascript is not working so help me :)😀

    • @kundankumar011
      @kundankumar011  ปีที่แล้ว

      @Anji Technical Cool. There could be syntax errors. You can seek the video towards the last upto 27:24 minutes where full JavaScript code is seen at one screen. Then see what mistakes (Check each letters of Java Script) you have done. If Still there is error. Then If you don't mind share Your email address dear Anji? And Please subscribe my channel 🥰🥰

  • @metalhos
    @metalhos 10 หลายเดือนก่อน +1

    "beautyful"

  • @rosemchannel
    @rosemchannel ปีที่แล้ว +1

    source code pls

    • @kundankumar011
      @kundankumar011  ปีที่แล้ว

      @RoswM Please let me know where is the problem , you are facing in code. I will be happy to guide you.