File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/grids/grid Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 132132 [editMode] ="col.editable && crudService.isInEditMode(index, col.index) "
133133 [column] ="col "
134134 [style.-ms-grid-row-span] ="col.gridRowSpan "
135- [style.-ms-grid-column-span] ="col.girdColumnSpan "
135+ [style.-ms-grid-column-span] ="col.gridColumnSpan "
136136 [style.grid-row-end] ="col.rowEnd "
137137 [style.grid-column-end] ="col.colEnd "
138138 [style.-ms-grid-row] ="col.rowStart "
163163 [editMode] ="col.editable && crudService.isInEditMode(index, col.index) "
164164 [column] ="col "
165165 [style.-ms-grid-row-span] ="col.gridRowSpan "
166- [style.-ms-grid-column-span] ="col.girdColumnSpan "
166+ [style.-ms-grid-column-span] ="col.gridColumnSpan "
167167 [style.grid-row-end] ="col.rowEnd "
168168 [style.grid-column-end] ="col.colEnd "
169169 [style.-ms-grid-row] ="col.rowStart "
You can’t perform that action at this time.
0 commit comments