# stk-table-vue **Repository Path**: japlus/stk-table-vue ## Basic Information - **Project Name**: stk-table-vue - **Description**: virtual scroll table vue - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2023-12-07 - **Last Updated**: 2025-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: Web, Vue, table ## README

Stk Table Vue

> Stk Table Vue(Sticky Table) is a high-performance virtual list component based on Vue. > > Used for real-time data display, with data highlighting and dynamic effects > > Support Vue3 and Vue2.7 ## Documentation ### [Stk Table Vue Official CN](https://ja-plus.github.io/stk-table-vue/) ## Repo: - [Github](https://github.com/ja-plus/stk-table-vue) - [Gitee](https://gitee.com/japlus/stk-table-vue) 🇨🇳 ## Demo [Online Demo in stackblitz](https://stackblitz.com/edit/vitejs-vite-ad91hh?file=src%2FDemo%2Findex.vue) ## Compare Compare performance with other vue table [vue-table-compare](https://github.com/ja-plus/vue-table-compare) ## Usage > npm install stk-table-vue ```html ``` ### Vue2.7 Usage [Vue2.7 Usage](https://ja-plus.github.io/stk-table-vue/main/start/vue2-usage.html) ## API ### Props [Props 表格配置](https://ja-plus.github.io/stk-table-vue/main/api/table-props.html) ### Emits [Emits 事件](https://ja-plus.github.io/stk-table-vue/main/api/emits.html) ### Slots [Slots 插槽](https://ja-plus.github.io/stk-table-vue/main/api/slots.html) ### Expose [Expose 实例方法](https://ja-plus.github.io/stk-table-vue/main/api/expose.html) ### StkTableColumn 列配置 [StkTableColumn 列配置](https://ja-plus.github.io/stk-table-vue/main/api/stk-table-column.html) ### setHighlightDimCell & setHighlightDimRow [Highlight 高亮](https://ja-plus.github.io/stk-table-vue/main/api/expose.html#sethighlightdimcell) ### Example ```vue ``` ## Other * `$*$`