<input checked="" disabled="" type="checkbox"> 虚拟树 <input checked="" disabled="" type="checkbox"> 增删改查 <input checked="" disabled="" type="checkbox"> 数据校验 <input checked="" disabled="" type="checkbox"> 数据代理 <input checked="" disabled="" type="checkbox"> 键盘导航 <...
{trigger: 'click', mode: 'cell', showIcon: false} : {showIcon: false}" :checkbox-config="{checkStrictly: checkStrictly, showHeader: true}" @edit-actived="editDisabledEvent" @checkbox-all="checkboxAll" @checkbox-change="handleSelectionChange" @radio-change="handleRowClick" :tree-config="d...
@click="del()" :disabled="$refs.VXEForm && $refs.VXEForm.getCheckboxRecords().length === 0" plain >删除</el-button > <el-button type="danger" size="small" icon="el-icon-present" @click="resetSearch()" plain >重置</el-button > </template> </vxe-toolbar> <div style="height:...
const { computeIsAllCheckboxDisabled, computeCheckboxOpts } = $table.getComputeMaps() const { isIndeterminate: isAllCheckboxIndeterminate, isAllSelected } = reactData const { isAllSelected: isAllCheckboxSelected, isIndeterminate: isAllCheckboxIndeterminate } = reactData const isAllCheckboxDisabled = compu...
isAllCheckboxDisabled () { const { tableFullData, treeConfig, checkboxOpts } = this const { tableFullData, tableData, treeConfig, checkboxOpts } = this const { strict, checkMethod } = checkboxOpts if (strict) { if (tableFullData.length) { if (tableData.length || tableFullData.length...
1 import { VXETableModule } from './component' 2 3 /** 4 * 复选框 5 */ 6 export declare class Checkbox extends VXETableModule { 7 /** 8 * 绑定值 9 */ 10 value?: boolean; 11 /** 12 * 只对 checkbox-group 有效,值 13 */ 14 label?: string | number; ...
:tree-props="{children: 'children', hasChild: 'hasChild', isDisabled: 'isDisabled', label: 'label', checked: 'isChecked', indeterminate: 'indeterminate'}"> <vxe-table-column type="checkbox" width="50"></vxe-table-column> <vxe-table-column prop="label" label="Label"></vxe-table-co...
442 .vxe-body--column { 443 &.col--checkbox { 444 user-select: none; 445 } 446 } 447 448 /*边框*/ 449 .vxe-table--footer-wrapper { 450 border-top: 1px solid $vxe-table-border-color; 451 } 452 &.border--default, 453 &.border--full, ...
checkbox-all checkbox all 同vxe-table sort-change 排序 同vxe-table slot name说明 bottom 表格底部内容,不浮动,若配置 scroll-for,将在特定场景进行浮动 {{slotName}} 若column-config 配置了 slotName,则可使用#slotName 进行内容插槽配置 {{slotName+'Header'}} 若column-config 配置了 slotName,则可使用...
function createFormItemRadioAndCheckboxRender () { return function (renderOpts: VxeGlobalRendererHandles.RenderItemContentOptions & { name: string }, params: any) { const { name, options = [], optionProps = {}, attrs } = renderOpts const { data, field } = params const labelProp =...