observe_moving_selection.Rd
On "select" button click collects all selected interactions in both subtables in single protein panel. Then finds these interactions in the main table and sets the selected rows to these. Lastly, moves the user to the table tab.
observe_moving_selection(
input,
subtables,
edges,
table_proxy,
tabs_visited,
initial_selection
)
[reactivevalues()
]
An input object of the app.
[codereactivevalues()]
A list with two subtables for interactions as interactor and interactee
respectively.
[reactivevalues()
]
AmyloGraph data with "table" element.
[dataTableProxy(1)
]
Proxy of the main table (target table).
[reactivevalues
]
Reactive values handling the problem of setting selection in a table that
wasn't displayed previously.