I am making my first website and am currently working on a page for the output of upcoming events. I want to implement the output of relevant data from Google Sheets to a site page.
The table contains an array of data in the form of rows with information about the upcoming event. The columns are as follows: Date, Time, Organizer, Title, Description, Participants, Event Type, Links
Each subsequent line is filled with the necessary data. Next, I need to display events for the next week and visually customize this data. After the end of the event (when the date of the event will remain in the past and become irrelevant), the line disappeared from the site, and the data was again displayed for a week in advance. Hope I was able to describe my task clearly.
How can you display data from a table on the site?
I apologize for the general question. I want to use a table in google as a database to display information on my site. Those. in fact, the output form on the site is the same table in the table tag with the same structure, but the only difference is that columns with technical information, comments, etc. may appear in the google table, which should not be shown on the site.
yablk2021-03-10 05:50:52- javascript : How to make the gaps be replaced by a dash?
- javascript : Hide Input when you click on Textarea
- javascript : How to make the value of the variable object JS?
- javascript : How to convey the JS array to PHP request?
- javascript : Checkbox selection event and Checked Property
- javascript : Xml Parsment
- javascript : How to transfer JS function to PHP variable?
- javascript : How to get on request only the name of the city and weather for two days?
- javascript : How to make the height of the block depending on the content inside?
- javascript : The script does not work with the Russian language in Mozile
The question is too general. Use the API or publish the Table and take data from it directly.
contributorpw2021-03-10 05:50:52