mbrn/material-table – How to keep all actions of other rows interactive in Material Table when table is in add row mode?

How to keep all actions of other rows interactive when on add row mode ? The Idea would be that the user would still be able to edit click on row edit or delete actions for example, while being showAddRow is true.

The following demo demonstrates the issue. After clicking on the + icon on the top right corner, a row is added at the bottom that allows the user to create a new row, however the action of other existing rows are disabled and no interaction is possible with other existing rows in the table.

Here is a codeception playground with the behavior in question so you can test for yourself. The ideal would be that the action button of all other rows are interactive and that when clicking on one while another is active, it cancels the current active action and enables the clicked one.