If you have a Grid, and inside that there is a column with a url('somehting'), an extra column is added before the url column. It is blank, and causes the remaining columns to be bunched.
In testing, it is also dependent on there being an edit route in getPages().
It is the same issue as mentioned here: https://github.com/filamentphp/filament/discussions/9361
Expected behavior
no additional columns to be added when using ->url()
Steps to reproduce
in the repo, either comment out the ->url() line, or the edit route in getPages()
Reproduction repository (issue will be closed if this is not valid)
Package
filament/filament
Package Version
v3.0.0
Laravel Version
v11
Livewire Version
v3
PHP Version
8.3
Problem description
If you have a
Grid
, and inside that there is a column with aurl('somehting')
, an extra column is added before the url column. It is blank, and causes the remaining columns to be bunched. In testing, it is also dependent on there being anedit
route ingetPages()
. It is the same issue as mentioned here: https://github.com/filamentphp/filament/discussions/9361Expected behavior
no additional columns to be added when using
->url()
Steps to reproduce
in the repo, either comment out the
->url()
line, or theedit
route ingetPages()
Reproduction repository (issue will be closed if this is not valid)
https://github.com/andy-UKC/filament-url-grid-bug
Relevant log output
No response
Donate 💰 to fund this issue