how to pass in parameters into custom column

in my custom column i have a text and an image

sometimes, i want to show first the image, then the text
sometimes, i want to show first the text, then the img

is there a way to achieve this passing a param to my custom column?

    protected function getTableColumns(): array
    {
        return [
            MyCustomColumn::make('custom'),
Was this page helpful?