Props
interface RecordCardListProps
attachmentCoverField | Field Attachment field to display as an image in the square preview for each record card. If omitted or not an attachment field, it uses for the first attachment field in |
className | undefined | string Additional class names to apply to the record card list. |
fields | Array<Field> Fields to display in each record card. The primary field is always displayed. |
onRecordClick | null | Click event handler for an individual record card. If undefined, uses default behavior to expand record. If null, no operation is performed. |
onRecordMouseEnter | undefined | Mouse enter event handler for an individual record card. |
onRecordMouseLeave | undefined | Mouse leave event handler for an individual record card. |
onScroll | undefined | Scroll event handler for the list window. |
records | Array<Record> | Array<RecordDef> Records to display in card list. |
style | React.CSSProperties Additional styles to apply to the record card list. |
view | View The view model to use for field order and record coloring. |