0.0.11 • Published 3 years ago

v3-table v0.0.11

Weekly downloads
-
License
-
Repository
-
Last release
3 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

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago