vue-dataset
A set of Vue.js components to display datasets (lists) with filtering, paging, and sorting capabilities! (by kouts)
svelte-simple-datatables
A Datatable component for Svelte (by vincjo)
vue-dataset | svelte-simple-datatables | |
---|---|---|
2 | 1 | |
224 | 270 | |
0.0% | - | |
7.7 | 2.6 | |
11 months ago | about 1 year ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vue-dataset
Posts with mentions or reviews of vue-dataset.
We have used some of these posts to build our list of alternatives
and similar projects.
-
What "small" request do you hate to do?
That was also the case for me u/vuestart, that's why I have created vue-dataset. I now use it for all my lists by default. It's also easily extendable with custom components.
-
Filtering, sorting, and pagination in lists with vue-dataset
vue-dataset is a set of Vue.js components that consists of a main provider (wrapper) component: dataset, an item component: dataset-item and additional components for handling searching and pagination. Combining these, you can create virtually any layout for displaying your lists while still reusing the same functionality.
svelte-simple-datatables
Posts with mentions or reviews of svelte-simple-datatables.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-30.
-
Lightweight data-tables in Svelte
I think you might want to use something like this https://github.com/vincjo/svelte-simple-datatables
What are some alternatives?
When comparing vue-dataset and svelte-simple-datatables you can also consider the following projects:
vue-tables-2 - Vue.js 2 grid components
svelte-table - A svelte table implementation that allows sorting and filtering
Frappe Datatable - The Missing Javascript Datatable for the Web
editable-react-table - React table built to resemble a database.
vueye-table - A data table created using Vue.js
svelte-generic-crud-table - Agnostic web-component for object-arrays with CRUD functionality.