Skip to content

Commit 262fe66

Browse files
committed
docs: add instructions for using Vue2 version
1 parent ce61668 commit 262fe66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VUE DATA TABLE
22

3-
`VueDataTable` is a Vue3 plugin that adds advanced features to an HTML table.
3+
`VueDataTable` is a Vue plugin that adds advanced features to an HTML table.
44

55
It was inspired by DataTable jQuery Plugin, but was written from scratch in Vue.
66

@@ -33,6 +33,7 @@ It was inspired by DataTable jQuery Plugin, but was written from scratch in Vue.
3333
- Editable cells (edit cell values)
3434
- Custom Vue components to render cells
3535
- Custom Footer to display data summary
36+
- Support for Vue3 and Vue2
3637

3738
## DEMO
3839

@@ -52,7 +53,7 @@ npm install @uwlajs/vue-data-table
5253

5354
Make sure to install version `2.0.0` or above for Vue3.
5455

55-
Versions prior to `2.0.0` are for Vue2.
56+
Versions prior to `2.0.0` are for Vue2. Checkout the `vue2` branch for its documentation.
5657

5758
### Set up
5859

0 commit comments

Comments
 (0)