Please, is it possible to create several list views for entity ?
Please, is it possible to create several list views for entity ?
Collapse
X
-
This is not possible currently. The only possibility would be to include all columns (fields) in the default list view and hide the ones you do not want. This is user dependend and not storable, hence only a "kind of" solution.
Another possibility could be to create entities for every list view you want and relate these to the main entity. Then you would have related list views, where it would be possible to create custom views from the layout manager. Though I did not test such solution.

Comment