I made the table viewer editable by adding setEditingSupport to the columns. But that seem to be not enough. How to access the modified fields if I want to save them in the DB? What is available to me is only the original fields. I have a toolbar icon called 'save' to save all my changes in the current row. But that is not available to me. Should I use cell Modifier? How to use that?

link|improve this question

38% accept rate
feedback

1 Answer

Do it in your EditingSupport's setValue method.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.