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

Upgrading to papaparse.js #10

Closed anthyeung closed 3 years ago

anthyeung commented 3 years ago

Hi Scott, thanks for making this super helpful tool. I've found that it works great for my project needs. Unfortunately, it looks like tabletop is being depreciated by Google (https://github.com/jsoma/tabletop). While your script works just fine now, it looks like it may no longer work by mid-2021. I wonder if you plan on upgrading it to use papaparse instead of tabletop? Converting over looks simple enough and I tried making some the changes myself, but unfortunately I think I may have broken the script instead, and I can't get it to work with the papaparse backend.

Many thanks again for making this project available!