Hi everybody,
I have a table with three columns, and one of them is rendered by a ColumnGenerator. What I would like to do is to refresh a picture contained in a particular cell
(rendered by the ColumnGenerator)
without refreshing the whole table
(refreshRowCache)
. Using Property.setValue does not call the columngenerator of the bean…So I have no ideas how to do this
How could I dosuch thing?