How can you have vertical and horizontal scroll bars stay visible in a table?
I have a React Responsive Table that can end up having many columns, depending on user’s actions. In the case where the user chooses enough columns, I want my table to scroll horizontally. Since there are a lot of rows on the table, the table should also scroll vertically.