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

Add showRowRemoveButton property to TableRowMenuComponent and CpsTree… #294

Closed TerranceKhumalo-absa closed 8 months ago

TerranceKhumalo-absa commented 8 months ago

Add showRowRemoveButton property to TableRowMenuComponent and CpsTreeTableComponent

Resolves #295

This pull request adds a new property called showRowRemoveButton to the TableRowMenuComponent and the CpsTreeTableComponent. This property allows the user to control whether the 'Remove' button should be displayed in the row menu of the tree table. By default, the 'Remove' button is shown, but it can be hidden by setting the property to false.

Changes

Screenshots