Your program was superb. Thanks for the explanation
@kundankumar01113 күн бұрын
The pleasure of knowing the program and explanation was superb❤️ Please you don't forget to subscribe to my channel to encourage me and not to miss any relevant upcoming videos
@kundankumar01113 күн бұрын
@@piku5224 please encourage me by subscribing my channel dear
@AyushGupta-ke9ik Жыл бұрын
Bhai thanku ek bhut bdi problem solve krdi aapne Dil se thanks 😊😊😊🙏🏻🙏🏻🙏🏻🙏🏻
@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 Жыл бұрын
Thanks for making this well explained videos. I like your explanation
@kundankumar011 Жыл бұрын
@Patrick it's pleasure ❤️
@AyushGupta-ke9ik Жыл бұрын
Muje confusion tha k 4th column k hisab se kese kru wo aapne bta diya thnks 🚩😊🙏🏻
@kundankumar011 Жыл бұрын
@AyushGupta It's pleasures to know that your confusion is cleared. Please you do subscribe my channel if not yet.❤️
@rwanda-sdaofficial9420 Жыл бұрын
Champion to new UTB👌👌👌
@kundankumar011 Жыл бұрын
Pleasure dear ❤️
@MrKurber2 жыл бұрын
yall got the best videos over there frfr
@kundankumar0112 жыл бұрын
Pleasure
@noreplynorepy10 ай бұрын
I am facing this error : 'Uncaught TypeError: table.getElementByTagName is not a function' Please solve it
@kundankumar01110 ай бұрын
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.
@umutoniwaseyvette8389 Жыл бұрын
Great job sir🙏
@kundankumar011 Жыл бұрын
@umutoni It's pleasure ❤️
@aishwarya2396 Жыл бұрын
I did just as you but the search operation isn't working for me. What do i do?
@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 Жыл бұрын
why whitemode bruh
@kundankumar011 Жыл бұрын
@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 🥰
@kambodi2010 Жыл бұрын
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 Жыл бұрын
@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 Жыл бұрын
@@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?
@metalhos Жыл бұрын
"beautyful"
@kundankumar011 Жыл бұрын
Thank you
@petco605 Жыл бұрын
Hey how can I search not only for name, but also for the other columns data ?
@kundankumar011 Жыл бұрын
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 Жыл бұрын
@@kundankumar011 Hello, I changed the code as you said and I can still only search the rows from the one Column.
@kundankumar011 Жыл бұрын
@@petco605 Really. Hope after changes made, you have opened the file again in browser. It’s working fine at my side.
@kundankumar011 Жыл бұрын
@Petco Thank you for subscribing my channels. Hope you manage to fix the issue.
@petco605 Жыл бұрын
@@kundankumar011 No problem, yes im trying to work it out
@apurvraj84992 жыл бұрын
can you share the code please
@kundankumar0112 жыл бұрын
@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?
@rosemchannel Жыл бұрын
source code pls
@kundankumar011 Жыл бұрын
@RoswM Please let me know where is the problem , you are facing in code. I will be happy to guide you.
@Anji-Technical Жыл бұрын
source code?
@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 Жыл бұрын
@@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 Жыл бұрын
@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 🥰🥰