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 156156 [editMode] ="col.editable && crudService.isInEditMode(index, col.index) "
157157 [column] ="col "
158158 [style.-ms-grid-row-span] ="col.gridRowSpan "
159- [style.-ms-grid-column-span] ="col.girdColumnSpan "
159+ [style.-ms-grid-column-span] ="col.gridColumnSpan "
160160 [style.grid-row-end] ="col.rowEnd "
161161 [style.grid-column-end] ="col.colEnd "
162162 [style.-ms-grid-row] ="col.rowStart "
191191 [editMode] ="col.editable && crudService.isInEditMode(index, col.index) "
192192 [column] ="col "
193193 [style.-ms-grid-row-span] ="col.gridRowSpan "
194- [style.-ms-grid-column-span] ="col.girdColumnSpan "
194+ [style.-ms-grid-column-span] ="col.gridColumnSpan "
195195 [style.grid-row-end] ="col.rowEnd "
196196 [style.grid-column-end] ="col.colEnd "
197197 [style.-ms-grid-row] ="col.rowStart "
You can’t perform that action at this time.
0 commit comments