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

Sdílet
Vložit
  • čas přidán 25. 07. 2024
  • In this video, you will learn how to make beautiful data table using HTML and CSS together with Filter/Search Table using JavaScript.

Komentáře • 45

  • @AyushGupta-ke9ik
    @AyushGupta-ke9ik Před 11 měsíci +1

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

    • @kundankumar011
      @kundankumar011  Před 11 měsíci

      @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 Před rokem +1

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

  • @MrKurber
    @MrKurber Před rokem +1

    yall got the best videos over there frfr

  • @rwanda-sdaofficial9420
    @rwanda-sdaofficial9420 Před rokem +1

    Champion to new UTB👌👌👌

  • @AyushGupta-ke9ik
    @AyushGupta-ke9ik Před 11 měsíci +1

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

    • @kundankumar011
      @kundankumar011  Před 11 měsíci

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

  • @umutoniwaseyvette8389

    Great job sir🙏

  • @kambodi2010
    @kambodi2010 Před rokem +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  Před rokem +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 Před rokem

      @@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 Před rokem +1

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

    • @kundankumar011
      @kundankumar011  Před rokem

      @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.

  • @user-zc5po4om6c
    @user-zc5po4om6c Před 7 měsíci +1

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

    • @kundankumar011
      @kundankumar011  Před 6 měsíci

      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.

  • @apurvraj8499
    @apurvraj8499 Před rokem +1

    can you share the code please

    • @kundankumar011
      @kundankumar011  Před rokem

      @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?

  • @avoidevader4038
    @avoidevader4038 Před 8 měsíci +1

    why whitemode bruh

    • @kundankumar011
      @kundankumar011  Před 8 měsíci

      @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 🥰

  • @rosemchannel
    @rosemchannel Před rokem +1

    source code pls

    • @kundankumar011
      @kundankumar011  Před rokem

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

  • @petco605
    @petco605 Před rokem +1

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

    • @kundankumar011
      @kundankumar011  Před rokem +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 Před rokem +1

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

    • @kundankumar011
      @kundankumar011  Před rokem +1

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

    • @kundankumar011
      @kundankumar011  Před rokem +1

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

    • @petco605
      @petco605 Před rokem +1

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

  • @Anji-Technical
    @Anji-Technical Před rokem +1

    source code?

    • @kundankumar011
      @kundankumar011  Před rokem

      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 Před rokem +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  Před rokem

      @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 Před 9 měsíci +1

    "beautyful"