Refresh table after changing values with updateStateUsing
Hello, I using CheckBoxColumn to select default language. I changing values of rows in updateStateUsing and I need render this values after change. (Only after the page is refreshed will it be rendered). Is there a way to do this? Thank you for your answers π
1 Reply
Hi, I've had the same issue. did you find a solution for you ?
my issue came from getStateUsing where I used eager loaded value instead of a fresh one. If it can help