High performance realtime virtual table for vue3 and vue2.7
npm install stk-table-vuehtml
`
$3
Vue2.7 Usage
API
* Props
* Emits
* Slots
* Expose
* StkTableColumn: Define column type
* Highlight: setHighlightDimCell & setHighlightDimRow
$3
`vue
ref="stkTable"
row-key="name"
v-model:columns="columns"
:style="{height:props.height}"
theme='dark'
height='200px'
bordered="h"
:row-height="28"
:show-overflow="false"
:show-header-overflow="false"
:sort-remote="false"
col-resizable
header-drag
virtual
virtual-x
no-data-full
col-resizable
auto-resize
fixed-col-shadow
:col-min-width="10"
:headless="false"
:data-source="dataSource"
@current-change="onCurrentChange"
@row-menu="onRowMenu"
@header-row-menu="onHeaderRowMenu"
@row-click="onRowClick"
@row-dblclick="onRowDblclick"
@sort-change="handleSortChange"
@cell-click="onCellClick"
@header-cell-click="onHeaderCellClick"
@scroll="onTableScroll"
@scroll-x="onTableScrollX"
@col-order-change="onColOrderChange"
/>
`
Compare
Compare performance with other vue table vue-table-compare
Other
$$`