I want to display my .NET Core web page as per the below image.
For the left pane, I am using a partial view whereas I'm rendering the right pane with view components.
I call different API's to retrieve data from the database in order to display data in both panes.
I want to synchronize the left pane record count with right pane view component data.
Is their any pattern/combination of view components or partial views to achieve my requirements?