Uncaught TypeError: Cannot read property 'colVis' of null
-
Hi,
I updated the Plugin in my two test websites. But I see that no chart is visualized (loaded) from Google Spreadsheet.Looking for potential errors, I have seen this Console Error:
Uncaught TypeError: Cannot read property ‘colVis’ of null
For the file: igsv-datatables.js?ver=4.2.2:16
Going inside the js file, the error is specifically in the condition of this IF:
if (igsv_plugin_vars.datatables_defaults_object.colVis) { jQuery.extend(true, dt_opts, {'colVis': igsv_plugin_vars.datatables_defaults_object.colVis}); }
What can I do to fix this problem?
In my official website I installed again the previous release of the Plugin and it works properly.
Kindly Can you help me?
If this is a bug, I hope that this report can help to fix it for the next release.
Kind regards.
Girolamo Aloe
https://www.ads-software.com/plugins/inline-google-spreadsheet-viewer/
- The topic ‘Uncaught TypeError: Cannot read property 'colVis' of null’ is closed to new replies.