marmelab / ng-admin

Add an AngularJS admin GUI to any RESTful API
http://ng-admin-book.marmelab.com/
MIT License
3.95k stars 725 forks source link

Create several views of the same type in the same page #1309

Closed glalaj closed 7 years ago

glalaj commented 7 years ago

I would like to have the ability to create several views of the same type. For example, have something like:

firstentity.creationView().title(/contente here/).fields([/content/]); secondentity.creationView().title(/contente here/).fields([/content/]);

This would be a workaround to custom views. ng-admin provides each entity with 5 views (corresponding to 5 functionalities). I might need some other functionality not available, and I can't reuse one of the 5 views cause I am already using all of them.