Summary row blocking save button

I have a table in my app that has a summary row and some editable fields. For some reason the summary row is displayed over the save action pop-up. This doesn't happen on any other table in the app.

The table basically the same as other tables where the save pop-up is properly displayed. The only differences are that rows are grouped by four columns, the row size is dynamically set and there is a select row event handler.

Screenshot 2025-07-04 at 10.21.54

Hi @annadox,

That is odd, looks like a bug. I am guessing that the row size being dynamically set could be causing that. Could you share a screen shot or screen recording of how you set that up so I can reproduce this?

There is a chance it could be the rows being grouped by columns as well, or maybe the two in combination? :thinking: Sharing a screenshot/recording of how you have that set up as well would be very useful.

Once I reproduce this I can create a bug report for our UI team. Have you tested removing either of those customizations on the table to see if the behavior persists?