antDtable组件不显示分页设置
时间:2020-09-22 10:12:24
收藏:0
阅读:1193
<a-table :columns="columns"
:data-source="data"
id="monitorTable"
:scroll="{ y: 240 }"
class="monitorTable"
:rowKey="rowKey"
:pagination="false">
</a-table>
:pagination="false"
原文:https://www.cnblogs.com/cuteCoderSnow/p/13710086.html
评论(0)