I'm currently trying to add export options to my cumulocity cockpit.
By default it is only possible to select CSV
and Excel
(on version: 10.15.0).
See documentation https://cumulocity.com/guides/users-guide/cockpit/#exports
Is it possible to add more (e.g. PDF
), without rewriting the full capability?
Currenlty the following legacy code is imported using ng1.ts
import "@c8y/ng1-modules/export/cumulocity.json";
Best regards and thanks for your input ;)