We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1044f commit a057b96Copy full SHA for a057b96
exmg-datatable.html
@@ -42,7 +42,7 @@
42
let templ = this.querySelector('template');
43
44
if(!templ) {
45
- console.error('Error: exmg-datatable template not found!');
+ return;
46
}
47
this.templatize(templ);
48
this.shadowRoot.appendChild(this.stamp(null).root);
exmg-thead.html
@@ -120,6 +120,7 @@
120
121
122
console.error('Error: exmg-thead template not found!');
123
124
125
126
0 commit comments