1.1.22 • Published 4 years ago
@bpui/table-view v1.1.22
switch
import bpui from '@bpui/table-view';
bpui.bpTableView
<bp-table-view tableTitle="常规">
<bp-table-cell>
<bp-table-cell-left><bp-icon name="heartFill"/></bp-table-cell-left>
<bp-table-cell-center>center label</bp-table-cell-center>
<bp-table-cell-right>right label</bp-table-cell-right>
</bp-table-cell>
<bp-table-cell nextArrow="true" @click="()=>{$bpWidget.showToast('click')}">
<bp-table-cell-left></bp-table-cell-left>
<bp-table-cell-center>nextArrow</bp-table-cell-center>
</bp-table-cell>
<bp-table-cell :disabled="true">
<bp-table-cell-left></bp-table-cell-left>
<bp-table-cell-center>disabled</bp-table-cell-center>
</bp-table-cell>
</bp-table-view>
style
/* scss */
import '@bpui/libs/style/class.scss';
import '@bpui/table-view/style';
/* css */
<link href="~@bpui/table-view/dist/style.css" rel="stylesheet" type="text/css"/>
1.1.22
4 years ago
1.1.19
4 years ago
1.1.18
4 years ago
1.1.17
4 years ago
1.1.12
4 years ago
1.1.21
4 years ago
1.1.20
4 years ago
1.1.16
4 years ago
1.1.15
4 years ago
1.1.14
4 years ago
1.1.13
4 years ago
1.1.11
4 years ago
1.1.10
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago