We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8725c12 + 94edd6e commit 31352a2Copy full SHA for 31352a2
dist/aha-table.html
@@ -627,7 +627,7 @@
627
if (this.get('meta').length === 0) {
628
this.dataChanged(this.get('data'), []);
629
}
630
- if (this.dataset.sizelist) {
+ if (this.dataset && this.dataset.sizelist) {
631
this.sizelist = JSON.parse(this.dataset.sizelist);
632
633
//Show element when it's ready.
src/aha-table.html
0 commit comments