Merge pull request #5863 from MalikBen/data-table-sort-meta
fix(types): DataTable: add function support to DataTableSortMeta fieldpull/5865/head
commit
fde5fb2186
|
@ -128,7 +128,7 @@ export interface DataTableSortMeta {
|
|||
/**
|
||||
* Column field
|
||||
*/
|
||||
field: string;
|
||||
field: string | ((item: any) => string) | undefined;
|
||||
/**
|
||||
* Column sort order
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue