Skip to content

Releases: scottgruenewald/google-sheets-table

Bug Fix When Resizing View

03 Nov 18:01
9494b81
Compare
Choose a tag to compare

Previously, the code was clearing all content from the div it was assigned when the page was re-sized. A unique class is now added to all elements created by the script and then only those elements are removed when the view switches between mobile and desktop.

Fixed Bugs associated with setting up mobile view

03 Nov 17:23
ff6bfd2
Compare
Choose a tag to compare

Fixed title not rendering when view switched between desktop and mobile.
Fixed no data message not rendering as expected.
Added basic styling to mobile cards.

Added mobile functionality

02 Nov 19:17
4fadb24
Compare
Choose a tag to compare

Added an event listener to the table so that it now checks the width of the screen and for user re-sizing. Displays cards instead of a table for a mobile-friendly view.

Google Sheets Table

18 Oct 20:36
3faa20c
Compare
Choose a tag to compare

Renders a table with filterable columns. Table is filled with data from a public Google Sheet's CSV link. Can also set a title and no data message.