INFOLIST TO VIEW DOCUMENT
I want to view a list of document using infolists, Is it possible? Do I need to create a custom entries or any tricks?
Solution:Jump to solution
i solved with below tricks
```
$document_entries = [];
foreach($documents as $index => $document){...
5 Replies