fix(types): DataTable: add function support to DataTableSortMeta field

pull/5863/head
Malik Bensabre 2024-06-10 12:19:56 +02:00
parent b888cecfea
commit 4deb0c1ab5
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ export interface DataTableSortMeta {
/**
* Column field
*/
field: string;
field: string | ((item: any) => string) | undefined;
/**
* Column sort order
*/