Skip to content

Commit

Permalink
Update table.js
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgruenewald authored Oct 18, 2023
1 parent d19d60f commit 471b502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions table.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ class GoogleSheetTable {
constructor(url, mainSelector = 'main', title = '') {
this.url = url;
this.mainElement = document.querySelector(mainSelector);
console.log(this.mainElement)
this.table = null;
this.title = title
this.uniqueId = Math.random().toString(36).substring(2); // Generate a random unique ID for each table
Expand Down

0 comments on commit 471b502

Please sign in to comment.