sajacy / google-sheets-what-if-analysis

Replicates the Excel "What-If Analysis" feature, Data Tables.
MIT License
53 stars 7 forks source link

Fix: TypeError: Cannot read property "exists" from undefined. #2

Closed xavierhd closed 6 years ago

xavierhd commented 6 years ago

Added exists to the property saved right from the start.
When deleting after the refresh, property which are TRUE are reseted to null, else they will alway be true forever since they would be saved as TRUE.

Removed the print "Refreshing " + name.
Reason: Having to click OK for each datatable config does not help to control the plugin, it slow down the process. Here is a use case:

Without the print, the whole refresh is made automatically without intervention. (Start and forget)

sajacy commented 6 years ago

Thanks for your contribution. Will release a new version asap

xavierhd commented 6 years ago

No problem!