AbsaOSS / cps-shared-ui

Angular shared components library
https://absaoss.github.io/cps-shared-ui/
Apache License 2.0
2 stars 2 forks source link

Default Visibility of ‘Remove’ Button in TableRowMenuComponent #297

Closed TerranceKhumalo-absa closed 8 months ago

TerranceKhumalo-absa commented 8 months ago

This issue is a follow-up to the closed issue: #295.

There is an issue with the default visibility of the 'Remove' button in the row menu. Currently, the showRowRemoveButton property in the TableRowMenuComponent is set to false by default. This causes the 'Remove' button to be hidden unless explicitly set to true by the user.

Expected Behavior

The 'Remove' button should be visible by default, unless the user chooses to hide it.

Proposed Solution