Rendered view in table as a column in perspective

I have table in which one column is a rendered view of an another view(DateTimeComponent) . If I try editing the date in the rendered view column in the table and select a different row, the earlier edited column does not retain the value.

How can this be achieved?

you will have to use messages in the view with the datecomponent to update the datasrouce of the table.
somehting ilke done here

It’s seems that the data source is updated every time we edit the cell.

I want to have a separate button called save. So that after editing all the cells I can click on the “save” button to update the data source.

1 Like

I have said what you can do for that in this topic too.

1 Like