diff --git a/docs/en/UI/Angular/Extensions-Overall.md b/docs/en/UI/Angular/Extensions-Overall.md index 8407b61487..42b0eeea3c 100644 --- a/docs/en/UI/Angular/Extensions-Overall.md +++ b/docs/en/UI/Angular/Extensions-Overall.md @@ -25,10 +25,10 @@ Using [ngx-datatable](https://github.com/swimlane/ngx-datatable) in extensinble ```` - * ` actionsText : ` ** Column name of action column. **Type** : string - * ` data : ` Items shows in your table. **Type** : R[] + * ` actionsText : ` ** Column name of the action column. **Type** : string + * ` data : ` Items show in your table. **Type** : R[] * ` list : ` Instance of ListService. **Type** : ListService * `actionsColumnWidth : ` Width of your action column. **Type** : number - * ` actionsTemplate : ` Template of action when click this button or whatever. Generally ng-template. **Type** : TemplateRef - * ` recordsTotal : ` Count of record total. **Type** : number - * ` tableActivate : ` It is Output(). A cell or row was focused via keyboard or mouse click. **Type** : EventEmitter() + * ` actionsTemplate : ` Template of the action when "click this button" or whatever. Generally ng-template. **Type** : TemplateRef + * ` recordsTotal : ` Count of the record total. **Type** : number + * ` tableActivate : ` The Output(). A cell or row was focused via the keyboard or a mouse click. **Type** : EventEmitter()