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

Addition of showRowRemoveButton Property to TableRowMenuComponent and CpsTreeTableComponent #295

Closed TerranceKhumalo-absa closed 8 months ago

TerranceKhumalo-absa commented 8 months ago

Description

A new property showRowRemoveButton has been added to the TableRowMenuComponent and the CpsTreeTableComponent. This property allows control over the visibility of the 'Remove' button in the row menu of the tree table.

Expected Behavior

The 'Remove' button should be visible in the row menu of the tree table when showRowRemoveButton is set to true. When showRowRemoveButton is set to false, the 'Remove' button should not be visible.