feat : creation du composant datatable (WIP)
This commit is contained in:
@@ -4,6 +4,8 @@ export type ColumnConfig = {
|
||||
key: string
|
||||
label?: string
|
||||
format?: (value: unknown, row: Row) => string
|
||||
isSearchable?: boolean
|
||||
type?: string
|
||||
}
|
||||
type HydraCollection<T> = {
|
||||
'hydra:member': T[]
|
||||
Reference in New Issue
Block a user