kouts / vue-dataset

A set of Vue.js components to display datasets (lists) with filtering, paging, and sorting capabilities!
https://next--vue-dataset-demo.netlify.app/
MIT License
220 stars 25 forks source link
datagrid dataset datatable datatables grid pagination table vue vue-datatable vue-datatables

vue-dataset


:fire: HEADS UP! You're currently looking at vue-dataset next branch for Vue.js 3.
If you're looking for a Vue.js 2 compatible version of vue-dataset, please check out the master branch.


A set of Vue.js 3 components to display datasets (lists) with filtering, paging, and sorting capabilities!
Created with reusability in mind, so that one doesn't have to recreate the same functionality for lists over and over again.

vue-dataset does not impose any structure or layout limitations on your HTML, you can use divs, tables or anything you like to present your data.

Features

Browsers support

Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Edge last 2 versions last 2 versions last 2 versions last 2 versions

Documentation and examples https://next--vue-dataset-demo.netlify.app/

Development

In order to start development:

pnpm i
pnpm run dev