More information about this project and others can be found at my website
Learn More »
Table of Contents
This template came out of a need to take table style information stored in a Google Sheet and display it on a website. The main feature it offers is filtering functionality, which can be customized to your needs with minimal changes to the template.
- Publish your sheet as a csv
- In Google Sheets go to File > Publish to Web
- Select the Sheet where you data source is located
- Publish as CSV
- Copy the published link
- Customize the table generation function
- Paste your published link in the url variable
- Customize the table_data variable to create a table that fits your data
- Customize Filters
- Filters can be found in the main HTML body
- Create options that fit your data
- Finters use rexeg to filter your data
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Project Link: https://github.com/gmfennema/Sheets_HTML_Table