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
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)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: