feat: 固定表格首两列
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<template>
|
||||
<view class="container">
|
||||
<table
|
||||
:table.sync="tableData"></table>
|
||||
:table.sync="tableData"
|
||||
fixedColsNum="2"></table>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user