We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e55702 commit ecb84c5Copy full SHA for ecb84c5
src/components/column.ts
@@ -43,7 +43,7 @@ export class IgcGridLiteColumn<T extends object>
43
public field!: Keys<T>;
44
45
/** The data type of the column's values. */
46
- @property()
+ @property({ attribute: 'data-type' })
47
public dataType?: 'number' | 'string' | 'boolean' = 'string';
48
49
/** The header text of the column. */
0 commit comments