Open Yyana22 opened 2 months ago
Hello. I'm not sure I understand the question. Could you make a Codesandbox or similar showing the problem? Thanks!
https://github.com/Yyana22/reactToPrint/tree/master/
It is necessary that when printing the entire table is displayed (if there is a horizontal scroll, what does not fit goes to the next page)
Could you make the Codesandbox public please? The link above doesn't seem to work for me due to a permissions error.
How would you like to display the entire table though? If there are too many columns it has to change how it looks somehow. Maybe that means multiple pages (horizontal or vertical), maybe it means something else, changing the component during printing for example
That works, thanks!
What do you want the solution to look like?
I want that when printing, if there is a horizontal scroll, the content on the right that does not fit will be transferred to the next line (if this is possible)