Skip to content

Commit b8de63f

Browse files
committed
Update fractal docs.
Fix yajra/laravel-datatables#1038.
1 parent 598c1b0 commit b8de63f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

response-fractal.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Response using Transformer
22

3-
When using tranformer, all column operations must be done via transformer. Thus `addColumn`, `editColumn` and `removeColumn` should be avoided when using fractal.
3+
When using tranformer, all response manipulations must be done via transformer.
4+
Thus `addColumn`, `editColumn`, `removeColumn`, `setRowAttr`, `setClassAttr`, etc... should be avoided when using fractal.
45

56
```php
67
use Datatables;

0 commit comments

Comments
 (0)