I saw multiple questions of people who wants to update a part of a grid/list/tree with mvvm but they didn't wanted to refresh the whole list.
For all the people who has this problem I made the following example.
Hope this can be use for you.
I saw multiple questions of people who wants to update a part of a grid/list/tree with mvvm but they didn't wanted to refresh the whole list.
For all the people who has this problem I made the following example.
Hope this can be use for you.
This is a simpel example. The most important of the whole code is this :
First simple pojo class :
then the IndexVM:
and at last the index.zul :