PluginOptions
PluginOptions:
object
Type declaration
foreignResourceId
foreignResourceId:
string
Id of the resource to be displayed in the inline list.
Resource mandatory should have one columns which defined AdminForthResourceColumn.foreignResource which should be equal to the resourceId of the resource where plugin is used.
modifyTableResourceConfig()?
optional
modifyTableResourceConfig: (resourceConfig
) =>void
Function to modify the resource config of the table. Can be used to define list of columns visible in the inline list. Or modify listPageSize
Parameters
Parameter | Type | Description |
---|---|---|
resourceConfig | AdminForthResource | Resource config of the table. |
Returns
void