|
2 | 2 |
|
3 | 3 | `VueDataTable` is a Vue plugin to easily create fully-featured data tables. |
4 | 4 |
|
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 --> |
27 | 31 |
|
28 | 32 | Check out my other plugin, [vue-form-builder](https://github.com/uwla/vue-form-builder), |
29 | 33 | that automatically generates beautiful forms from declarative rules. |
@@ -775,7 +779,7 @@ Vue.component("table-footer", TableFooter) |
775 | 779 | footerComponent: "table-footer" |
776 | 780 | ``` |
777 | 781 |
|
778 | | -#### Sorting Icon |
| 782 | +#### Sort Icon |
779 | 783 |
|
780 | 784 | By default, `VueDataTable` will display arrows to indicate the sorting direction |
781 | 785 | when sorting a column. The `SortingIcon` component is wrapped in a `th` element. |
|
885 | 889 |
|
886 | 890 | ## CONTRIBUTING |
887 | 891 |
|
888 | | -Pull requests are very welcome. |
| 892 | +Pull requests are very welcome. |
0 commit comments