UNPKG

@lossendae/vue-table

Version:

Simple table component for Vue.js 2.x with pagination and sortable columns

8 lines (6 loc) 163 B
<title>VueTable demo</title> <script src="./VueTable.umd.js"></script> <link rel="stylesheet" href="./VueTable.css"> <script> console.log(VueTable) </script>