You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2021. It is now read-only.
For use this package is necessary install [babel-plugin-transform-vue-jsx](https://github.com/vuejs/babel-plugin-transform-vue-jsx) dependency.
Each column object needs `name` and `key` attributes.
88
82
```javascript
@@ -113,7 +107,7 @@ Laravel users can access relationships through the `key` attribute. Lets say we
113
107
]
114
108
```
115
109
116
-
To get the user's role we would need to define in our columns array:
110
+
To get the user role we would need to define in our columns array:
117
111
```javascript
118
112
{
119
113
...,
@@ -129,6 +123,7 @@ To get the user's role we would need to define in our columns array:
129
123
130
124
### Render column
131
125
This callback will modify the data for various operations. Such as applying a specific format or an arithmetic operation to the column value and return it.
126
+
132
127
```javascript
133
128
{
134
129
...,
@@ -144,6 +139,23 @@ This callback will modify the data for various operations. Such as applying a sp
144
139
}
145
140
```
146
141
142
+
**[New]** Now you can use JSX for render other templates and too use the row data.
0 commit comments