Come for answers. Stay for best practices. All we’re missing is you.
Problem Statement :
Deleting a row in stock control Table available in UI Toolkits, based on the visibility set as per the need/condition.
Challenges/Blocker :
We do have a configuration behavior property “Show Delete Button”( on click of the OOTB available table associated delete icon – the particular row will be deleted), which will either be available across all the rows or it won’t be available at all across all rows based on the check box selection against that property. But with the help of OOTB configuration property , the delete icon behavior cannot be handled each row basis but on whole table .
Solution:
Design a customized delete icon which can act as a replacement of OOTB delete icon and manipulate it according to the required condition.(When its required or when it is read only)