Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kouts/vue-dataset
A set of Vue.js components to display datasets (lists) with filtering, paging, and sorting capabilities!
https://github.com/kouts/vue-dataset
datagrid dataset datatable datatables grid pagination table vue vue-datatable vue-datatables
Last synced: 17 days ago
JSON representation
A set of Vue.js components to display datasets (lists) with filtering, paging, and sorting capabilities!
- Host: GitHub
- URL: https://github.com/kouts/vue-dataset
- Owner: kouts
- License: mit
- Created: 2020-06-03T19:26:18.000Z (over 4 years ago)
- Default Branch: next
- Last Pushed: 2024-10-02T19:41:24.000Z (about 1 month ago)
- Last Synced: 2024-10-02T19:45:15.713Z (about 1 month ago)
- Topics: datagrid, dataset, datatable, datatables, grid, pagination, table, vue, vue-datatable, vue-datatables
- Language: JavaScript
- Homepage: https://next--vue-dataset-demo.netlify.app/
- Size: 5.89 MB
- Stars: 220
- Watchers: 7
- Forks: 25
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-dataset ![](https://img.badgesize.io/kouts/vue-dataset/next/dist/vue-dataset.umd.js.svg) ![](https://img.badgesize.io/kouts/vue-dataset/next/dist/vue-dataset.umd.js.svg?compression=gzip) ![](/coverage/badge-next.svg)
---
: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](https://github.com/kouts/vue-dataset/tree/master).---
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
- Highly customizable DOM structure
- Custom filtering based on the row values from all or specific data keys
- "Search as" feature allows for searching using a custom search method
- Multi "column" searching, search data keys are configurable
- "Sort as" feature allows for sorting using a custom sorting method
- Multi "column" sorting, sortable data keys are configurable
- Pagination
- Global search with debounce setting
- Easy to extend with custom components## Browsers support
| [](http://godban.github.io/browsers-support-badges/)
Edge | [](http://godban.github.io/browsers-support-badges/)
Firefox | [](http://godban.github.io/browsers-support-badges/)
Chrome | [](http://godban.github.io/browsers-support-badges/)
Safari | [](http://godban.github.io/browsers-support-badges/)
Opera |
| --------- | --------- | --------- | --------- | --------- |
| Edge | last 2 versions | last 2 versions | last 2 versions| last 2 versionsDocumentation and examples
https://next--vue-dataset-demo.netlify.app/# Development
In order to start development:
```sh
pnpm i
pnpm run dev
```