eclipse-esmf / esmf-sdk-js-schematics

Create UI components for Angular applications with Schematics based on Aspect Models.
https://eclipse-esmf.github.io/js-sdk-guide/index.html
Mozilla Public License 2.0
2 stars 2 forks source link

[Task] Provide an ability to hide table columns #90

Closed sha4be closed 3 months ago

sha4be commented 4 months ago

Is your task related to a problem? Please describe. As a developer, you want to hide certain columns in a generated table based on user access rights. Currently, this requires manual customization, which complicates the process, especially when merging changes with the generated table source code.

Describe the solution you'd like Introduce a new input property hideColumns of type TableColumnType[]. This property should accept a list of table columns to hide.

Additional context The task will be contributed by me.