Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The resource config does not work #54

Open
chrisidakwo opened this issue Oct 19, 2024 · 0 comments
Open

The resource config does not work #54

chrisidakwo opened this issue Oct 19, 2024 · 0 comments

Comments

@chrisidakwo
Copy link

Laravel Version: 11.22.0
Filament Version: 3.2.98

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:
Screenshot 2024-10-19 at 05 32 39

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:
Screenshot 2024-10-19 at 05 32 51

However, those columns are still visible on the resource list page
Screenshot 2024-10-19 at 05 33 12

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant