--><vxe-table:class="{ isNoBorder: !border }":border="border":data="tableData":max-height="height":show-header="showHeader":loading="loading"cell-class-name="cellStyle"@checkbox-all="selectAllChangeEvent"@checkbox-change="onSelectChange"header-row-class-name="headerStyle":span-method="m...
<vxe-table-column type="expand" width="80"> <!-- 二级表格开始 --> <template v-slot:content="{ row }"> <vxe-grid :cell-class-name="cellClassName" max-height='250px' :columns="row.childCols" :data="row.childData" :edit-config="{trigger: 'click', mode: 'row'}" :edit-rules...
const { refElem } = $xeTable.getRefMaps() const $xeGrid = $xeTable.xegrid const calcMaxHeight = () => { const { customStore } = reactData const tableHeader = refTableHeader.value const tableBody = refTableBody.value const tableCustom = refTableCustom.value const customWrapperElem =...
height="400" ref="tableRef" :custom-config="{mode: 'popup'}" :loading="demo1.loading" :expand-config="{iconOpen: 'vxe-icon-question-circle-fill', iconClose: 'vxe-icon-question-circle-fill'}" :checkbox-config="{labelField: 'id', highlight: true, range: true}" :data="demo1.table...
31 .vxe-table-slots, 32 .vxe-table--file-form { 33 display: none; 34 } 35 36 .vxe-table--print-frame { 37 position: fixed; 38 bottom: -100%; 39 left: -100%; 40 height: 0; 41 width: 0; 42 border: 0; ...
height="300" ref="xTable1" :custom-config="{}" :custom-config="{mode: 'popup'}" :print-config="{}" :data="demo1.tableData"> <vxe-column type="seq" width="60"></vxe-column> @@ -26,18 +26,12 @@ <vxe-colgroup title="其他信息"> <vxe-column field="rate" title="Rate">...
num = parentHeight } else { const excludeHeight = $xeTable.getExcludeHeight() @@ -1084,6 +1091,40 @@ export default defineComponent({ internalData.customMaxHeight = calcHeight('maxHeight') } const calcCellWidth = () => { const { tableData } = reactData const autoWidthColumnList = ...
{outline:0;padding:0 2px;height:40px;width:100%;color:#606266;border-radius:4px;border:1px solid #dcdfe6}.vxe-table--filter-wrapper .vxe-default-input:focus,.vxe-table--filter-wrapper .vxe-default-select:focus,.vxe-table--filter-wrapper .vxe-default-textarea:focus,.vxe-table .vxe-...
🐬 vxe-table vue 表格解决方案. Contribute to miro-jian/vxe-table development by creating an account on GitHub.
height: 20px !important; z-index: 13; i { margin: auto !important; } } .not-minimize { background-color: transparent; ; } .vxe-select-option { max-width: calc(100% - 2px) !important; } .vxe-table--filter-wrapper:not(.is--multiple) { .vxe-ui--filter-wrapper:not(.is--mu...