Hello,
I'm having trouble understanding how to connect my google sheets data to the Google Charts API to make a TABLE. The only example that Google shows of connecting data to make a table is in the miscellaneous examples section and I found it to be very confusing, so I'd like more explanation of how to implement this for myself.
Google shows the example as the picture below, but I'd like tips on how to alter the 'template' code they give in the example to make it cleaner. I basically just want to get rid of the pages option (because i won't need pages for my data table), i don't want the 'number of rows to show' option; i just want a clean chart to post on a webpage that will update when new data is inputted in my google sheets document.

The picture below is how I want my data to look. (i made the table below in google sheets, but i can't use it for mobile because the google sheets chart isn't responsive)

Can anyone help with altering the code to get what I'm looking for in a table? Thank you much in advance! I've been struggling to figure this out and there aren't many resources for Google Charts API.