|
|
|
@@ -29,7 +29,7 @@ const DemoComponent10 = () => { |
|
|
|
const exec = () => { |
|
|
|
const query = []; |
|
|
|
|
|
|
|
query.push(`Landscape=${checkValue}`); |
|
|
|
//query.push(`Landscape=${checkValue}`); |
|
|
|
// query.push("PaperFormatType=A3"); |
|
|
|
const queryString = (query) ? `?${query.join('&')}` : ''; |
|
|
|
const url = ('https://localhost:7285/api/PDFGenerator/isolate/http%3A%2F%2Flocalhost%3A3000%2F%23%2FDemoComponent10' + queryString); |
|
|
|
@@ -352,7 +352,8 @@ const DemoComponent10 = () => { |
|
|
|
</CRow> |
|
|
|
<div> |
|
|
|
<br /> |
|
|
|
<table className="table table-hover table-outline mb-0 d-sm-table" isolate="true"> |
|
|
|
<div className="demo"> |
|
|
|
<table className="table table-hover table-outline mb-0 d-sm-table" code="br-landscapetable" isolate="true"> |
|
|
|
<thead className="thead-light"> |
|
|
|
<tr> |
|
|
|
<th className="text-center"><CIcon name="cil-people" /></th> |
|
|
|
@@ -577,6 +578,7 @@ const DemoComponent10 = () => { |
|
|
|
</tr> |
|
|
|
</tbody> |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</CCardBody> |
|
|
|
</CCard> |