Relationships components
This is the collection of relationships components within the ui-react
module. There are only three relationships components, LinkedRowsView
, LocalRowsView
, and RemoteRowView
.
LinkedRowsView
The LinkedRowsView
component renders the local Row
objects for a given remote Row
in a Relationship
, and registers a listener so that any changes to that result will cause a re-render.
LocalRowsView
The LocalRowsView
component renders the local Row
objects for a given remote Row
in a Relationship
, and registers a listener so that any changes to that result will cause a re-render.
RemoteRowView
The RemoteRowView
component renders the remote Row
Id
for a given local Row
in a Relationship
, and registers a listener so that any changes to that result will cause a re-render.