This commit is contained in:
Jamie Vigliotta
2021-03-29 10:29:30 -07:00
parent 30da83eb0a
commit d69056361f

View File

@@ -471,7 +471,7 @@ export default {
this.contentTable = this.$el.querySelector('.js-telemetry-table__content');
this.sizingTable = this.$el.querySelector('.js-telemetry-table__sizing');
this.headersHolderEl = this.$el.querySelector('.js-table__headers-w');
console.log('scrollable', this.scrollable);
this.table.configuration.on('change', this.updateConfiguration);
this.calculateTableSize();