How can I make the data Fixed ? I mean the table after refresh the page ??? I want writing the data on the table and after refresh the page still the data in the table .
Thanks for Coding, Because very few youtube videos can be found like this in detail explanation of coding. I'm always happy to watch this coding videos and follow this structure of the coding. Coding is clear and no mess.
That was fantastic... Now, next video you should show us how to save the data locally in offline mode and how save the data on the server when the connection is back online. You can save the data in a Json file and no need to save it in database. I'm looking forward for this tutorial and will subscribe and share now... Thank you so much.
Sir mainay UA-cam pe aaj tak comment nae kara...but i want to say sb channel growth ke liye video banate hai thoda kuch bata diya ho gya....but aapka video dekh ke i realize ki koe aspect hi nae bacha ,u completed all doubts on this 24 min video...hats off keep it up And thank you ☺️
Thank you for the tutorial, it's great! I want to ask you, what is the shortcut you used to immediately insert the ID? You did it in this part: From 7:00 to 7:08.
Hi, i found this tutorial really helpful. I can create a simple php crud but I am looking for something like this because I want to create my personal logins and credentials application by just using javascript. Now, my question is, how can i implement javascript localstorage to store the data so that the data is still there after reloading the page unless if i have to delete it? Thanks
Hi , how can i get the template for the css file ? when i opened the file it is blank , unlike your example which is already has content Redgards , Adam
Sir how to create a window alert of that form instead of just showing the form like we click the button then the form is coming as window alert we fill it and clicking add it added to the table?
How did you get the indents to move to the right place after you pasted it? I find it so annoying having to go back to backspace on stuff I copy and paste.
Thank you for the great tutorial. I would like to ask, how can you put the td for displaying the results at the top instead of putting it in the middle?
I got it. If you refresh your browser, the data disappears. But it can be updated to go to a database of your choice. I can convert this to go to a firebase database and the data stays there permanently (as long as I pay my monthly fees to use firebase .... lol).
Could you simply insert new records and store them in a json file? I'm looking at adding a CRUD to my soundboard website so this might be a solution to allowing people at add new sounds easily.
Is it possible to display the entered details in another tab with using html and javascript and it has to perform the same crud operations as in this video.
can you tell me that how we can make EMP code unique like if we make an entry with a EMP code that is already available in the table then it should show an pop up that EMP code is already available in the table. can you help me for the same.
Thank you very much Sir this help me alot. can you help me on how to add a search bar function to the table to filter a particular name or ID in the tables rows ? I try doing so but the entire page will go blank only header will remain . Thanks
goo.gl/RFY5C2 : Subscribe to CodAffection
goo.gl/bPcyXW : Buy me a Coffee.
Nice Tutorial 👍👍👍
Can you revise a tutorial? can you make it with Firebase?
How can I make the data Fixed ? I mean the table after refresh the page ???
I want writing the data on the table and after refresh the page still the data in the table .
Sir I want code
Send me i pay money
Amazing job. Finally found a legend that starts from the beginning to the end!
Excellent job and your explanations are epic. Many thanks.
thanks for your wonderful feedback.
Thank you very much for helping me in revising my core JavaScript course. May you stay happy and healthy.
Thank you very much from Brasil.
I'm going to start this tutorial, looks amazing, thanks.
Your great instructor! This tutorial was easy to understand.
This type of videos should be on internet,, 👍👍
Thanks for Coding, Because very few youtube videos can be found like this in detail explanation of coding.
I'm always happy to watch this coding videos and follow this structure of the coding. Coding is clear and no mess.
Glad you found the video really helpful and thanks for your wonderful feedback !.
@@CodAffection @ I wish, I could get you a coffee as soon as I get a job in next 20 to 30 days. :-). From my to youtube teacher. Still, I'm Student.
wow, that's a great news. good luck with your new job.
Excellent job! Elegant code and clear demo! Keep it up, plz!
That was fantastic... Now, next video you should show us how to save the data locally in offline mode and how save the data on the server when the connection is back online. You can save the data in a Json file and no need to save it in database. I'm looking forward for this tutorial and will subscribe and share now... Thank you so much.
Thank you, very much! I just started learning programming, and CRUD is made more understandable with your video!
Thanks once again!
15:00 Its going to easier:
for (const field of ['fullName', 'empCode', 'salary', 'city'] ) {
obj[field] = form[field].value;
}
Fantastic tutorial, thank you very much for sharing knowledge. Hugs here from São Paulo / Brazil
Glad you found it helpful.
your coding are awersome
you deserve more subsriber
you are the guy with a real solution
Sir mainay UA-cam pe aaj tak comment nae kara...but i want to say sb channel growth ke liye video banate hai thoda kuch bata diya ho gya....but aapka video dekh ke i realize ki koe aspect hi nae bacha ,u completed all doubts on this 24 min video...hats off keep it up
And thank you ☺️
Im building a dashboard for my client website, this helped me a lot man. Thanks keep it up!
Glad to hear that.
what if the data inputted is image?
how to show it in the table?
that's what i was looking for 3 days :) Thanks ,,,, make more javaScript videos for your suppoters :)
Sure thing!
Awesome dear !That's a GREAT job👌👌👌👌👌Thanks🤘🤘
Most welcome 😊
Thank you Super explanations
Wow thank you! It haleped so much with the project I'm doing for class!
Thank you so much! It really helps me to understand JS
Thank you very much ! Very consistent and clear explanations.
That was clever, now I need JS to save on the server side. I usually use PHP and even PERL back in the day. JSON might be the way.
Wonderful JS Crud System & Excellent Description ...
Glad you fond the video helpful.
Excellent Teaching ....Very Useful to me .Thank You
glad you found the video helpful.
Muito bom! Esta com destaque aqui no Brasil.
Thank you so much sir I got that❤️❤️
Merveilleux merci de partager une telle connaissance
Heureux que vous ayez trouvé la vidéo utile.
Mashallah so helpfull video thank you so much
Thank you so much! You solved my problem!
thanks mate just practice just now and it was amazing
Thank you for the tutorial, it's great!
I want to ask you, what is the shortcut you used to immediately insert the ID?
You did it in this part: From 7:00 to 7:08.
just press dot(.) And enter the value of id you want and press enter button
Great tuts! More power!
Hi, i found this tutorial really helpful. I can create a simple php crud but I am looking for something like this because I want to create my personal logins and credentials application by just using javascript. Now, my question is, how can i implement javascript localstorage to store the data so that the data is still there after reloading the page unless if i have to delete it? Thanks
Your videos are awesome. I want to request you please create a tutorial How to insert master and master-detail crud data with an image using c# MVC.
thanks for the comment, Sure I'll do that .
Hi , how can i get the template for the css file ? when i opened the file it is blank , unlike your example which is already has content
Redgards ,
Adam
Looks amazing, Thanks
HAHA Anyone else hearing the Booty tag? none the less excellent tutorial really informative.
How to do validation to all the label
Thank you. It helped a lot.
Nice tutorial 👌
After reloading or reopening can I open or see the data again
its really GOOD. keep Rock Bro.
when i fill the form data is not inserting into another table
Yaa
Thank you very much. Are there videos like this that include file uploads?
Sir how to create a window alert of that form instead of just showing the form like we click the button then the form is coming as window alert we fill it and clicking add it added to the table?
Thank you very much for this wonderful demon . How do you make this dynamic ? Pulling Data from DB
How did you get the indents to move to the right place after you pasted it? I find it so annoying having to go back to backspace on stuff I copy and paste.
shift + tab
AddressBook JavaScript Vanilla
Thank you for the great tutorial. I would like to ask, how can you put the td for displaying the results at the top instead of putting it in the middle?
only is CSS. You can set margin-top = 5px (etc)
Thank you very much it help me alot and easy to customize. how do I style the edit and delete button and even add another button ? thank you
AddressBook JavaScript Vanilla
really really awesome thanks so much
awesome and simple
This is a great tutorial and easy to follow. What database did you use to store the data?
I got it. If you refresh your browser, the data disappears. But it can be updated to go to a database of your choice. I can convert this to go to a firebase database and the data stays there permanently (as long as I pay my monthly fees to use firebase .... lol).
Could you simply insert new records and store them in a json file? I'm looking at adding a CRUD to my soundboard website so this might be a solution to allowing people at add new sounds easily.
Thank you so much! It works perfectly. My only issue is that i can't change the language of the cells in Greek. Any suggestion to fix this?
Is it possible to display the entered details in another tab with using html and javascript and it has to perform the same crud operations as in this video.
can you tell me that how we can make EMP code unique like if we make an entry with a EMP code that is already available in the table then it should show an pop up that EMP code is already available in the table. can you help me for the same.
Do these changes stored on the core html file on the server ??
hey man how to add radio buttons to this code and get the respective values of the radio button
Thank you very much Sir this help me alot. can you help me on how to add a search bar function to the table to filter a particular name or ID in the tables rows ? I try doing so but the entire page will go blank only header will remain . Thanks
Thanks sir it was great help ❤️
Can you help me?
I can't submit any data that filed in the textfields
Great! could you please now implement a connection to a database or call a web api?
thanks for the comment. may be I'll try later.
Hello did you find the solution to this..i need to connect the form to my database so i can store the data on the table
Thank you so much sir ❤️
Great info.... Data will freeze after refresh the page or I need data as it is after refresh the page.... Please guide me .... Thanks :)
sir in this code how to make fullname field unique means if name is repeated then it should not allowed to insert??
Where I can download the html, css and js codes (files) ?
Check below the video, you will see some links
Ok, but once you close you lose the info... Please do it saving the info on a txt and crud on it
Great one!
Good, very impressive..
Glad you like it!
ondelete function parameter is "" not ""
Thanks bro!! amazing content
glad you found this angular + web api tutorial helpful.
could this be used in mysql Crud statements ? using vs code?
sir i did exactly same as u did but my data is not getting printed on tabel but it getting add . #display problem
Auto save or not when I refresh tell me
i think my css doesnt work becuase my style in website doesnt look like that, how to work my css pls?
the anchor tag for edit and delete is not working pls help me
how to display he same table formate in another html page using local storage . can you please do a video on that.
Use cookies
it would be great if you do javascript crud operations by applying oops javascript concept.
AddressBook JavaScript Vanilla
Thanks a lot. I used chat gt to convert the same code to template literals
t is not working while changing the fullname,empid,salary to fname,lastname and password
sir i have issue when i enter the data , row is inserted but the data is not showing in table all fields are fillup with undefined
Hey, could you solve this ? What was failing ?
Ah the good old days. Time to take a crud.
sir i want html table content to add mysql database with the help of javascript is this possible ?
why you are not storing data in session or local storage
Thank you so much!!!
Thank you!
how can we save table data after refreshing page.
Great video, how can I take the data from a rest api?
Excellent !!!
Glad you liked it.
i am very new to java script, question : Are you not using any database ?
Thank u Sir it is helpful
thank you so much
what if the table for date is in another different form?
After you update a row and you will add again. Another row it will update the last row selected.
Solid tutorial!
Sir, in this lesson, I cannot add search box. Can you continued to add search box in this lesson🙏🙏🙏
Would you be able to show how to connect the same form to mongodb using REST API