0.0.11 • Published 2 years ago

v3-table v0.0.11

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

v3-table

一个 vue 3.0 的表格控件,DOM 只生成可见单元格元素,提高性能。

<v3-table>
    <v3-table-column>
        <template v-slot:head>
            <span>第 1 列</span>
            <input />
        </template>
        <template v-slot="{ row, index }">
            <button>第 {{ index }} 行</button>
        </template>
    </v3-table-column>
    <v3-table-column title="第 2 列"/>
</v3-table>
0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago