Browse Source

quick fix

pull/14469/head^2
Hamza Albreem 4 years ago
committed by GitHub
parent
commit
126da886c1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      docs/en/UI/Angular/Extensions-Overall.md

10
docs/en/UI/Angular/Extensions-Overall.md

@ -25,10 +25,10 @@ Using [ngx-datatable](https://github.com/swimlane/ngx-datatable) in extensinble
</abp-extensible-table>
````
* ` 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<any>
* ` 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<any>
* ` 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()

Loading…
Cancel
Save