GenericRowDetailProps
Defined in: packages/react/src/components/GenericRowDetail.tsx:7
Extends
Section titled “Extends”SlotProps<TData>
Type Parameters
Section titled “Type Parameters”TData
Properties
Section titled “Properties”excludedKeys?
Section titled “excludedKeys?”
optionalexcludedKeys?: keyofTData[]
Defined in: packages/react/src/components/GenericRowDetail.tsx:10
optionalkeys?: keyofTData[]
Defined in: packages/react/src/components/GenericRowDetail.tsx:9
row:
Row<TData>
Defined in: packages/react/src/components/TableContent.tsx:21
Inherited from
Section titled “Inherited from”showLessKey?
Section titled “showLessKey?”
optionalshowLessKey?:string
Defined in: packages/react/src/components/GenericRowDetail.tsx:12
showMoreKey?
Section titled “showMoreKey?”
optionalshowMoreKey?:string
Defined in: packages/react/src/components/GenericRowDetail.tsx:13
t:
TranslateFn
Defined in: packages/react/src/components/GenericRowDetail.tsx:8
table:
Table<TData>
Defined in: packages/react/src/components/TableContent.tsx:22
Inherited from
Section titled “Inherited from”titleKey?
Section titled “titleKey?”
optionaltitleKey?:string
Defined in: packages/react/src/components/GenericRowDetail.tsx:11