Extend ListController to show files list

Hi,

Is it possible to somehow via custom plugin extend listController to display the list of files that are stored only in storage and display the contents of the file via preview in codeeditor?

I have a specific situation where I need to display files as an archive for importing data.

Any idea?

Hi @mcore ,

You could extend the list column to use the partial column type.

Or, for a wider solution, register a custom list column:

1 Like