0.4.0 • Published 5 years ago

vue-my-table v0.4.0

Weekly downloads
19
License
-
Repository
github
Last release
5 years ago

vue-my-table

This is a table library ffor vue, you can use it in vue project and via script tag directly.

Table of contents

General info

The table is follow boostrap style, but all of the dependencies has been resolved in this components, you do not need to install any other library anymore.

Screenshots

Example screenshot

Setup

npm install vue-my-table Or use script tag directly

<script src="vue.js"> </script>
<script src="vueMytable.umd.js"></script>
<link rel="stylesheet" type="text/css" href="vueMyTable.css">

Available props and functions

Object for param

Object for columns

Code Examples

For examples please refer to github

Features

Support sort Support fix table header and scrollbar in table body Support expand detail row with component Support custom sort column Support local and server data mode Support I18

To-do list:

  • to much

Status

Init version

Contact

Feel free to contact me here github

Licence

MIT