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

Update showRowRemoveButton property to default to true in TableRowMen… #296

Closed TerranceKhumalo-absa closed 8 months ago

TerranceKhumalo-absa commented 8 months ago

Fix/add-default-value-true-showRowRemoveButton

Resolves #297

This pull request fixes the issue of the 'Remove' button not being displayed in the row menu by default. The showRowRemoveButton property in the TableRowMenuComponent was set to false, which caused the button to be hidden unless explicitly set to true by the user. This pull request changes the default value of the property to true, so that the button is always visible unless the user chooses to hide it.

Changes