svelte-simple-datatables
A Datatable component for Svelte (by vincjo)
vue-dataset
A set of Vue.js components to display datasets (lists) with filtering, paging, and sorting capabilities! (by kouts)
svelte-simple-datatables | vue-dataset | |
---|---|---|
1 | 2 | |
270 | 224 | |
- | 0.0% | |
2.6 | 7.7 | |
about 1 year ago | 11 months 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.
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
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.
What are some alternatives?
When comparing svelte-simple-datatables and vue-dataset you can also consider the following projects:
svelte-table - A svelte table implementation that allows sorting and filtering
vue-tables-2 - Vue.js 2 grid components
editable-react-table - React table built to resemble a database.
Frappe Datatable - The Missing Javascript Datatable for the Web
svelte-generic-crud-table - Agnostic web-component for object-arrays with CRUD functionality.
vueye-table - A data table created using Vue.js