Przeglądaj źródła

Bugfixed / landscape and portrait on single widget

master
Safet Purkovic 4 lat temu
rodzic
commit
88dea9b135

+ 4
- 2
src/views/demoComponent/DemoComponent10.js Wyświetl plik

const exec = () => { const exec = () => {
const query = []; const query = [];


query.push(`Landscape=${checkValue}`);
//query.push(`Landscape=${checkValue}`);
// query.push("PaperFormatType=A3"); // query.push("PaperFormatType=A3");
const queryString = (query) ? `?${query.join('&')}` : ''; const queryString = (query) ? `?${query.join('&')}` : '';
const url = ('https://localhost:7285/api/PDFGenerator/isolate/http%3A%2F%2Flocalhost%3A3000%2F%23%2FDemoComponent10' + queryString); const url = ('https://localhost:7285/api/PDFGenerator/isolate/http%3A%2F%2Flocalhost%3A3000%2F%23%2FDemoComponent10' + queryString);
</CRow> </CRow>
<div> <div>
<br /> <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"> <thead className="thead-light">
<tr> <tr>
<th className="text-center"><CIcon name="cil-people" /></th> <th className="text-center"><CIcon name="cil-people" /></th>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
</div> </div>
</CCardBody> </CCardBody>
</CCard> </CCard>

+ 3
- 2
src/views/demoComponent/DemoComponent12.js Wyświetl plik

<br /> <br />
<br /> <br />
<WidgetsDropdown /> <WidgetsDropdown />
<CCard isolate="true">
<div className="demo">
<CCard code='br-landscapetable' isolate="true">
<CCardBody> <CCardBody>
<CRow> <CRow>
<CCol sm="5"> <CCol sm="5">
</CRow> </CRow>
</CCardFooter> </CCardFooter>
</CCard> </CCard>
</div>
<CRow> <CRow>
<CCol> <CCol>
<CCard> <CCard>

Ładowanie…
Anuluj
Zapisz