Hamza Albreem
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
5 deletions
-
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() |
|
|
|
|