|
|
|
@@ -31,7 +31,7 @@ const DemoComponent14 = () => { |
|
|
|
|
|
|
|
pdf.execute(); |
|
|
|
|
|
|
|
window.print(); |
|
|
|
// window.print(); |
|
|
|
|
|
|
|
} |
|
|
|
// const apiCall = () => { |
|
|
|
@@ -71,20 +71,22 @@ const DemoComponent14 = () => { |
|
|
|
// } |
|
|
|
return ( |
|
|
|
<> |
|
|
|
<div code="br-hide" style={{ display: 'flex', flexDirection: 'row', border: '1px solid #dedede', width: '50%', height: '200px', backgroundColor: 'white', padding: '5px', borderRadius: '10px' }}> |
|
|
|
<div style={{ backgroundColor: 'white', minHeight: '100%', width: '50%', padding: '2px', margin: '5px' }}> |
|
|
|
<div style={{ backgroundColor: 'white', width: '50%', padding: '2px', marginBottom: '20px' }}> |
|
|
|
<h4 id="nesto">PDFEngine</h4> |
|
|
|
<div code="br-hide"> |
|
|
|
<div style={{ display: 'flex', flexDirection: 'row', border: '1px solid #dedede', width: '50%', height: '200px', backgroundColor: 'white', padding: '5px', borderRadius: '10px' }}> |
|
|
|
<div style={{ backgroundColor: 'white', minHeight: '100%', width: '50%', padding: '2px', margin: '5px' }}> |
|
|
|
<div style={{ backgroundColor: 'white', width: '50%', padding: '2px', marginBottom: '20px' }}> |
|
|
|
<h4>PDFEngine</h4> |
|
|
|
</div> |
|
|
|
<div style={{ display: 'flex', flexDirection: 'row', marginLeft: '10px' }}> |
|
|
|
<button style={{ marginLeft: '5px' }} className=" btn btn-primary" onClick={exec}>Print view</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div style={{ display: 'flex', flexDirection: 'row', marginLeft: '10px' }}> |
|
|
|
<button style={{ marginLeft: '5px' }} className=" btn btn-primary" onClick={exec}>Print view</button> |
|
|
|
<div style={{ backgroundColor: 'white', minHeight: '100%', width: '50%', padding: '5px' }}> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div style={{ backgroundColor: 'white', minHeight: '100%', width: '50%', padding: '5px' }}> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<br /> |
|
|
|
1 |
|
|
|
|
|
|
|
<br /> |
|
|
|
<br /> |
|
|
|
<WidgetsDropdown /> |