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

[Bug]: Column not clickable if list page is of a resource #4

Open
GamendeBrian opened this issue Jan 6, 2025 · 1 comment
Open
Labels
bug Something isn't working

Comments

@GamendeBrian
Copy link

What happened?

Whenever using this IconSelectColumn in a table of a resource, when clicking on the IconSelectColumn, it redirects to the Edit page (default resource table behavior).

How to reproduce the bug

When you add the IconSelectColumn to any resource table with an edit page.

Package Version

1.1

PHP Version

8.3.15

Laravel Version

11.31

Which operating systems does with happen with?

macOS

Notes

The only way to fix this is the disable the recordUrl on the table itself like so:

return $table
->recordUrl(null)
@GamendeBrian GamendeBrian added the bug Something isn't working label Jan 6, 2025
@GamendeBrian
Copy link
Author

Also mentioned by Povilas Korop here: https://youtu.be/eXiECRD-_v0?t=90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant