File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1212,13 +1212,14 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
12121212 /**
12131213 * Gets the custom template, if any, used for row drag ghost.
12141214 */
1215+ @Input ( )
12151216 public get dragGhostCustomTemplate ( ) {
12161217 return this . _dragGhostCustomTemplate || this . dragGhostCustomTemplates . first ;
12171218 }
12181219
12191220 /**
12201221 * Sets a custom template for the row drag ghost.
1221- * * ```html
1222+ *```html
12221223 * <ng-template #template igxRowDragGhost>
12231224 * <igx-icon>menu</igx-icon>
12241225 * </ng-template>
@@ -2413,7 +2414,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
24132414
24142415 /**
24152416 * Sets a custom template that should be used when rendering the row drag indicator icon.
2416- * * ```html
2417+ *```html
24172418 * <ng-template #template igxDragIndicatorIcon>
24182419 * <igx-icon>expand_less</igx-icon>
24192420 * </ng-template>
You can’t perform that action at this time.
0 commit comments