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.
1 parent 4b7c160 commit 942e856Copy full SHA for 942e856
packages/grid/src/vaadin-lit-grid.js
@@ -37,10 +37,10 @@ class Grid extends GridMixin(ElementMixin(ThemableMixin(PolylitMixin(LitElement)
37
return html`
38
<div
39
id="scroller"
40
- safari="${isSafari}"
41
- ios="${isIOS}"
+ ?safari="${isSafari}"
+ ?ios="${isIOS}"
42
?loading="${this.loading}"
43
- column-reordering-allowed="${this.columnReorderingAllowed}"
+ ?column-reordering-allowed="${this.columnReorderingAllowed}"
44
?empty-state="${this.__emptyState}"
45
>
46
<table
0 commit comments