vue antd a-table配置表格单选多选

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue antd a-table配置表格单选多选相关的知识,希望对你有一定的参考价值。

参考技术A <a-table

  ref="table"

  size="default"

  bordered

  rowKey="id"

  :columns="columns"

  :dataSource="dataSource"

  :pagination="ipagination"

  :loading="loading"

  :scroll="x: 3200"

  :showHeder="true"

  @change="handleTableChange"></a-table>

onSelectChange(selectedRowKeys, selectionRows)

this.selectedRowKeys = selectedRowKeys

this.selectionRows = selectionRows

,

以上是关于vue antd a-table配置表格单选多选的主要内容,如果未能解决你的问题,请参考以下文章

vue单选多选,文本域,选择框

Unity实战100例Unity万能答题系统之单选多选判断题全部通用

vue-element 动态单选多选全选

iOS——UITableView单选模式,多选模式,单选多选混合模式

单选多选

antd vue里面 a-table再次封装,slot-scope如何跨组件传递?