Refactor #2595
parent
6df9b3dbcc
commit
341a5f9c3b
|
@ -7,7 +7,7 @@ type DataTablePaginatorPositionType = 'top' | 'bottom' | 'both' | undefined;
|
|||
|
||||
type DataTableSortFieldType = string | ((item: any) => string) | undefined;
|
||||
|
||||
type DataTableDataKeyType = string | (() => string) | undefined;
|
||||
type DataTableDataKeyType = string | ((item: any) => string) | undefined;
|
||||
|
||||
type DataTableMultiSortMetaType = DataTableSortMeta[] | undefined | null;
|
||||
|
||||
|
|
Loading…
Reference in New Issue