Alejandro, I like this add-on, and it has saved my bacon a couple of times,

Alejandro,
I like this add-on, and it has saved my bacon a couple of times, but I have a problem that I can’t figure out. When I edit an entry in the table, and only when I edit a particular column, I get the following error: java.lang.IllegalStateException: Item id PurchaseOrders{id=10, rawType=FOIL, rawName=00098-49.50, supplierPO=COM-20577, quantity=36000.0, receiveDate=Mon Dec 06 00:00:00 EST 2021} was not pinned
And after I get that error, I’m not able to select the row immediately below the edited row. The field I’m trying to edit is the rawName column, which is a simple text field just like the other columns (with the exception of the date column).
I’m using version 1.6.0 with Vaadin 7 (old version, I know). If you have any insight as to what might be causing this problem, I’d appreciate it.

Regards,
Kevin

I seems like something in your code is causing this. I’d suggest placing breakpoints in the code to see what the issue actually is and where.