We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77d865e + df684ac commit ddb933bCopy full SHA for ddb933b
README.md
@@ -93,7 +93,7 @@ new Vue({
93
```
94
95
### Columns
96
-Each column object needs a `name` and `key` attributes.
+Each column object needs `name` and `key` attributes.
97
```javascript
98
{
99
...,
@@ -106,7 +106,7 @@ Each column object needs a `name` and `key` attributes.
106
}
107
108
109
-For Laravel users, you can access relationships through the `key` attribute. Lets say we have the following object in our users array.
+Laravel users can access relationships through the `key` attribute. Lets say we have the following object in our users array:
110
111
112
[
0 commit comments