diff --git a/docs/en/UI/Angular/Data-Table-Column-Extensions.md b/docs/en/UI/Angular/Data-Table-Column-Extensions.md index 31923aba8b..f91621e055 100644 --- a/docs/en/UI/Angular/Data-Table-Column-Extensions.md +++ b/docs/en/UI/Angular/Data-Table-Column-Extensions.md @@ -203,8 +203,6 @@ type PropPredicate = (data?: PropData) => boolean; type ColumnPredicate = (getInjected: GetInjected) => boolean; ``` -```` - ### EntityPropOptions\ `EntityPropOptions` is the type that defines required and optional properties you have to pass in order to create an entity prop. @@ -223,7 +221,7 @@ type EntityPropOptions = { visible?: PropPredicate, columnVisible?: ColumnPredicate, }; -```` +``` As you see, passing `type` and `name` is enough to create an entity prop. Here is what each property is good for: