how to use ->wrap() in ViewColumn
Hi Can any one help me how to use ->wrap() in ViewColumn if i use it throws Method Filament\Tables\Columns\ViewColumn::wrap does not exist. and if use in blade file php function wordwrap($str,15,"<br>\n"); this will also have zero affect on the sentence infact add <br> tag after every word in the sentence Thanks also how to control the width of the Custom columns
