Javascript – How to show a React component when a single table row is clicked
I am creating a table in React that has multiple rows. For each row there will be a React component underneath called AutoShopPricesExpanded that has more details about that row's prices. When I click on a single row I want…