You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried setting a custom resource class using the config provided by this package. However, it doesn't seem to use the custom resource I provided.
See here:
I have also attempted modifying the resource from where the plugin was called in the Filament panel definition, yet it still does not use the custom resource class.
I extended the table() method in the custom resource class and commented out some columns. See here:
However, those columns are still visible on the resource list page
What then is the correct way of using a custom resource class? I need to add actions to the table so that I can view the details of a failed job
The text was updated successfully, but these errors were encountered:
I tried setting a custom resource class using the config provided by this package. However, it doesn't seem to use the custom resource I provided.
See here:
I have also attempted modifying the resource from where the plugin was called in the Filament panel definition, yet it still does not use the custom resource class.
I extended the
table()
method in the custom resource class and commented out some columns. See here:However, those columns are still visible on the resource list page
What then is the correct way of using a custom resource class? I need to add actions to the table so that I can view the details of a failed job
The text was updated successfully, but these errors were encountered: