How to wrap a dash table DataTable into multiple lines when I have too many columns?

Hi, I have a table for revenue targets of each week of the year, therefore 54 columns (or rows) that each contain a single value. I don’t like the scrolling bar and I want all the data to be visible in the page, I also want the values to be editable and handled easily in backend. is there a way to make the table wrap itself around and come to next line like the picture below?

current:

desired:

Thanks in advance.