-
-
Notifications
You must be signed in to change notification settings - Fork 231
Closed
Description
Hi,
I have a component that looks like this -
But when I print this, I get this in the print dialog -
I am using bootstrap grid with react (which uses flexbox). I am using the library like this -
const deliveryOrderTableRef =
useRef() as React.MutableRefObject<HTMLDivElement>;
const printPage = useReactToPrint({
content: () => deliveryOrderTableRef.current,
copyStyles: true,
});
<div className="delivery-order-table" ref={ref}>