Hide a table column if its in a relation manager.
How would I go about it in Filament v4? So I have ProductResource and ProductItem Resource. I have a relation manager for ProductItems in ProductView page, but since its using the same table from ProductItem, its also showing the columns of the parent (Product), which can already be seen on top on the view page, hence making it redundant.
1 Reply
Solution
Found it.