手册版本 V3.0
app及小程序平台底层均没有表格组件,我们使用 view 模拟实现了类似表格的布局,所以并没有 html 表格那样智能,需要合并、分割等功能请利用 flex 布局,根据项目实际情况完成布局工作。
DOM结构
<view class="grace-table grace-margin-top">
<view class="grace-theader grace-bg-blue">
<text class="grace-td grace-bold">表头</text>
<text class="grace-td grace-bold">表头</text>
<text class="grace-td grace-bold">表头</text>
</view>
<view class="grace-tbody">
<text class="grace-td">数据</text>
<text class="grace-td">数据</text>
<text class="grace-td">数据</text>
</view>
</view>
完整演示
UNI 普通版本
NVUE 版本
微信小程序独立版本
登录并购买 GraceUI 后可以查阅完整手册内容 。
登录并购买 GraceUI 后可以查阅完整手册内容 。
登录并购买 GraceUI 后可以查阅完整手册内容 。