The following screenshot shows how the table looks with several genes. Currently, the search bar is far off to the right (not visible in the screenshot).

I would like to:
- Implement horizontal scrolling within the table - using a div with
overflow-x: scroll
- Freeze the Cluster column (leftmost column) - using a tutorial for freezing column(s) in reacTable
- Move the search bar to the left side or (if this is not possible) implement another way of filtering/searching the table that will be visible regardless of the number of genes
It's a bit hard to test these locally with only 6 genes, but I can make the max width of the table smaller on purpose to force the scroll to occur!