Display Google Sheets Data on Interactive HTML Tables (Quick & Easy Setup)

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

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

  • @DLHK2024
    @DLHK2024 3 หลายเดือนก่อน +2

    wow, the video is very good, short and easy to understand, special thanks to you

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

    Thank you.
    Question!
    If you paste the url of a web app like the one in this video into a Google Site (using 'embed'), then update the data in the spreadsheet associated with the web app, will the Google Site view update automatically or only with a manual page reload?

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

      Manual page reload.

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

    Can we customize the sheet as per our requirements?

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

      Yes.

  • @ArshadRaza-c7h
    @ArshadRaza-c7h 4 หลายเดือนก่อน +1

    Hi there, very nice video. please add print option in it so that it can be more usefull for people like us who are not good with coding. thanks

  • @LeonardoCizzotoCosta
    @LeonardoCizzotoCosta 25 วันที่ผ่านมา

    How to sort and filter dates?

  • @vinodhkumar9017
    @vinodhkumar9017 13 วันที่ผ่านมา +1

    Thks bro.

  • @zaccoza
    @zaccoza 5 หลายเดือนก่อน

    I am grateful for sharing your work. I adapted the project according to my own request. Column 3 entries in the data field have url links. What should I do to make the data come with url links in the web table?

  • @etayojuanc
    @etayojuanc 5 หลายเดือนก่อน

    Friend, do you have any crud data table type applications where the apps script is outside the spreadsheet?

  • @jadoublez1
    @jadoublez1 3 หลายเดือนก่อน

    Hello. This is amazing and thank you. I have several columns of numbers. When I click on column F, the column sorts high to low or low to high. Perfect. When I click column G (replicated from column F exactly in the Javascript), the column seems to sort randomly. My guess is it's feeding off something but i'm not sure why it wouldn't sort the same as Column F. Any reason spring to mind?

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

    Sir, if i create hyperlink or want to show any weblink from Google, it is not showing or acting like fix value, how to do.
    Please help

  • @Cesar-i7d
    @Cesar-i7d หลายเดือนก่อน

    Hi, I followed the steps, but the table is not displaying. I am getting the msg: "ReferenceError: Sheets is not defined". Can you give me an advice what to do next?

  • @ImamFauzi-vj8xp
    @ImamFauzi-vj8xp 5 หลายเดือนก่อน

    Thanks for the tutorial, really helpful!

  • @sumithamarasinghe4196
    @sumithamarasinghe4196 4 หลายเดือนก่อน +1

    good job sir 👍

  • @SkhemTechNongshli
    @SkhemTechNongshli 6 หลายเดือนก่อน +1

    Kindly make application that a user login and entry information, and also display only his input or information.

  • @jorgetesecum9065
    @jorgetesecum9065 9 หลายเดือนก่อน

    Mine does not display all the info for example i changed the headers to this: Part Description, Quantity, Location , Condition, Serial Number , Compatibility , Information, Comments , Date/Time ... and only quantity, information and date/time have their data populated in the app, what am i doing wrong ?
    columns:[
    {title:"Part Description", field:"Part Description"},
    {title:"Quantity", field:"Quantity"},
    {title:"Location", field:"Location"},
    {title:"Condition", field:"Condition"},
    {title:"Serial Number", field:"Serial Number"},
    {title:"Compatibility", field:"Compatibility"},
    {title:"Information", field:"Information"},
    {title:"Comments", field:"Comments"},
    {title:"Date/Time", field:"Date/Time"},
    ],

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

    🔥🔥

  • @SOUVIKKUMAR-vj6wm
    @SOUVIKKUMAR-vj6wm 8 หลายเดือนก่อน

    Sir if i want to show any hyperlink or weblink which is in Google sheet, what changes have to do?
    Because hyperlink or weblink is not working in html table, it shows fix value.
    Please help

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

      Add formatter:"link" to the relevent column in the createTable function of the JavaScript.html file.
      E.g. {title:"Type",field:"Type",headerFilter:true, formatter:"link"},

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

    ❤❤❤

  • @perrysantos
    @perrysantos 5 หลายเดือนก่อน

    excellent!!! thanks for this!

  • @christopherangeles4916
    @christopherangeles4916 9 หลายเดือนก่อน

    Why the body of HTML didn't show up?

  • @SouravTalukdar-oz6os
    @SouravTalukdar-oz6os 9 หลายเดือนก่อน

    Why Sheet Data Not Showing??

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

    Nice,

  • @airdrop4ufree
    @airdrop4ufree 9 หลายเดือนก่อน

    Hi can make step by tutorial

  • @MohammedAli-qq3zu
    @MohammedAli-qq3zu 4 หลายเดือนก่อน

    REALY THANKS THANKS THANKS

  • @SOUVIKKUMAR-vj6wm
    @SOUVIKKUMAR-vj6wm 8 หลายเดือนก่อน

    Sir if i want to show any hyperlink or weblink which is in Google sheet, what changes have to do?
    Because hyperlink or weblink is not working in html table, it shows fix value.
    Please help

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

      Add formatter:"link" to the relevent column in the createTable function of the JavaScript.html file.
      E.g. {title:"Type",field:"Type",headerFilter:true, formatter:"link"},