posted 13 years ago
I'm novice to GWT. I want to implement the below scenerio
when a user clicks a edit button, all the cell in that row of FlexTable should become editable after that when user clicks store button, the user entered value should be stored into database. Please help me how to start.. I have included some code snippet but I dont think this will work