From bc03c7c0069e9be49f50ec021c0da23af4425c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20KILI=C3=87?= Date: Tue, 15 Nov 2022 22:52:21 +0300 Subject: [PATCH] edit edit extensible table document. --- docs/en/UI/Angular/Extensions-Overall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/Angular/Extensions-Overall.md b/docs/en/UI/Angular/Extensions-Overall.md index 8407b61487..85423ba186 100644 --- a/docs/en/UI/Angular/Extensions-Overall.md +++ b/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 * ` 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