Skip to content

Commit 2646c48

Browse files
authored
chore(demo): update property name from dataType to type (#15)
1 parent 8009fcc commit 2646c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ render(
218218
(col) =>
219219
html`<igc-grid-lite-column
220220
.key=${col.key}
221-
.dataType=${col.type}
221+
.type=${col.type}
222222
.headerText=${col.headerText}
223223
?hidden=${col.hidden}
224224
?resizable=${col.resizable}

0 commit comments

Comments
 (0)