Hello there,
I am developing addon which will extend Cockpit collections in a way that you can view collection data without “Edit form” (in a table layout) and second feature will be to fulfill DOCX template from collection data (generate and download Word document).
I have done this with hard coded approach, but it would be better for sharing and future use case if I transfer it into an Addon.
I think I know how to extend Controller part but I don’t have idea how to extend “View” part of Collection.
Should I recopy whole “entries.php” from “views\partials” folder into mine addon?
Any advice?