Skip to content

Commit

Permalink
docs(toolbar): adding more API docs #2983
Browse files Browse the repository at this point in the history
  • Loading branch information
Radko Kolev committed Nov 22, 2018
1 parent c7f1921 commit 26fe665
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ export abstract class IgxGridBaseComponent extends DisplayDensityBase implements
public parentVirtDir: IgxGridForOfDirective<any>;

/**
* Returns the template which will be used by the tollbar to show custom content.
* Returns the template which will be used by the toolbar to show custom content.
* ```typescript
* let customContentTemplate = this.grid.toolbarCustomContentTemplate;
* ```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,11 @@ export class IgxGridToolbarComponent extends DisplayDensityBase {
}
}

/**
* The IgxGridToolbarCustomContentDirective directive is used to mark an 'ng-template' (with
* the 'igxToolbarCustomContent' selector) defined in the IgxGrid which is used to provide
* custom content for cener part of the IgxGridToolbar.
*/
@Directive({
selector: '[igxToolbarCustomContent]'
})
Expand Down

0 comments on commit 26fe665

Please sign in to comment.