Columns not lining up using Table Component in React Bootstrap Accordion
I am populating a table in a react application using the React Table Component. The data is being mapped into the table via three different data sets. The issue I am having is getting the table to format properly. Specifically, getting the columns to line up. I should have 2 rows and 4 lined up columns. Each cell has 4 lines of text (not 4 rows).