Skip to content

Commit

Permalink
docs: update project description and project links
Browse files Browse the repository at this point in the history
  • Loading branch information
uwla committed May 29, 2024
1 parent 088a6ec commit a387379
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# VUE DATA TABLE

`VueDataTable` is a Vue plugin that adds advanced features to an HTML table.

It was inspired by DataTable jQuery Plugin, but was written from scratch in Vue.
`VueDataTable` is a Vue plugin to easily create fully-featured data tables.

- [FEATURES](#features)
- [DEMO](#demo)
Expand All @@ -27,6 +25,9 @@ It was inspired by DataTable jQuery Plugin, but was written from scratch in Vue.
- [LICENSE](#license)
- [CONTRIBUTING](#contributing)

Check out my other plugin, [vue-form-builder](https://github.com/uwla/vue-form-builder),
that automatically generates beautiful forms from declarative rules.

## FEATURES

- Pagination
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uwlajs/vue-data-table",
"description": "Vue plugin that adds advanced features to an HTML table",
"description": "Vue plugin to easily create fully-featured data tables",
"version": "2.1.0",
"author": "uwla",
"private": false,
Expand Down

0 comments on commit a387379

Please sign in to comment.