Category: Featured

Featured Vue.js components, plugins, and other related libraries for modern web development.

Simple Powerful Vue.js Data Table Component – vuetable

vuetable is a Vue.js component that will automatically request (JSON) data from the server and display them nicely in html table with swappable/extensible pagination component. Features: No need to render the table yourself One simple vuetable tag Display data retrieved from server with sort options Support multi-column sorting (v1.2.0) by @balping Pagination component included, swap-able and extensible Define fields to map your JSON data structure Define row actions and capture the click event to do whatever you want Field display customizable via callback function inside Vue.js instance Programmatically show/hide any field via reactivity of fields definition Use your favorite CSS