Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
biscofil authored Feb 11, 2021
1 parent 443a507 commit 61edf85
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ Your request to the controller should have this data:
}
```

You can also specify the sorting order using the "order" attribute (required by https://mannyyang.github.io/vuetable-3/ ):
```javascript
{
sort: '', // column_name
order: '', // asc or desc
}
```


So for example lets create the table for the users with their companies. Then in the javascript we should have:

```javascript
Expand Down

0 comments on commit 61edf85

Please sign in to comment.