it is possible to make badges with link for each badge
I want to ask it is possible to make badges in table that have multiple url link for each badge?
If it is possible how to do that?
Thank you
Solution:Jump to solution
```php
Tables\Columns\TextColumn::make('inventory_location_list.inventory_location.room_name')
->searchable()
->badge() ->limitList(3)...
->badge() ->limitList(3)...
5 Replies
Did you try using the
->url()
method when state is an array? If that doesn’t work, then probably no option apart from using a ViewColumnyes i try using url, but it null
with this code
if i only using
it shows this
I am not sure then.
Solution
Many Thanks!