ez-table
A Vue component that displays a table with a scrollable body and fixed header.
Compatibility browser
All browsers
Installation
npm i --save-dev ez-table
Demo
Module
Vue
Usage
Once installed, it can be used in a template as simply as:
C1 C2 C3 item1 item2 item3 <!-- ... -->
Columns header width will be synchronized with columns body width.
bottomMarge
is the value (px) under the table triggering the scrollbar.