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
i'm using this trick

TextColumn::make('my_field')->description('Label','above');
Was this page helpful?