Type alias: EntityCollectionTableProps<M>
Ƭ EntityCollectionTableProps<M
>: EntityCollection
<M
> & { actions?
: React.ReactNode
; actionsStart?
: React.ReactNode
; fullPath
: string
; highlightedEntities?
: Entity
<M
>[] ; hoverRow?
: boolean
; selectionController
: SelectionController
<M
> ; tableController
: TableController
<M
> ; tableRowActionsBuilder?
: (params
: { entity
: Entity
<M
> ; frozen?
: boolean
; size
: CollectionSize
; width
: number
}) => React.ReactNode
; title?
: React.ReactNode
; onColumnResize?
: (params
: OnColumnResizeParams
) => void
; onEntityClick?
: (entity
: Entity
<M
>) => void
; onSizeChanged?
: (size
: CollectionSize
) => void
}
Type parameters
Name | Type |
---|---|
M | extends Record <string , any > |
Defined in
lib/src/core/components/EntityCollectionTable/EntityCollectionTableProps.tsx:18