How to use InfoList repeatable entry to show files with clickable links
I am saving files in the table as json.
I wish to use Repeater in infolist builder to text columns with clickable links , but as you see there's no pointer in this array
'*' ??
What do I do ?
Also Simple list entry plugin is also not working
Thanks,
Solution:Jump to solution
Found the solution
```php
Components\RepeatableEntry::make('uploads')
->schema([
Components\TextEntry::make(''),...
1 Reply
Solution
Found the solution
just leave TextEntry empty.