If you don't specify a width then all the cells naturally size and expand, if you do specify a width then all cells take on a fixed size and don't expand further. But an ideal would be a combination: Cells with a minimum size which when they can't compress further trigger scrolling, but when they have plenty of room expand naturally.
Is this possible with the current react grid?