Let me simplify my question.
How can I update the rows that have changed? When I delete a complete entry/row
works perfectly fine. But if the entries are not changed the checkbox is not changed back by that line of code. When I reload the page (pressing F5) all data is right again.
Best regards!
-- How can I update the rows that have changed? When I delete a complete entry/row
table.setVisibleRangeAndClearData(table.getVisibleRange(), true);
- I have some rows/entries with a checkbox/boolean
- I click it
- A dialog opens asking me "really?"
- I say "no"
- The checkbox should be unchecked again
Best regards!
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment