Interface: DataCardProps\<T>¶
Defined in: src/components/tables/DataCard.tsx:30
Type Parameters¶
T¶
T
Properties¶
columns¶
columns:
Column\<T>[]
Defined in: src/components/tables/DataCard.tsx:34
Column definitions (header labels + render functions)
loading?¶
optionalloading?:boolean
Defined in: src/components/tables/DataCard.tsx:38
Loading state — shows skeleton placeholders
onClick¶
onClick: (
row) =>void
Defined in: src/components/tables/DataCard.tsx:36
Click handler — receives the row data
Parameters¶
row¶
T
Returns¶
void
row¶
row:
T
Defined in: src/components/tables/DataCard.tsx:32
The data row to display