vue antd a-table配置表格单选多选
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue antd a-table配置表格单选多选相关的知识,希望对你有一定的参考价值。
参考技术A <a-tableref="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配置表格单选多选的主要内容,如果未能解决你的问题,请参考以下文章
Unity实战100例Unity万能答题系统之单选多选判断题全部通用