url() is disrupting table columns
Hi folks, I am using table columns with combination of Split & Stack.
Everything from layout perspective looks fine until I place
I have attached 3 scenarios to demonstrate the issue
Can someone please tell me if it is filament bug or I am missing something? Thanks!
Everything from layout perspective looks fine until I place
url() in any of the columns.I have attached 3 scenarios to demonstrate the issue
- In 1st picture I am not using
url()anywhere and the layout looks what I expect it to be. - In 2nd picture, I wanted to insert
url()on username, but it disrupt the columns before it. - In 3rd picture, I moved the
url()function to the image for testing, and it still disrupted the columns before it.
Can someone please tell me if it is filament bug or I am missing something? Thanks!