Hi folks, I am using table columns with combination of Split & Stack. Everything from layout perspective looks fine until I place
url()
url()
in any of the columns.
I have attached 3 scenarios to demonstrate the issue 1. In 1st picture I am not using
url()
url()
anywhere and the layout looks what I expect it to be. 2. In 2nd picture, I wanted to insert
url()
url()
on username, but it disrupt the columns before it. 3. In 3rd picture, I moved the
url()
url()
function to the image for testing, and it still disrupted the columns before it.
I am pretty sure I must missing some parameters in my table builder that is leading to this unexpected behaviour, although I tried all the combinations of breakpoints and canGrow() functionalities, but I didnt seem to fix it.
Can someone please tell me if it is filament bug or I am missing something? Thanks!