You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom component that will be responsible for rendering the cell content while in view mode.<br>
115
115
Type must be <spanclass="highlight">custom</span> in order for this to work.<br>
116
-
You can see an <aclass="source" href="https://github.com/akveo/ng2-smart-table/blob/master/demo/src/app/pages/examples/custom-edit-view/advanced-example-custom-editor.component.ts">example here</a>
116
+
You can see an <aclass="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>
The available types are: <code>checkbox</code>, <code>select</code>, <code>completer</code>.<br>
221
221
The <code>checkbox</code> type accepts one more optional property compared to the <code>editor</code> version: <spanclass="highlight">resetText: string</span>.
222
222
It defines the text of the button to reset the checkbox selection.<br>
223
-
<aclass="source" href="https://github.com/akveo/ng2-smart-table/blob/master/demo/src/app/pages/examples/filter/advanced-example-filters.component.ts">Click here to see an example</a> on how to configure it.
223
+
<aclass="source" href="https://github.com/akveo/ng2-smart-table/blob/master/src/app/pages/examples/filter/advanced-example-filters.component.ts">Click here to see an example</a> on how to configure it.
0 commit comments