Releases: scottgruenewald/google-sheets-table
Releases · scottgruenewald/google-sheets-table
Bug Fix When Resizing View
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
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
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
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.