fix(types): DataTable: add function support to DataTableSortMeta field
parent
b888cecfea
commit
4deb0c1ab5
|
@ -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