feat: 固定表格首两列

This commit is contained in:
jianchaoliu
2019-07-04 13:06:28 +08:00
parent db081bfd17
commit 40c0873ec3

View File

@@ -1,7 +1,8 @@
<template>
<view class="container">
<table
:table.sync="tableData"></table>
:table.sync="tableData"
fixedColsNum="2"></table>
</view>
</template>