Merge pull request #5863 from MalikBen/data-table-sort-meta

fix(types): DataTable: add function support to DataTableSortMeta field
pull/5865/head
Tuğçe Küçükoğlu 2024-06-10 14:42:11 +03:00 committed by GitHub
commit fde5fb2186
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
*/