Skip to content

johnsoncheg/el-table-sticky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

el-table-sticky

Directive of Element ui Table Head Stick

Demo:

demo

Usage

npm i el-table-sticky -S
import Vue from 'vue'
import stickyDirective from 'el-table-sticky'

Vue.use(stickyDirective)
<el-table v-head-stick></el-table>

Notice

At present, the usage of the directive only support table preview, while the column checkbox mode and the column fixed mode is not supported

About

Element ui table Head always stick to the top of the screen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published