Skip to content

Commit 61edf85

Browse files
authored
Update README.md
1 parent 443a507 commit 61edf85

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ Your request to the controller should have this data:
4444
}
4545
```
4646

47+
You can also specify the sorting order using the "order" attribute (required by https://mannyyang.github.io/vuetable-3/ ):
48+
```javascript
49+
{
50+
sort: '', // column_name
51+
order: '', // asc or desc
52+
}
53+
```
54+
55+
4756
So for example lets create the table for the users with their companies. Then in the javascript we should have:
4857

4958
```javascript

0 commit comments

Comments
 (0)