add label in layout table split
Hi i try to use split on my table so it can be responsive. But it missing the column title, is anything to bring back title or there is way to add label before the text?
Thank you
Solution:Jump to solution
i'm using this trick
TextColumn::make('my_field')->description('Label','above');...
1 Reply
Solution
i'm using this trick
TextColumn::make('my_field')->description('Label','above');