vxe-table表头字段的显示隐藏 vxe-toolbar使用

 

<vxe-toolbar custom />
      <vxe-table
        id="bbb"
        ref="table"
        v-loading="loading"
        :data="model.list"
        class="tb-edit height34"
        border
        keep-source
        stripe
        resizable
        :height="tableHeight"
        show-footer
        :footer-method="footerMethod"
        show-overflow
        :custom-config="{storage:true}"
        @checkbox-change="selectionChange"
        @checkbox-all="selectionChange"
      >

 

 

posted @ 2022-05-06 09:33  hello芳芳  阅读(2466)  评论(0)    收藏  举报