Skip to content

Commit

Permalink
feat(docs): add onComponentInitFunction description in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tibing-old-email committed May 5, 2017
1 parent e06fa09 commit 2bb9bd8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/pages/documentation/documentation.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@ <h3><a id="configuration" class="anchor" href="#configuration" aria-hidden="true
You can see an <a class="source" href="https://github.com/akveo/ng2-smart-table/blob/master/src/app/pages/examples/custom-edit-view/advanced-example-custom-editor.component.ts">example here</a>
</td>
</tr>
<tr>
<td>onComponentInitFunction</td>
<td><span class="highlight">Function</span></td>
<td>null</td>
<td>
Function which will be invoked after <span class="highlight">renderComponent</span> instantiated and before ngOnInit hook. This function gets <span class="highlight">renderComponent</span> instance in first param.
</td>
</tr>
<tr>
<td>editor</td>
<td><span class="highlight">Object</span></td>
Expand Down

0 comments on commit 2bb9bd8

Please sign in to comment.