Update Data-Table-Column-Extensions.md

pull/18106/head
Masum ULU 2 years ago committed by GitHub
parent e99366fe68
commit 8ec3225fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -211,15 +211,15 @@ Its type definition is as follows:
```js
type EntityPropOptions<R = any> = {
type: ePropType,
name: string,
displayName?: string,
valueResolver?: PropCallback<R, Observable<any>>,
sortable?: boolean,
columnWidth?: number,
permission?: string,
visible?: PropPredicate<R>,
columnVisible?: ColumnPredicate,
type: ePropType;
name: string;
displayName?: string;
valueResolver?: PropCallback<R, Observable<any>>;
sortable?: boolean;
columnWidth?: number;
permission?: string;
visible?: PropPredicate<R>;
columnVisible?: ColumnPredicate;
};
```

Loading…
Cancel
Save