[Javascript tutorials #2] Get details and display in a table JS Part 3 - Data processing & display

Поділитися
Вставка

КОМЕНТАРІ • 116

  • @tasuttk
    @tasuttk Рік тому +1

    I dunno how can I say how much happy I'm today. I was trying to prarctice js alone for the first time and you helped me a lot. For now my happiness is infinite.

    • @DigiFisk
      @DigiFisk  11 місяців тому

      Thanks for the compliments!

  • @francisjacquart9618
    @francisjacquart9618 2 роки тому

    YOUR TUTORIALS ARE ALL REALLY FANTASTIC. I AAM A TEACHER, AN AUTODIDACT AND ALSO A NOVICE AND I UNDERSTAND EVERYTHING YOU EXPLAIN. THANSKS SO MUCH FOR THESE WONDERFUL MINI APPLICATIONS. I ONLY WISHED, THAT YOU MADE MORE OT THEM TO LEARN EVEN MORE FROM YOU, BUT THANKS FOR YOU GENEROSITY! LOVE AND TAKE CARE! FRANCIS, 68 LEARNING TO PROGRAMM AND CODE SERIOUSLY FOR THE FIRST TIME IN MY LIFE AND ALL BY MYSELF. I JUST LOVE IT! I STARTED IN FEBRUARY OF THIS YEAR, 2022.

    • @DigiFisk
      @DigiFisk  2 роки тому

      Thanks for the compliments Francis. All the best in your coding journey! :)

  • @ivanyosifov2629
    @ivanyosifov2629 7 років тому +8

    Wow didn't know JavaScript had native methods for inserting rows and cells in tables. Always used document.createElement().
    A nice trick that I learned about inserting cells and rows is if you don't want to keep track of the row or cell index is to use -1
    var cell1 = newRow.insertCell(-1);
    var cell2 = newRow.insertCell(-1);
    var cell3 = newRow.insertCell(-1);
    is just the same as:
    var cell1 = newRow.insertCell(0);
    var cell2 = newRow.insertCell(1);
    var cell3 = newRow.insertCell(2);
    And *var newRow = display.insertRow(row);* is same as *var newRow = display.insertRow(-1);*

  • @Emediong-j4h
    @Emediong-j4h Рік тому

    Wow😮 The best I have ever watched.
    This is what I have been looking for.
    Sending love from Nigeria

  • @armyteguh2649
    @armyteguh2649 4 роки тому +3

    Again, your voice really are relaxing my mind, and Damn why the hell i just found you now, you're really have a damn good teach and explaining skill, please update more video...

    • @DigiFisk
      @DigiFisk  4 роки тому +1

      Thanks! Yes, I'll create more videos in the next few weeks, starting from today.

  • @crangel155
    @crangel155 Рік тому

    For anyone that is having a problem with the page refreshing on submit. In the tag put onsubmit="return false". This worked for me, it stops the page from refreshing when you hit the button but still submits the data. This took me a while to figure out.

    • @crangel155
      @crangel155 Рік тому

      that is if you used a submit type instead of a button for some reason like I did

  • @SabarishRR
    @SabarishRR 4 роки тому +3

    Tutorial is really nice and I am impressed with your voice and delivering flow

  • @ruudkorunka
    @ruudkorunka 11 місяців тому

    Thank you for your clear explanation.
    How can I save the submitted data in an .html file or .txt file,
    so that they will not disappear?

    • @DigiFisk
      @DigiFisk  11 місяців тому

      I'll create a new video detailing this.

  • @davindrabrabumathivanan5523
    @davindrabrabumathivanan5523 2 роки тому

    Nicely explained... looking forward for more JavaScript tutorial projects

    • @DigiFisk
      @DigiFisk  2 роки тому

      Thank you! More to come!

  • @danbuild977
    @danbuild977 4 роки тому

    An excellent solution, thank you for this teacher.
    I have done this slightly differently through the implementation of insertRow(-1). It cuts down on the code a little bit, and is good for single line entry processes.
    (tableID) => {
    let tableRef = document.getElementById('my-table');
    let newRow = tableRef.insertRow(-1);

  • @-alfeim2919
    @-alfeim2919 4 роки тому +2

    this is so amazing, thankx a lot. i tried to display data using array but your way is much better

  • @levelclimbingvideos5819
    @levelclimbingvideos5819 2 роки тому

    Very nice app! It would be fun to continue expanding this app. E.g. let different users save their table, delete entries, edit entries, etc.

    • @DigiFisk
      @DigiFisk  2 роки тому

      More videos to come. Please look forward to them. :)

  • @subhamsrivastava7181
    @subhamsrivastava7181 4 роки тому +3

    Thanks for explaining in such detail.

  • @WaqasKhan-yj4jz
    @WaqasKhan-yj4jz 3 роки тому

    great Mam, try to solve more advanced javascript lecture we will be waiting. Thank You.

  • @akashmazumder12
    @akashmazumder12 4 роки тому

    Great ..it really helped..can you pls show how to delete the last row if user clicks a button say Delete Data

  • @RuthAdebolaHola
    @RuthAdebolaHola 3 роки тому

    Cooolll, thank you
    One more problem what if I misspell and submit and need to edit the information or delete it how do I add that button option

  • @Mr.React-d4t
    @Mr.React-d4t 3 місяці тому

    Awesome madam ❤ thank you so much 🎉🎉🎉

  • @FMFT
    @FMFT Рік тому

    Suggestion: AddressBook JavaScript Vanilla

  • @priyaljain9585
    @priyaljain9585 6 років тому +3

    can u tell me the code to hide the table headings

  • @yashbeniwal4337
    @yashbeniwal4337 3 роки тому

    Very Nice❣Voice concept also

  • @ssdheeraj6347
    @ssdheeraj6347 3 роки тому +1

    thank you for explaining in detail.

  • @keinAlias1
    @keinAlias1 3 роки тому

    Hey thanks for video! Would it also be possible to sort the table like that the new entry always gets showed on top of the table? Thank you in advance!

  • @rajchandra6913
    @rajchandra6913 2 роки тому

    Hi I really enjoyed your tutorial and watched all three of your videos of the series!!
    Can you tell me how to add border radius to all cells heading
    separatelly??

    • @DigiFisk
      @DigiFisk  11 місяців тому

      You can select "th" in CSS (selector) and add a border.

  • @no-han
    @no-han 6 місяців тому

    thanks your videos

  • @LavkushDhepevlogs
    @LavkushDhepevlogs 2 роки тому

    If suppose SR No table is there how will increase automatically serial wise if we put data serial wise

  • @ragjnmusic8765
    @ragjnmusic8765 3 роки тому

    can you help me with displaying the database table rows like this when I click the button it should show the whole table PHP and AJAX JS

  • @deepaknirmal8667
    @deepaknirmal8667 2 роки тому

    Great explanation. Thanks.

    • @DigiFisk
      @DigiFisk  2 роки тому

      Glad it was helpful!

  • @surbhi4378
    @surbhi4378 5 років тому +2

    mam, I am Surbhi from Bhubaneswar Odisha. I am facing a problem with the code.
    my table shows the data for a few seconds and then disappear. hope you will help me with this.

    • @swarupbasak5227
      @swarupbasak5227 3 роки тому

      In my case only new row and cell is created.,but no data gets displayed.
      Have u solved the problem bro

  • @kannand803
    @kannand803 Рік тому

    Hi, when I try to submit the form. It returns an empty row. I did console.log, values are showing there.

  • @hemanthchowdary5381
    @hemanthchowdary5381 2 роки тому

    It's showing cannot read properties of null(reading 'addEventListener')?

  • @sundaramahalingama4943
    @sundaramahalingama4943 3 роки тому

    thank you so much great one for CRUD operations

    • @jaysonwonder6667
      @jaysonwonder6667 2 роки тому

      It is not a CRUD, C = Create, R = Read, U = Update, D = Delete

  • @priyeshgupta164
    @priyeshgupta164 2 роки тому

    How can we add data that we retrieve from backend java application, running on eclipse.
    I want to show this data as a table data in html.

  • @RandomFatcsPH
    @RandomFatcsPH 3 роки тому

    Nice video very helpful, can u tell create video on how to avoid duplicate entry?

  • @prashil7580
    @prashil7580 2 роки тому

    Thanks.. Its very helpfull

    • @DigiFisk
      @DigiFisk  2 роки тому

      Glad it was helpful!

  • @chiragprajapati4506
    @chiragprajapati4506 2 роки тому

    Hello ma'am why there is a value in table are disappear in 1 second what is the reason?

  • @prottoyalam5035
    @prottoyalam5035 3 роки тому

    these videos are very helpful

  • @sunwinsunny
    @sunwinsunny 2 роки тому

    Thank you , I really needed this

  • @mdrojjob4459
    @mdrojjob4459 2 роки тому

    Thank you so Much

  • @mohdimtiazali3865
    @mohdimtiazali3865 4 роки тому

    Thanks it is really so helpful
    Keep doing this

  • @jebonecyjahranv.3416
    @jebonecyjahranv.3416 3 роки тому

    Can you try to reload. If it won't dissapear the text

  • @rojakamasani3499
    @rojakamasani3499 2 роки тому

    Sir using react js how to display the same output.

  • @allisonricker9336
    @allisonricker9336 2 роки тому

    hello, can you please share how you would sort this data, since it is not an array?

  • @MukulSharma-nr3te
    @MukulSharma-nr3te 2 роки тому

    nice teaching

  • @user-qp4mv6dt9z
    @user-qp4mv6dt9z 3 роки тому +1

    .InsertRow(row)
    Found error like this function is not defined so what should I do?

    • @aarthie3035
      @aarthie3035 3 роки тому

      JavaScript is case sensitive. The function is insertRow

  • @lillykhan7968
    @lillykhan7968 3 роки тому

    Great explanation.

  • @robertasaservice
    @robertasaservice 3 роки тому +1

    This was amazing, Many thanks!!

  • @aparnavenkatraj4565
    @aparnavenkatraj4565 4 роки тому

    how to validate your form? where to include that alerts? like enter only characters

  • @tolabanjo2675
    @tolabanjo2675 3 роки тому

    BIG THANKS!

  • @jitakshgambhir6437
    @jitakshgambhir6437 3 роки тому

    can the table be on the next page and whenever the user clicks the button it redirects to the next page with the table please reply

  • @reshmaofficial9994
    @reshmaofficial9994 3 роки тому

    Thank you Sister

  • @harshittrivedi4988
    @harshittrivedi4988 4 роки тому

    Ma'am I don't be able insert my data dynamically.i have already watched and doing practical with you but I can't be able to display data dynamically can please guide me.

  • @LavkushDhepevlogs
    @LavkushDhepevlogs 2 роки тому

    When we submit input entry and that i want to empty input

  • @yashbeniwal4337
    @yashbeniwal4337 3 роки тому

    But madam how it will store each time will refresh it goes clean

  • @nadiajamhari98
    @nadiajamhari98 4 роки тому

    Nice video.

  • @ALVIN28288
    @ALVIN28288 4 роки тому

    Better to have a button to delete row.

  • @sushi5854
    @sushi5854 4 роки тому

    Nice vedio sister

  • @manojrohit7727
    @manojrohit7727 5 років тому

    Hey after display i want go insert these table value can u please create one more video on these

    • @DigiFisk
      @DigiFisk  4 роки тому

      Yes, I'll do that.

  • @pawansingh1601
    @pawansingh1601 4 роки тому

    very nice

  • @pawansingh1601
    @pawansingh1601 4 роки тому

    very helpful

  • @ammadhoorani8036
    @ammadhoorani8036 Рік тому

    TY :)

  • @coolgirlsharu
    @coolgirlsharu 3 роки тому

    Thank you 😊💞 so much mam

  • @gopikrishnan6667
    @gopikrishnan6667 Рік тому

    If I hit input entry button... It's showing undefined in the table cells...has anybody got this same error... How to resolve this?

  • @akhilkazi1454
    @akhilkazi1454 4 роки тому

    I needed a database as same which as shown on video. Which save data (for ex. If i have 100 mobile if one sale it should be delete from row and shows as 99 remain.

    • @FMFT
      @FMFT Рік тому

      AddressBook JavaScript Vanilla

  • @sampath2927
    @sampath2927 3 роки тому

    can we use createElement for creation of new rows in table and then use appendChild to it???? can anyone please help

  • @priyankah455
    @priyankah455 2 роки тому

    Which text editor you used

    • @strombreak
      @strombreak 2 роки тому

      Bracket

    • @DigiFisk
      @DigiFisk  2 роки тому

      You can use Visual studio Code now, it works better actually.

  • @anoushkachouksey9752
    @anoushkachouksey9752 3 роки тому

    Thank you so much❤️

  • @rodericklamano6488
    @rodericklamano6488 3 роки тому

    thank you...

  • @amalasebastian9968
    @amalasebastian9968 2 роки тому

    niceee

  • @Tutorialworld-g7s
    @Tutorialworld-g7s 8 місяців тому

  • @shafferiyasudheenr5499
    @shafferiyasudheenr5499 2 роки тому

    I didn't get this output

  • @trippie7014
    @trippie7014 3 роки тому

    thanks

  • @balamuralimedia1653
    @balamuralimedia1653 2 роки тому

    madam please provide source code..
    my vs Code it did't worked .....i enter what you told ....but it not worked

  • @Armin.Theron
    @Armin.Theron 3 роки тому

    Jesus loves you so much ❤️ I was addicted to porn for almost 6 years of my life, I was on drugs, alcohol and I hated people, Jesus set me free and he can set you free aswell ❤️ all you have to do is repent and trust in him and he will change your life!! ❤️

  • @C__RahidaPriya
    @C__RahidaPriya 2 роки тому +1

    I need the source code.Can You please Share it??

    • @FMFT
      @FMFT Рік тому

      AddressBook JavaScript Vanilla

  • @salihsendil
    @salihsendil 3 роки тому

    you are a hero :D

  • @richluetoure5386
    @richluetoure5386 3 роки тому

    Very good.
    can you please share the source code?

    • @FMFT
      @FMFT Рік тому

      AddressBook JavaScript Vanilla

  • @amaliavina4029
    @amaliavina4029 4 роки тому

    Thanks so much!!!

  • @harshsaraswat7024
    @harshsaraswat7024 2 роки тому

    its not working in me anybody help

  • @mehboobdev
    @mehboobdev 4 роки тому

    You are very good at teaching , keep working hard . well explained , you earn subscriber's

    • @DigiFisk
      @DigiFisk  4 роки тому

      Thanks for the compliment! I'll be creating a lot more videos soon. Hope you enjoy them as well.

  • @attahussain8277
    @attahussain8277 3 роки тому

    Can you give this code? please

    • @FMFT
      @FMFT Рік тому

      AddressBook JavaScript Vanilla

  • @auliafaza866
    @auliafaza866 4 роки тому

    ow girl.. finallyyyy

  • @dcdailycare
    @dcdailycare Рік тому

    It was a nice tutorial until it reached javascript.

  • @leanboy4952
    @leanboy4952 4 роки тому +1

    Its Not working

    • @salmantariq1528
      @salmantariq1528 4 роки тому +1

      i face the same issue which is yours,
      but then i recheck my code and find my mistake
      then it's working,,,,
      she's doing awesome

  • @reshmaofficial9994
    @reshmaofficial9994 3 роки тому

    J's code........View

  • @faqaralshehab9269
    @faqaralshehab9269 2 роки тому

    meci

  • @priyankah455
    @priyankah455 2 роки тому

    Which text editor u used

  • @kamrulhasanshimul6200
    @kamrulhasanshimul6200 2 роки тому

    Thank you