How do I create new collection views?

By default we have two collection views for a document type’s viewing options: table and grid.

Can I somehow create a new one from scratch? I need to add a filtering capability and for this I assume I need to create something new instead.

There’s no documentation on it, but I found where the default table collection view is and I copied that and made modifications to use my own collection view.

I also had to copy the manifest and some of the column elements to get it to look right.

I am also lost on how to add other filters however

1 Like