Skip to content

Commit c31b990

Browse files
committed
docs: update README
1 parent 9858a5f commit c31b990

File tree

1 file changed

+28
-24
lines changed

1 file changed

+28
-24
lines changed

README.md

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,32 @@
22

33
`VueDataTable` is a Vue plugin to easily create fully-featured data tables.
44

5-
- [FEATURES](#features)
6-
- [DEMO](#demo)
7-
- [GETTING STARTED](#getting-started)
8-
- [Installation](#installation)
9-
- [Set up](#set-up)
10-
- [Usage](#usage)
11-
- [Nuxt integration](#nuxt-integration)
12-
- [CONFIGURATION](#configuration)
13-
- [Columns](#columns)
14-
- [Custom Cell Component](#custom-cell-component)
15-
- [Action Buttons](#action-buttons)
16-
- [Editable cells](#editable-cells)
17-
- [Text](#text)
18-
- [Adding Language](#adding-language)
19-
- [Layout](#layout)
20-
- [Custom Components](#custom-components)
21-
- [Footer](#footer)
22-
- [Sorting Icon](#sorting-icon)
23-
- [Sorting Index Icon](#sorting-index-icon)
24-
- [ROADMAP](#roadmap)
25-
- [LICENSE](#license)
26-
- [CONTRIBUTING](#contributing)
5+
<!-- vim-markdown-toc GFM -->
6+
7+
* [FEATURES](#features)
8+
* [DEMO](#demo)
9+
* [GETTING STARTED](#getting-started)
10+
* [Installation](#installation)
11+
* [Set up](#set-up)
12+
* [Usage](#usage)
13+
* [Nuxt integration](#nuxt-integration)
14+
* [CONFIGURATION](#configuration)
15+
* [Columns](#columns)
16+
* [Custom Cell Component](#custom-cell-component)
17+
* [Action Buttons](#action-buttons)
18+
* [Editable cells](#editable-cells)
19+
* [Text](#text)
20+
* [Adding Language](#adding-language)
21+
* [Layout](#layout)
22+
* [Custom Components](#custom-components)
23+
* [Footer](#footer)
24+
* [Sort Icon](#sort-icon)
25+
* [Sorting Index Icon](#sorting-index-icon)
26+
* [ROADMAP](#roadmap)
27+
* [LICENSE](#license)
28+
* [CONTRIBUTING](#contributing)
29+
30+
<!-- vim-markdown-toc -->
2731

2832
Check out my other plugin, [vue-form-builder](https://github.com/uwla/vue-form-builder),
2933
that automatically generates beautiful forms from declarative rules.
@@ -775,7 +779,7 @@ Vue.component("table-footer", TableFooter)
775779
footerComponent: "table-footer"
776780
```
777781

778-
#### Sorting Icon
782+
#### Sort Icon
779783

780784
By default, `VueDataTable` will display arrows to indicate the sorting direction
781785
when sorting a column. The `SortingIcon` component is wrapped in a `th` element.
@@ -885,4 +889,4 @@ MIT
885889

886890
## CONTRIBUTING
887891

888-
Pull requests are very welcome.
892+
Pull requests are very welcome.

0 commit comments

Comments
 (0)