We have created a flavor for transaction MIRO. One of the things we have done is move the PO table from the bottom of the screen to the side so that user can see the whole transaction without scrolling. If we make no further modifications to the table it works as expected. The issue with the standard table is that it is set to only display 3 rows and for a lot of purchase orders there will be more than 3 lines to display in the table. So we modified the table using property maxRows and changed it to 10. It will now display 10 rows , which is great! But now it will not let the user do tasks like remove unwanted rows, so for example if a Purchase order has 20 items on it but they only want to pay 10 of them they will remove the other 10 that they do not want to pay. before modifying this worked fine it just meant scrolling through the items a lot more as it was only displaying 3 at a time, after modfication the user had less scrolling to do but when they tried to remove the lines it just reverts back to the original lines.