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