Browse Source

edit edit extensible table document.

pull/14469/head
Fatih KILIÇ 4 years ago
parent
commit
bc03c7c006
  1. 2
      docs/en/UI/Angular/Extensions-Overall.md

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

@ -26,7 +26,7 @@ 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[]
* ` data : ` Items shows in your table. **Type** : Array<any>
* ` 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>

Loading…
Cancel
Save