I have enabled the editing function in the Subview of the Table component with some scripts like:
self.props.data[event.row][event.column] = event.value
Here is my issues:
When multiple subviews are expanded and the scrollbar is scrolled to the bottom, scrolling back up will automatically refresh all the subviews. This causes data edited in the subviews to be lost.
Additionally, if I switch the data source of the table without collapsing the Subview, I will receive a "websocket disconnect from session" error.And collapsing and reopening the Subview causes edited data lost too.
How can I resolve this?Thanks.
My Ignition Platform version is 8.1.25 (b2023021409).