Component as row in TableBuilder
I have a table with a custom View for the row as follows:
this renders the view correctly.
But this view is just one part of the component, there is also the
Because the filament table only renders the view and does not use the component the properties are not available inside the blade view.
It is working if i set the properties above the html code inside the blade view via:
But i would like to render the whole component as my table row because i am using this component also in other parts of my application with the properties inside the component and not the blade view.
Is that possible anyhow?
Thanks in advance
this renders the view correctly.
But this view is just one part of the component, there is also the
Because the filament table only renders the view and does not use the component the properties are not available inside the blade view.
It is working if i set the properties above the html code inside the blade view via:
But i would like to render the whole component as my table row because i am using this component also in other parts of my application with the properties inside the component and not the blade view.
Is that possible anyhow?
Thanks in advance