AdminForthResourceFrontend
Extends
Omit<AdminForthResourceCommon,"options"|"table"|"dataSource">
Properties
columns
columns:
AdminForthResourceColumnCommon[]
Inherited from
Omit.columns
label
label:
string
Inherited from
Omit.label
options
options:
AdminForthOptionsForFrontend
recordLabel()?
optionalrecordLabel: (item) =>string
Hook which allow you to modify record label
Example:
recordLabel: (record) => `${record.name} - ${record.id}`,
Parameters
| Parameter | Type |
|---|---|
item | any |
Returns
string
Inherited from
Omit.recordLabel
resourceId
resourceId:
string
Inherited from
Omit.resourceId