T
TanStack14mo ago
absent-sapphire

I'm using a custom table feature to add an attribute to a cell, but the row doesn't reflect changes

As stated, I'm using a custom table feature to add the "pendingValue" attribute to cells. When I update the pendingValue and I look at the cell object, the pendingValue is what I set it to, as expected. But if I do cell.getRow().getAllCells(), the same cell doesn't have my updated pendingValue - it has the default value (blank). Why is it that the cell itself is updating the custom attribute, yet the row and table doesn't see that change?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?