scottpham / tabletop-to-datatables

Creates a bootstrapified interactive table from a google spreadhseet. An update to Chris Keller's very useful tabletop to datatables template.
http://scottpham.github.io/tabletop-to-datatables/
43 stars 21 forks source link

Request-Would you please put together a simple read-to-run HTML file? #8

Closed egkareem closed 5 years ago

egkareem commented 5 years ago

Request-Would you please put together a simple read-to-run HTML file? I am a beginner and I am completely lost. My sheet is: https://docs.google.com/spreadsheets/d/1_YTKcuGpWYro_1KYKTAGjrlrV2chSQwAgKjMBsYcLFE/edit?usp=sharing

scottpham commented 5 years ago

Hi there,

The project is about as stripped-down as I could manage. One thing that might trip you up is that you need all the files in this project, not just the HTML file. The HTML file loads the JS file and most of your code goes in there. Give that a shot and follow the instructions very exactly and if that doesn't work let me know what you're seeing.

egkareem commented 5 years ago

Thank you for your reply. I will try, and hope that it works.